svn commit: r500167 - branches/2019Q2/security/nettle

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 26 20:54:36 UTC 2019


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


More information about the svn-ports-all mailing list