Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 00:51:46 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342917 - head/security/openconnect
Message-ID:  <201402060051.s160pk8x037743@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Thu Feb  6 00:51:45 2014
New Revision: 342917
URL: http://svnweb.freebsd.org/changeset/ports/342917
QAT: https://qat.redports.org/buildarchive/r342917/

Log:
  - Update to 5.03
  - Add STAGE support

Modified:
  head/security/openconnect/Makefile
  head/security/openconnect/distinfo

Modified: head/security/openconnect/Makefile
==============================================================================
--- head/security/openconnect/Makefile	Thu Feb  6 00:37:39 2014	(r342916)
+++ head/security/openconnect/Makefile	Thu Feb  6 00:51:45 2014	(r342917)
@@ -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 S
 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/libp
 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>

Modified: head/security/openconnect/distinfo
==============================================================================
--- head/security/openconnect/distinfo	Thu Feb  6 00:37:39 2014	(r342916)
+++ head/security/openconnect/distinfo	Thu Feb  6 00:51:45 2014	(r342917)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402060051.s160pk8x037743>