svn commit: r446479 - branches/2017Q3/dns/ldns

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 23 14:17:18 UTC 2017


Author: sunpoet
Date: Sun Jul 23 14:17:16 2017
New Revision: 446479
URL: https://svnweb.freebsd.org/changeset/ports/446479

Log:
  MFH: r446473
  
  Remove perl5 from RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change
  
  PR:		220910
  Submitted by:	Andrew Romanenko <melanhit at gmail.com>
  Approved by:	Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer)
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2017Q3/dns/ldns/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/dns/ldns/Makefile
==============================================================================
--- branches/2017Q3/dns/ldns/Makefile	Sun Jul 23 14:16:08 2017	(r446478)
+++ branches/2017Q3/dns/ldns/Makefile	Sun Jul 23 14:17:16 2017	(r446479)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ldns
 PORTVERSION=	1.7.0
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/ \
 		LOCAL/ehaupt
@@ -15,6 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=	yes
 USES=		cpe gmake libtool ssl perl5
+USE_PERL5=	build
 CPE_VENDOR=	nlnetlabs
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list