Date: Fri, 26 Apr 2019 20:54:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500167 - branches/2019Q2/security/nettle Message-ID: <201904262054.x3QKsZdg028665@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Apr 26 20:54:35 2019 New Revision: 500167 URL: https://svnweb.freebsd.org/changeset/ports/500167 Log: MFH: r500165 Add BUILD_DEPENDS security/nettle requires gmp 6.0.0+, otherwise support for public key algorithms will be unavailable. PR: 237582 Submitted by: eugen Approved by: ports-secteam (blanket) Modified: branches/2019Q2/security/nettle/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/security/nettle/Makefile ============================================================================== --- branches/2019Q2/security/nettle/Makefile Fri Apr 26 20:52:12 2019 (r500166) +++ branches/2019Q2/security/nettle/Makefile Fri Apr 26 20:54:35 2019 (r500167) @@ -17,6 +17,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYINGv2 LICENSE_FILE_GPLv3= ${WRKSRC}/COPYINGv3 LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LESSERv3 +BUILD_DEPENDS= gmp>=6.0.0:math/gmp LIB_DEPENDS= libgmp.so:math/gmp OPTIONS_DEFINE= DOCS EXAMPLES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904262054.x3QKsZdg028665>