From 5d28c26236450757f6e869822cf5d6af84711b44 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sun, 6 Apr 2003 23:24:48 +0000 Subject: 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} --- dns/p5-Net-DNS/Makefile | 7 +++---- dns/p5-Net-DNS/distinfo | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'dns') 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 .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 -- cgit v1.2.3