Ticket #31237: Portfile.patch
File Portfile.patch, 2.3 KB (added by florian@…, 13 years ago) |
---|
-
/opt/local/var/macports/sources/rsync.macports.org/release/ports/net/openconnect/Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name openconnect 7 version 2.267 version 3.12 8 8 categories net 9 platforms macosx9 platforms darwin 10 10 maintainers nomaintainer 11 11 license LPGL-2.1 12 12 13 13 description OpenConnect is a client for Cisco's AnyConnect SSL VPN 14 long_description ${description}, which is supported by IOS 12.4(9)T or \ 15 later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 \ 16 Series and Cisco 7301 Routers. 14 long_description ${description}, which is supported by the ASA5500 Series, \ 15 by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, \ 16 2800, 3800, 7200 Series and Cisco 7301 Routers, and \ 17 probably others. 17 18 18 19 homepage http://www.infradead.org/openconnect/ 19 20 20 21 depends_lib port:libxml2 \ 21 22 port:zlib \ 22 23 port:openssl \ 23 port:tuntaposx \ 24 port:gconf 24 port:tuntaposx 25 25 26 master_sites ftp://ftp.infradead.org/pub/openconnect/ freebsd26 master_sites ftp://ftp.infradead.org/pub/openconnect/ 27 27 28 checksums sha1 190b7c74e76d898eb907d63e85a7bb15ee665654 \ 29 rmd160 7a075e73950666b3c955ef8c6d7f91a116c7c967 30 31 patchfiles patch-Makefile.diff 32 33 use_configure no 34 35 build.args CC="${configure.cc} ${configure.cc_archflags}" \ 36 RPM_OPT_FLAGS="${configure.optflags}" \ 37 PREFIX=${prefix} 38 39 destroot.args PREFIX=${prefix} 28 checksums sha1 0a6334ecde71e8320af8756ccddf5029ad5baea8 \ 29 rmd160 61dc1683112350628e37ff4b4f19c82869bb1390 40 30 41 31 post-destroot { 42 32 set docdir ${destroot}${prefix}/share/doc/${name} … … 44 34 xinstall -m 644 -W ${worksrcpath} \ 45 35 AUTHORS \ 46 36 COPYING.LGPL \ 47 README.DTLS \48 README.SecurID \49 37 TODO \ 50 38 ${docdir} 51 39 }