diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-01-07 17:33:08 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-01-07 17:33:08 +0000 |
commit | ef6ea8c1f7180137ffce18e82db0fd39517f1936 (patch) | |
tree | 8cd2dd9d016695a6e676622f55e1a1b924a410e9 /dns | |
parent | d2ae6e7d6ce960474cf1ba26b90a5ca1848db7a6 (diff) | |
download | ports-ef6ea8c1f7180137ffce18e82db0fd39517f1936.tar.gz ports-ef6ea8c1f7180137ffce18e82db0fd39517f1936.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-SEC/Makefile | 9 | ||||
-rw-r--r-- | dns/p5-Net-DNS-SEC/distinfo | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS-SEC/pkg-plist | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/dns/p5-Net-DNS-SEC/Makefile b/dns/p5-Net-DNS-SEC/Makefile index a1248bb56362..03595d137b92 100644 --- a/dns/p5-Net-DNS-SEC/Makefile +++ b/dns/p5-Net-DNS-SEC/Makefile @@ -6,18 +6,20 @@ # PORTNAME= Net-DNS-SEC -PORTVERSION= 0.07 +PORTVERSION= 0.09 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/ MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/DSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Digest/BubbleBabble.pm:${PORTSDIR}/security/p5-Digest-BubbleBabble \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS= ${BUILD_DEPENDS} @@ -25,6 +27,7 @@ PERL_CONFIGURE= yes MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::DNS::Keyset.3 Net::DNS::RR::DS.3 Net::DNS::RR::KEY.3 \ - Net::DNS::RR::NXT.3 Net::DNS::RR::SIG.3 Net::DNS::SEC.3 + Net::DNS::RR::NXT.3 Net::DNS::RR::SIG.3 \ + Net::DNS::RR::SIG::Private.3 Net::DNS::SEC.3 .include <bsd.port.mk> diff --git a/dns/p5-Net-DNS-SEC/distinfo b/dns/p5-Net-DNS-SEC/distinfo index b496f648ef5c..6e6f78640d04 100644 --- a/dns/p5-Net-DNS-SEC/distinfo +++ b/dns/p5-Net-DNS-SEC/distinfo @@ -1 +1 @@ -MD5 (Net-DNS-SEC-0.07.tar.gz) = 53421b5645d946dafbddefeb134cecd2 +MD5 (Net-DNS-SEC-0.09.tar.gz) = e3ebc499aa438ccb26eae90473977189 diff --git a/dns/p5-Net-DNS-SEC/pkg-plist b/dns/p5-Net-DNS-SEC/pkg-plist index 115ea1d3c7b5..99bea7634276 100644 --- a/dns/p5-Net-DNS-SEC/pkg-plist +++ b/dns/p5-Net-DNS-SEC/pkg-plist @@ -4,10 +4,12 @@ lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/DS.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/KEY.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NXT.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SIG.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SIG/Private.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS/SEC/.packlist @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS/SEC 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SIG 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/DNS 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true |