diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-06-13 15:58:10 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-06-13 15:58:10 +0000 |
commit | 7bcac54531ede9747a9130a24d068312db5e1c52 (patch) | |
tree | cc565214390eb7da0878e3d7d0d0a36683774d08 /dns | |
parent | 646eef539839b5a9564e5b6a0ceb8078c13ed8db (diff) | |
download | ports-7bcac54531ede9747a9130a24d068312db5e1c52.tar.gz ports-7bcac54531ede9747a9130a24d068312db5e1c52.zip |
Notes
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 1a6ffb6cd940..bb16a586fa01 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 0b7b2510fc96..7921c14929f3 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 |