- Update to 5.03

- Add STAGE support
This commit is contained in:
Ryan Steinmetz 2014-02-06 00:51:45 +00:00
parent e36a1beea6
commit 0d1dacd6aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342917
2 changed files with 5 additions and 6 deletions

View File

@ -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>

View File

@ -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