summaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2003-04-06 23:24:48 +0000
committerdougb <dougb@FreeBSD.org>2003-04-06 23:24:48 +0000
commit2c10ca90c186dcbbd02efb9c47b7ea10c986159c (patch)
treebfa1385c2b6344d8fe0d199ab1d266e67766e1ea /dns
parentdff56da18e2470baf72b006a934611abad07314b (diff)
downloadFreeBSD-ports-2c10ca90c186dcbbd02efb9c47b7ea10c986159c.zip
FreeBSD-ports-2c10ca90c186dcbbd02efb9c47b7ea10c986159c.tar.gz
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}
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-Net-DNS/Makefile7
-rw-r--r--dns/p5-Net-DNS/distinfo2
2 files changed, 4 insertions, 5 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index 19f02b7..daa8521 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 7fe81db..7eb8cab 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
OpenPOWER on IntegriCloud