aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2003-01-12 01:44:40 +0000
committerDoug Barton <dougb@FreeBSD.org>2003-01-12 01:44:40 +0000
commitc9037bc59ebe7a6b128ac8221533006634b90e34 (patch)
tree6061976206ecdb025170220666510842c89c20dd /dns
parent83deb539381541fabbd3bbe86f02b309ddf54c09 (diff)
downloadports-c9037bc59ebe7a6b128ac8221533006634b90e34.tar.gz
ports-c9037bc59ebe7a6b128ac8221533006634b90e34.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-Net-DNS/Makefile8
-rw-r--r--dns/p5-Net-DNS/distinfo2
-rw-r--r--dns/p5-Net-DNS/pkg-plist2
3 files changed, 4 insertions, 8 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index 3228197dd9f7..1974ea6bb43e 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-DNS
-PORTVERSION= 0.31
+PORTVERSION= 0.33
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@@ -38,12 +38,6 @@ MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \
Net::DNS::FAQ.3 Net::DNS::RR::TKEY.3 \
Net::DNS::RR::OPT.3 Net::DNS::RR::TSIG.3 Net::DNS::RR::DNAME.3
-post-patch:
- ${CP} ${WRKSRC}/lib/Net/DNS/FAQ.pod ${WRKSRC}/lib/Net/DNS/FAQ.pod.Dist
- ${SED} -e '1d' ${WRKSRC}/lib/Net/DNS/FAQ.pod.Dist > \
- ${WRKSRC}/lib/Net/DNS/FAQ.pod
- ${RM} ${WRKSRC}/lib/Net/DNS/FAQ.pod.Dist
-
DOCSDIR= ${PREFIX}/share/doc/p5-Net-DNS
post-install:
.if !defined(NOPORTDOCS)
diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo
index 606abd630832..7fe81db92586 100644
--- a/dns/p5-Net-DNS/distinfo
+++ b/dns/p5-Net-DNS/distinfo
@@ -1 +1 @@
-MD5 (Net-DNS-0.31.tar.gz) = b83c5b228d7d029996f037e118843809
+MD5 (Net-DNS-0.33.tar.gz) = fa52a47b7f3acb3f61a585aebfcdb74d
diff --git a/dns/p5-Net-DNS/pkg-plist b/dns/p5-Net-DNS/pkg-plist
index 1bd43bca1b4b..ccb3c2ec29ec 100644
--- a/dns/p5-Net-DNS/pkg-plist
+++ b/dns/p5-Net-DNS/pkg-plist
@@ -36,6 +36,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/TKEY.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/TSIG.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/TXT.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/X25.pm
+lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Resolver/Recurse.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Resolver.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Select.pm
lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Update.pm
@@ -44,6 +45,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS/.packlist
%%PORTDOCS%%share/doc/p5-Net-DNS/README
%%PORTDOCS%%share/doc/p5-Net-DNS/TODO
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Resolver
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true