Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2017 14:17:17 +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: r446479 - branches/2017Q3/dns/ldns
Message-ID:  <201707231417.v6NEHHuS037558@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com>
  Approved by:	Jaap Akkerhuis <jaap@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707231417.v6NEHHuS037558>