svn commit: r379107 - head/security/gnupg

Ryan Steinmetz zi at FreeBSD.org
Mon Feb 16 20:48:30 UTC 2015


Author: zi
Date: Mon Feb 16 20:48:29 2015
New Revision: 379107
URL: https://svnweb.freebsd.org/changeset/ports/379107
QAT: https://qat.redports.org/buildarchive/r379107/

Log:
  - Fix version requirement for security/libgpg-error BUILD_DEPEND

Modified:
  head/security/gnupg/Makefile

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Mon Feb 16 20:36:50 2015	(r379106)
+++ head/security/gnupg/Makefile	Mon Feb 16 20:48:29 2015	(r379107)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libassuan.so:${PORTSDIR}/se
 		libgcrypt.so:${PORTSDIR}/security/libgcrypt \
 		libksba.so:${PORTSDIR}/security/libksba \
 		libnpth.so:${PORTSDIR}/devel/npth
-BUILD_DEPENDS=	libgpg-error>=1.11:${PORTSDIR}/security/libgpg-error
+BUILD_DEPENDS=	libgpg-error>=1.16:${PORTSDIR}/security/libgpg-error
 RUN_DEPENDS=	pinentry>0:${PORTSDIR}/security/pinentry
 
 GNU_CONFIGURE=	YES


More information about the svn-ports-all mailing list