diff options
author | dougb <dougb@FreeBSD.org> | 2003-01-12 01:44:40 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-01-12 01:44:40 +0000 |
commit | f773c9e72b4cc940d8b502b56f1f7a29a1cc277f (patch) | |
tree | 394b40ccf01d71b803fdf0d593b3c7221ab8b5fb /dns | |
parent | 49b32a0b15741e99833d0e651293d3195c6727fc (diff) | |
download | FreeBSD-ports-f773c9e72b4cc940d8b502b56f1f7a29a1cc277f.zip FreeBSD-ports-f773c9e72b4cc940d8b502b56f1f7a29a1cc277f.tar.gz |
Update to 0.33, which has improved SIG support, and a few minor bugfixes.
Delete the sed "patch in Makefile" for FAQ.pod, the authors finally
fixed that.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 8 | ||||
-rw-r--r-- | dns/p5-Net-DNS/distinfo | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS/pkg-plist | 2 |
3 files changed, 4 insertions, 8 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 3228197..1974ea6 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 606abd6..7fe81db 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 1bd43bc..ccb3c2e 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 |