Ticket #47180: openconnect.diff
File openconnect.diff, 957 bytes (added by bket, 10 years ago) |
---|
-
Portfile
old new PortSystem 1.0 5 5 6 6 name openconnect 7 7 version 7.05 8 revision 1 8 9 categories net 9 10 platforms darwin 10 11 maintainers nomaintainer … … depends_lib port:libxml2 \ 26 27 port:gettext \ 27 28 port:tuntaposx \ 28 29 port:libproxy \ 29 port:vpnc 30 port:vpnc-scripts 30 31 31 32 master_sites ftp://ftp.infradead.org/pub/openconnect/ 32 33 … … foreach {type checksum} ${checksums} { 42 43 } 43 44 44 45 configure.args --disable-silent-rules \ 45 --with-vpnc-script=${prefix}/etc/vpnc /vpnc-script \46 --with-vpnc-script=${prefix}/etc/vpnc-scripts/vpnc-script \ 46 47 --without-openssl \ 47 48 --without-gnutls 48 49