svn commit: r443104 - branches/2017Q2/security/heimdal

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


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

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

Modified:
  branches/2017Q2/security/heimdal/Makefile
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/security/heimdal/Makefile
==============================================================================
--- branches/2017Q2/security/heimdal/Makefile	Sat Jun 10 17:38:14 2017	(r443103)
+++ branches/2017Q2/security/heimdal/Makefile	Sat Jun 10 17:38:49 2017	(r443104)
@@ -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