Note, Net::DNS::SEC 0.07 has already been released but it requires Crypt::OpenSSL::DSA 0.10 which requires perl 5.6, so use this version.
State Changed From-To: open->analyzed I'll handle this.
Responsible Changed From-To: freebsd-ports->nork I'll handle this.
On Thu, 31 Oct 2002 18:32:00 +0900 (JST) Kimura Fuyuki <fuyuki@hadaly.org> wrote: > Note, Net::DNS::SEC 0.07 has already been released but it requires > Crypt::OpenSSL::DSA 0.10 which requires perl 5.6, so use this version. Is this ok? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -urN p5-Net-DNS-SEC/Makefile p5-Net-DNS-SEC.new/Makefile --- p5-Net-DNS-SEC/Makefile Thu Oct 31 19:13:25 2002 +++ p5-Net-DNS-SEC.new/Makefile Thu Oct 31 19:12:30 2002 @@ -1,12 +1,12 @@ -# New ports collection makefile for: p5-Net-DNS-SEC -# Date created: 21 July 2002 -# Whom: Kimura Fuyuki <fuyuki@hadaly.org> +# New ports collection makefile for: p5-Net-DNS-SEC +# Date created: 21 July 2002 +# Whom: Kimura Fuyuki <fuyuki@hadaly.org> # # $FreeBSD$ # PORTNAME= Net-DNS-SEC -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/ @@ -17,8 +17,7 @@ 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/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ + ${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}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS= ${BUILD_DEPENDS} @@ -26,6 +25,6 @@ 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::RR::NXT.3 Net::DNS::RR::SIG.3 Net::DNS::SEC.3 .include <bsd.port.mk> diff -urN p5-Net-DNS-SEC/distinfo p5-Net-DNS-SEC.new/distinfo --- p5-Net-DNS-SEC/distinfo Thu Oct 31 19:13:25 2002 +++ p5-Net-DNS-SEC.new/distinfo Thu Oct 31 19:06:28 2002 @@ -1 +1 @@ -MD5 (Net-DNS-SEC-0.06.tar.gz) = a39e58df8789db70a968dd40665bbf81 +MD5 (Net-DNS-SEC-0.07.tar.gz) = 53421b5645d946dafbddefeb134cecd2 diff -urN p5-Net-DNS-SEC/pkg-plist p5-Net-DNS-SEC.new/pkg-plist --- p5-Net-DNS-SEC/pkg-plist Thu Oct 31 19:13:25 2002 +++ p5-Net-DNS-SEC.new/pkg-plist Thu Oct 31 19:09:19 2002 @@ -1,12 +1,13 @@ +lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/SEC.pm lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Keyset.pm 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%%/%%PERL_ARCH%%/auto/Net/DNS/SEC/.packlist -@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 -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS/SEC -@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%%/%%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 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
At Thu, 31 Oct 2002 19:16:23 +0900, Norikatsu Shigemura <nork@FreeBSD.org> wrote: > > On Thu, 31 Oct 2002 18:32:00 +0900 (JST) > Kimura Fuyuki <fuyuki@hadaly.org> wrote: > > Note, Net::DNS::SEC 0.07 has already been released but it requires > > Crypt::OpenSSL::DSA 0.10 which requires perl 5.6, so use this version. > > Is this ok? Yes, thanks for the warnings hack. :) -- fuyuki
State Changed From-To: analyzed->closed Committed, Thanks(^^v.