svn commit: r416624 - head/dns/p5-Net-DNS

Adam Weinberger adamw at FreeBSD.org
Thu Jun 9 19:52:50 UTC 2016


Author: adamw
Date: Thu Jun  9 19:52:49 2016
New Revision: 416624
URL: https://svnweb.freebsd.org/changeset/ports/416624

Log:
  Remove explicit BUILD/RUN depends on p5-Digest-HMAC.
  
  2nd pointy hat to: pi (he'll have to wear this one upside-down, on his chin)

Modified:
  head/dns/p5-Net-DNS/Makefile

Modified: head/dns/p5-Net-DNS/Makefile
==============================================================================
--- head/dns/p5-Net-DNS/Makefile	Thu Jun  9 19:50:40 2016	(r416623)
+++ head/dns/p5-Net-DNS/Makefile	Thu Jun  9 19:52:49 2016	(r416624)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Net-DNS
 PORTVERSION=	1.06
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	dns net perl5 ipv6
 MASTER_SITES=	CPAN
@@ -14,8 +14,6 @@ COMMENT=	Perl5 interface to the DNS reso
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC
-RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \
 		p5-Test-Pod>=0:devel/p5-Test-Pod
 


More information about the svn-ports-head mailing list