svn commit: r443103 - head/security/heimdal

Mark Felder feld at FreeBSD.org
Sat Jun 10 17:38:15 UTC 2017


Author: feld
Date: Sat Jun 10 17:38:14 2017
New Revision: 443103
URL: https://svnweb.freebsd.org/changeset/ports/443103

Log:
  security/heimdal: Fix build
  
  Previous backported patch for CVE requires a new build dependency.
  
  PR:		219657
  Reported by:	Benjamin Woods
  MFH:		2017Q2
  Differential Revision:	https://reviews.freebsd.org/D11125

Modified:
  head/security/heimdal/Makefile

Modified: head/security/heimdal/Makefile
==============================================================================
--- head/security/heimdal/Makefile	Sat Jun 10 17:29:57 2017	(r443102)
+++ head/security/heimdal/Makefile	Sat Jun 10 17:38:14 2017	(r443103)
@@ -16,6 +16,8 @@ COMMENT=	Popular BSD-licensed implementation of Kerber
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	p5-JSON>=0:converters/p5-JSON
+
 CONFLICTS=	krb4-[0-9]* krb5-[0-9]* krb5-maint-[0-9]* srp-[0-9]* \
 		wu-ftpd-[0-9]* wu-ftpd+ipv6-[0-9]*
 


More information about the svn-ports-all mailing list