diff options
author | adamw <adamw@FreeBSD.org> | 2015-02-27 03:16:16 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-02-27 03:16:16 +0800 |
commit | 0f41f918310d24a632df20331e0cf4a1f271e57c (patch) | |
tree | d7a27a052c988e47300317a32a14aa610ac9f4b5 /dns | |
parent | f796892c9f0d9bdaea72c2eb6d26b7471335e034 (diff) | |
download | freebsd-ports-gnome-0f41f918310d24a632df20331e0cf4a1f271e57c.tar.gz freebsd-ports-gnome-0f41f918310d24a632df20331e0cf4a1f271e57c.tar.zst freebsd-ports-gnome-0f41f918310d24a632df20331e0cf4a1f271e57c.zip |
As pointed out by sunpoet, the addition of Digest::MD5 and Digest::SHA
dependencies was a mistake. Take those dependencies out and bump
PORTREVISION.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 3a8e41f77b23..642b8451cbbb 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -3,6 +3,7 @@ PORTNAME= Net-DNS PORTVERSION= 0.83 +PORTREVISION= 1 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +14,7 @@ COMMENT= Perl5 interface to the DNS resolver, and dynamic updates LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-Digest-MD5>=2.13:${PORTSDIR}/security/p5-Digest-MD5 \ - p5-Digest-SHA>=5.23:${PORTSDIR}/security/p5-Digest-SHA +BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBabble \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod |