diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-04-06 23:24:48 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-04-06 23:24:48 +0000 |
commit | 5d28c26236450757f6e869822cf5d6af84711b44 (patch) | |
tree | 1c1cb7074c294bda66cdf130596554ecf53e1a5f /dns | |
parent | bdbdf19d926798d6930e4329e30644ccd89506e5 (diff) | |
download | ports-5d28c26236450757f6e869822cf5d6af84711b44.tar.gz ports-5d28c26236450757f6e869822cf5d6af84711b44.zip |
Update to version 0.34, which has better handling for multi-string TXT RR's,
and multiple queries in one packet. Also some minor bug fixes for
Net::DNS::Resolver::Recurse and Net::DNS::Resolver::axfr_next().
Convert to ${SITE_PERL}
Notes
Notes:
svn path=/head/; revision=78461
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 7 | ||||
-rw-r--r-- | dns/p5-Net-DNS/distinfo | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 19f02b700006..daa85219bbd0 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.33 -PORTREVISION= 1 +PORTVERSION= 0.34 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -17,7 +16,7 @@ MAINTAINER= DougB@FreeBSD.org COMMENT= Perl5 interface to the DNS resolver, and dymanic updates # Warnings during build are harmless, the port does not need these to build -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC +RUN_DEPENDS= ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC PERL_CONFIGURE= yes @@ -43,7 +42,7 @@ MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 .endif DOCSDIR= ${PREFIX}/share/doc/p5-Net-DNS diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo index 7fe81db92586..7eb8cab1f6cc 100644 --- a/dns/p5-Net-DNS/distinfo +++ b/dns/p5-Net-DNS/distinfo @@ -1 +1 @@ -MD5 (Net-DNS-0.33.tar.gz) = fa52a47b7f3acb3f61a585aebfcdb74d +MD5 (Net-DNS-0.34.tar.gz) = ef979460d952665f67d2c8474763156e |