Bug 44777 - New port: net/p5-Net-DNS-SEC
Summary: New port: net/p5-Net-DNS-SEC
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Norikatsu Shigemura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-31 09:40 UTC by Kimura Fuyuki
Modified: 2002-10-31 11:06 UTC (History)
0 users

See Also:


Attachments
file.shar (3.43 KB, text/plain)
2002-10-31 09:40 UTC, Kimura Fuyuki
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2002-10-31 09:40:01 UTC
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.
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2002-10-31 09:56:56 UTC
State Changed
From-To: open->analyzed

I'll handle this. 


Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2002-10-31 09:56:56 UTC
Responsible Changed
From-To: freebsd-ports->nork

I'll handle this.
Comment 3 Norikatsu Shigemura freebsd_committer freebsd_triage 2002-10-31 10:16:23 UTC
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
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Comment 4 Kimura Fuyuki 2002-10-31 10:52:12 UTC
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
Comment 5 Norikatsu Shigemura freebsd_committer freebsd_triage 2002-10-31 11:04:49 UTC
State Changed
From-To: analyzed->closed

Committed, Thanks(^^v.