svn commit: r419857 - head/security/vpnc

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 14:48:09 UTC 2016


Author: ehaupt
Date: Mon Aug  8 14:48:08 2016
New Revision: 419857
URL: https://svnweb.freebsd.org/changeset/ports/419857

Log:
  Register security/libgpg-error with LIB_DEPENDS

Modified:
  head/security/vpnc/Makefile

Modified: head/security/vpnc/Makefile
==============================================================================
--- head/security/vpnc/Makefile	Mon Aug  8 14:46:25 2016	(r419856)
+++ head/security/vpnc/Makefile	Mon Aug  8 14:48:08 2016	(r419857)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vpnc
 PORTVERSION=	0.5.3
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	security
 MASTER_SITES=	http://www.unix-ag.uni-kl.de/~massar/vpnc/ \
 		LOCAL/ehaupt
@@ -11,7 +11,8 @@ MASTER_SITES=	http://www.unix-ag.uni-kl.
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Client for Cisco 3000 VPN Concentrator
 
-LIB_DEPENDS=	libgcrypt.so:security/libgcrypt
+LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
+		libgpg-error.so:security/libgpg-error
 RUN_DEPENDS=	vpnc-script:sysutils/vpnc-scripts
 
 USES=		shebangfix gmake perl5


More information about the svn-ports-all mailing list