Hello, here's an update for net/p5-Net-DNS-SEC I maintain. This diff updates the port to the latest version, which has support for SHA-256, hence the new (and a fixed) dependency. This diff also adds an homepage, PKG_ARCH, a license and a MASTER_SITE.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/p5-Net-DNS-SEC/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile 2005/12/07 19:53:51 1.4
+++ Makefile 2005/12/15 19:53:45
@@ -2,26 +2,35 @@
COMMENT= "extends the Net::DNS module with DNSSEC functionality"
-VERSION= 0.12
+VERSION= 0.13
DISTNAME= Net-DNS-SEC-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+HOMEPAGE= http://www.net-dns.org/
+
MAINTAINER= Jasper Lievisse Adriaanse <[EMAIL PROTECTED]>
+# BSD-license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \
+ ${HOMEPAGE}/download/
+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :p5-Net-DNS->=0.44:net/p5-Net-DNS \
:p5-Digest-BubbleBabble->=0.01:security/p5-Digest-BubbleBabble \
:p5-Crypt-OpenSSL-RSA->=0.19:security/p5-Crypt-OpenSSL-RSA \
:p5-Crypt-OpenSSL-DSA->=0.10:security/p5-Crypt-OpenSSL-DSA \
- :p5-Crypt-OpenSSL-Bignum->=0.03:security/p5-Crypt-OpenSSL-Bignum
+
:p5-Crypt-OpenSSL-Bignum->=0.03:security/p5-Crypt-OpenSSL-Bignum \
+ :p5-Digest-SHA->=5.23:security/p5-Digest-SHA \
+ ::security/p5-Digest-SHA1
CONFIGURE_STYLE= perl
+
+PKG_ARCH= *
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/p5-Net-DNS-SEC/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo 2005/12/07 19:53:51 1.5
+++ distinfo 2005/12/15 19:53:45
@@ -1,4 +1,4 @@
-MD5 (Net-DNS-SEC-0.12.tar.gz) = 546a1776b23860d510b15303709456e9
-RMD160 (Net-DNS-SEC-0.12.tar.gz) = 1b5fd4e29fab6d1922e64978daa53d94554f0a88
-SHA1 (Net-DNS-SEC-0.12.tar.gz) = 199176a5354538d02f70311e14506b07f8e163ef
-SIZE (Net-DNS-SEC-0.12.tar.gz) = 60698
+MD5 (Net-DNS-SEC-0.13.tar.gz) = c8a361cb30deb0f3030253a023273885
+RMD160 (Net-DNS-SEC-0.13.tar.gz) = e2832bed2641a957e06ee3ca93ef928ddc228e75
+SHA1 (Net-DNS-SEC-0.13.tar.gz) = a830e463195697600e03f87e892446a8af651c3a
+SIZE (Net-DNS-SEC-0.13.tar.gz) = 71928
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/p5-Net-DNS-SEC/pkg/PLIST,v
retrieving revision 1.5
diff -u -r1.5 PLIST
--- pkg/PLIST 2005/12/07 19:53:51 1.5
+++ pkg/PLIST 2005/12/15 19:53:45
@@ -8,9 +8,7 @@
${P5SITE}/Net/DNS/RR/NSEC.pm
${P5SITE}/Net/DNS/RR/NXT.pm
${P5SITE}/Net/DNS/RR/RRSIG.pm
-${P5SITE}/Net/DNS/RR/SIG/
${P5SITE}/Net/DNS/RR/SIG.pm
-${P5SITE}/Net/DNS/RR/SIG/Private.pm
${P5SITE}/Net/DNS/SEC/
${P5SITE}/Net/DNS/SEC.pm
${P5SITE}/Net/DNS/SEC/Private.pm
@@ -22,6 +20,5 @@
@man man/man3p/Net::DNS::RR::NXT.3p
@man man/man3p/Net::DNS::RR::RRSIG.3p
@man man/man3p/Net::DNS::RR::SIG.3p
[EMAIL PROTECTED] man/man3p/Net::DNS::RR::SIG::Private.3p
@man man/man3p/Net::DNS::SEC.3p
@man man/man3p/Net::DNS::SEC::Private.3p
Cheers,
Jasper
--
"Security is decided by quality" -- Theo de Raadt
pgpKW4zV1I9go.pgp
Description: PGP signature
