diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2014-02-06 00:51:45 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2014-02-06 00:51:45 +0000 |
commit | 0d1dacd6aa913637077534299d866654765200e1 (patch) | |
tree | 906b3ae5344b4cd4f0f6c4b9b517e71bec73c867 | |
parent | e36a1beea6fdcf751d4acfa0f5390cbde19af525 (diff) | |
download | freebsd-ports-0d1dacd6aa913637077534299d866654765200e1.zip |
- Update to 5.03
- Add STAGE support
-rw-r--r-- | security/openconnect/Makefile | 7 | ||||
-rw-r--r-- | security/openconnect/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile index 377cdf0daf92..d4db12f7334f 100644 --- a/security/openconnect/Makefile +++ b/security/openconnect/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openconnect -PORTVERSION= 5.01 +PORTVERSION= 5.03 CATEGORIES= security MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/ \ http://mirrors.rit.edu/zi/ @@ -13,7 +13,7 @@ COMMENT= Client for Cisco's AnyConnect SSL VPN LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= vpnc-script:${PORTSDIR}/sysutils/vpnc-scripts GNU_CONFIGURE= yes @@ -36,7 +36,6 @@ OPTIONS_DEFINE= PROXY GNUTLS PROXY_DESC= Enable automatic proxy configuratio via libproxy GNUTLS_DESC= Use GnuTLS instead of OpenSSL(EXPERIMENTAL) -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUTLS} @@ -56,7 +55,7 @@ LIB_DEPENDS+= proxy:${PORTSDIR}/net/libproxy post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/TODO ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/TODO ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.post.mk> diff --git a/security/openconnect/distinfo b/security/openconnect/distinfo index f4ad06e46d09..0849a3290035 100644 --- a/security/openconnect/distinfo +++ b/security/openconnect/distinfo @@ -1,2 +1,2 @@ -SHA256 (openconnect-5.01.tar.gz) = 916f2a47c3e982f2ae6ed6a5063cf328589225a4216c95af3cbef278909e20d1 -SIZE (openconnect-5.01.tar.gz) = 1267809 +SHA256 (openconnect-5.03.tar.gz) = 7cccf62b9c50ff2392457b07f2a02259782cda6796fb0ce7831e308a8246a709 +SIZE (openconnect-5.03.tar.gz) = 1300355 |