Date: Tue, 7 Jan 2003 18:11:25 +0100 (CET) From: Erwin Lansing <erwin@lansing.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46833: update net/p5-Net-DNS-SEC to 0.09 Message-ID: <20030107171125.DCD56AB88@backup-mx.droso.dk>
next in thread | raw e-mail | index | archive | help
>Number: 46833 >Category: ports >Synopsis: update net/p5-Net-DNS-SEC to 0.09 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jan 07 09:20:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.7-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #11: Thu Oct 10 01:16:26 CEST 2002 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: - update to 0.09 - take maintainership >How-To-Repeat: >Fix: --- p5-Net-DNS-SEC.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-DNS-SEC/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 10 Nov 2002 16:47:28 -0000 1.3 +++ Makefile 7 Jan 2003 17:09:22 -0000 @@ -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 @@ 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> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-DNS-SEC/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 31 Oct 2002 10:53:44 -0000 1.1 +++ distinfo 7 Jan 2003 17:09:22 -0000 @@ -1 +1 @@ -MD5 (Net-DNS-SEC-0.07.tar.gz) = 53421b5645d946dafbddefeb134cecd2 +MD5 (Net-DNS-SEC-0.09.tar.gz) = e3ebc499aa438ccb26eae90473977189 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-DNS-SEC/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 31 Oct 2002 10:53:44 -0000 1.1 +++ pkg-plist 7 Jan 2003 17:09:22 -0000 @@ -4,10 +4,12 @@ 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 --- p5-Net-DNS-SEC.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030107171125.DCD56AB88>