Commits
Zhenfu Shi authored and Ryan Schmidt committed 83787284f13
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name sstp-client |
6 - | version 1.0.12 |
7 - | revision 2 |
6 + | version 1.0.13 |
7 + | revision 0 |
8 8 | categories net |
9 9 | platforms darwin |
10 10 | maintainers nomaintainer |
11 11 | license GPL-2+ |
12 12 | |
13 13 | description client implementation of Secure Socket Tunneling Protocol (SSTP) |
14 14 | |
15 15 | long_description ${name} is a ${description} for Unix that allows access \ |
16 16 | via SSTP VPN to Microsoft Windows 2008 Server. It tunnels \ |
17 17 | PPP traffic over SSL. |
18 18 | |
19 19 | homepage http://sstp-client.sourceforge.net/ |
20 20 | master_sites sourceforge:project/sstp-client/sstp-client/ |
21 21 | |
22 - | checksums rmd160 c17919d0b83b03db73f329a9cc012a795f3b510d \ |
23 - | sha256 487eb406579689803ce0397f6102b18641e4572ac7bc9b9e5f3027c84dcf67ff \ |
24 - | size 468683 |
22 + | checksums rmd160 31db7be65e442ca77ea1e5e30651898b0c1a8636 \ |
23 + | sha256 961258fca0795d8ad60b047942cf7cb53d025d353fd1e4ba08c2b75799f5321b \ |
24 + | size 471097 |
25 25 | |
26 26 | depends_build port:pkgconfig |
27 27 | |
28 28 | depends_lib port:libevent \ |
29 29 | path:lib/libssl.dylib:openssl |
30 30 | |
31 31 | configure.args --disable-ppp-plugin \ |
32 32 | --disable-silent-rules \ |
33 33 | --with-libevent=2 \ |
34 34 | --with-runtime-dir=${prefix}/var/macports/sstpc |