[86308] trunk/dports/net/openconnect/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Oct 24 06:18:01 PDT 2011


Revision: 86308
          http://trac.macports.org/changeset/86308
Author:   ryandesign at macports.org
Date:     2011-10-24 06:17:58 -0700 (Mon, 24 Oct 2011)
Log Message:
-----------
openconnect: update to 3.12; see #31237

Modified Paths:
--------------
    trunk/dports/net/openconnect/Portfile

Modified: trunk/dports/net/openconnect/Portfile
===================================================================
--- trunk/dports/net/openconnect/Portfile	2011-10-24 12:54:18 UTC (rev 86307)
+++ trunk/dports/net/openconnect/Portfile	2011-10-24 13:17:58 UTC (rev 86308)
@@ -4,16 +4,17 @@
 PortSystem          1.0
 
 name                openconnect
-version             2.26
+version             3.12
 categories          net
-platforms           macosx
+platforms           darwin
 maintainers         nomaintainer
 license             LPGL-2.1
 
 description         OpenConnect is a client for Cisco's AnyConnect SSL VPN
-long_description    ${description}, which is supported by IOS 12.4(9)T or \
-                    later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 \
-                    Series and Cisco 7301 Routers.
+long_description    ${description}, which is supported by the ASA5500 Series, \
+                    by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, \
+                    2800, 3800, 7200 Series and Cisco 7301 Routers, and \
+                    probably others.
 
 homepage            http://www.infradead.org/openconnect/
 
@@ -21,31 +22,19 @@
                     port:zlib \
                     port:openssl \
                     port:tuntaposx \
-                    port:gconf
+                    port:libproxy
 
-master_sites        ftp://ftp.infradead.org/pub/openconnect/ freebsd
+master_sites        ftp://ftp.infradead.org/pub/openconnect/
 
-checksums           sha1    190b7c74e76d898eb907d63e85a7bb15ee665654 \
-                    rmd160  7a075e73950666b3c955ef8c6d7f91a116c7c967
+checksums           rmd160  61dc1683112350628e37ff4b4f19c82869bb1390 \
+                    sha256  faa14ce7a7dab408a75fb2c8b388ccd28dbf5515498eae515790daed3e89d841
 
-patchfiles          patch-Makefile.diff
-
-use_configure       no
-
-build.args          CC="${configure.cc} ${configure.cc_archflags}" \
-                    RPM_OPT_FLAGS="${configure.optflags}" \
-                    PREFIX=${prefix}
-
-destroot.args       PREFIX=${prefix}
-
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${docdir}
     xinstall -m 644 -W ${worksrcpath} \
         AUTHORS \
         COPYING.LGPL \
-        README.DTLS \
-        README.SecurID \
         TODO \
         ${docdir}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111024/faeab764/attachment-0001.html>


More information about the macports-changes mailing list