Date: Mon, 16 Feb 2015 20:48:30 +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: r379107 - head/security/gnupg Message-ID: <201502162048.t1GKmUVl035303@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502162048.t1GKmUVl035303>