diff options
author | dougb <dougb@FreeBSD.org> | 2005-06-13 15:58:10 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2005-06-13 15:58:10 +0000 |
commit | 3fe79cd29c5f0fa5219addd92960cd56fcb1859b (patch) | |
tree | b5633ea5b79be4bf231bb0374accc036a0556048 /dns | |
parent | 40cca852108ef0c6d7ab59234174451eca75f3e0 (diff) | |
download | FreeBSD-ports-3fe79cd29c5f0fa5219addd92960cd56fcb1859b.zip FreeBSD-ports-3fe79cd29c5f0fa5219addd92960cd56fcb1859b.tar.gz |
Upgrade to 0.51, which fixes extra debugging that should not have
gone into the live version.
Also, 0.50 grew a dependency on Net-IP which was not recorded in the
Changes file, so add that explicitly. This was mentioned by several
people, including the current Net-DNS author, and the PR.
PR: ports/82194
Submitted by: Helge Oldach <p5netdnsjun05@oldach.net>
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 5 | ||||
-rw-r--r-- | dns/p5-Net-DNS/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 1a6ffb6..bb16a58 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.50 +PORTVERSION= 0.51 CATEGORIES= dns net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -16,7 +16,8 @@ MAINTAINER= DougB@FreeBSD.org COMMENT= Perl5 interface to the DNS resolver, and dynamic updates # Warnings during build are harmless, the port does not need these to build -RUN_DEPENDS= ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC +RUN_DEPENDS= ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC \ + ipcount:${PORTSDIR}/net-mgmt/p5-Net-IP PERL_CONFIGURE= yes CONFIGURE_ARGS+= --online-tests diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo index 0b7b251..7921c14 100644 --- a/dns/p5-Net-DNS/distinfo +++ b/dns/p5-Net-DNS/distinfo @@ -1,2 +1,2 @@ -MD5 (Net-DNS-0.50.tar.gz) = 0cd1f84dc0ba31a99167213c4964d9a2 -SIZE (Net-DNS-0.50.tar.gz) = 116601 +MD5 (Net-DNS-0.51.tar.gz) = fc358c06e65b1918b93e1a92e02065b8 +SIZE (Net-DNS-0.51.tar.gz) = 117037 |