Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2016 19:52:49 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416624 - head/dns/p5-Net-DNS
Message-ID:  <201606091952.u59Jqnp2024073@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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