Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2015 17:34:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394116 - head/dns/p5-Net-DNS-SEC
Message-ID:  <201508131734.t7DHYXP3049054@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Aug 13 17:34:32 2015
New Revision: 394116
URL: https://svnweb.freebsd.org/changeset/ports/394116

Log:
  - Update to 1.01
  
  Changes:	http://search.cpan.org/dist/Net-DNS-SEC/Changes

Modified:
  head/dns/p5-Net-DNS-SEC/Makefile
  head/dns/p5-Net-DNS-SEC/distinfo
  head/dns/p5-Net-DNS-SEC/pkg-plist

Modified: head/dns/p5-Net-DNS-SEC/Makefile
==============================================================================
--- head/dns/p5-Net-DNS-SEC/Makefile	Thu Aug 13 17:34:27 2015	(r394115)
+++ head/dns/p5-Net-DNS-SEC/Makefile	Thu Aug 13 17:34:32 2015	(r394116)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Net-DNS-SEC
-PORTVERSION=	0.22
-PORTREVISION=	1
+PORTVERSION=	1.01
 CATEGORIES=	dns perl5
 MASTER_SITES=	CPAN \
 		http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/
@@ -14,13 +13,11 @@ COMMENT=	DNSSEC extensions to Net::DNS
 LICENSE=	MIT
 
 BUILD_DEPENDS=	p5-Crypt-OpenSSL-Bignum>=0.04:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
-		p5-Crypt-OpenSSL-DSA>=0.1:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \
+		p5-Crypt-OpenSSL-DSA>=0.14:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \
 		p5-Crypt-OpenSSL-EC>=1.01:${PORTSDIR}/security/p5-Crypt-OpenSSL-EC \
 		p5-Crypt-OpenSSL-ECDSA>=0.6:${PORTSDIR}/security/p5-Crypt-OpenSSL-ECDSA \
-		p5-Crypt-OpenSSL-RSA>=0.19:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
+		p5-Crypt-OpenSSL-RSA>=0.27:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
 		p5-Crypt-OpenSSL-Random>=0.06:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random \
-		p5-Digest-BubbleBabble>=0.01:${PORTSDIR}/security/p5-Digest-BubbleBabble \
-		p5-MIME-Base32>=0:${PORTSDIR}/converters/p5-MIME-Base32 \
 		p5-Net-DNS>=1.01:${PORTSDIR}/dns/p5-Net-DNS
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
@@ -28,8 +25,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-post-patch:
-	@${RM} -fr ${WRKSRC}/RR/
-	@${REINPLACE_CMD} -e '/RR\//d' ${WRKSRC}/MANIFEST ${WRKSRC}/Makefile.PL
-
 .include <bsd.port.mk>

Modified: head/dns/p5-Net-DNS-SEC/distinfo
==============================================================================
--- head/dns/p5-Net-DNS-SEC/distinfo	Thu Aug 13 17:34:27 2015	(r394115)
+++ head/dns/p5-Net-DNS-SEC/distinfo	Thu Aug 13 17:34:32 2015	(r394116)
@@ -1,2 +1,2 @@
-SHA256 (Net-DNS-SEC-0.22.tar.gz) = 381830970220ee6175e19dfaa1d5589fd65137f6c54aa2542b61a826e1cb72ad
-SIZE (Net-DNS-SEC-0.22.tar.gz) = 76844
+SHA256 (Net-DNS-SEC-1.01.tar.gz) = 25b8e940c578acd0baa1c73d8a32d0e4e347347385e954416bae669d667fdfa0
+SIZE (Net-DNS-SEC-1.01.tar.gz) = 35744

Modified: head/dns/p5-Net-DNS-SEC/pkg-plist
==============================================================================
--- head/dns/p5-Net-DNS-SEC/pkg-plist	Thu Aug 13 17:34:27 2015	(r394115)
+++ head/dns/p5-Net-DNS-SEC/pkg-plist	Thu Aug 13 17:34:32 2015	(r394116)
@@ -1,4 +1,3 @@
-%%SITE_PERL%%/Net/DNS/Keyset.pm
 %%SITE_PERL%%/Net/DNS/SEC.pm
 %%SITE_PERL%%/Net/DNS/SEC/DSA.pm
 %%SITE_PERL%%/Net/DNS/SEC/ECCGOST.pm
@@ -6,7 +5,6 @@
 %%SITE_PERL%%/Net/DNS/SEC/Keyset.pm
 %%SITE_PERL%%/Net/DNS/SEC/Private.pm
 %%SITE_PERL%%/Net/DNS/SEC/RSA.pm
-%%PERL5_MAN3%%/Net::DNS::KeysetStub.3.gz
 %%PERL5_MAN3%%/Net::DNS::SEC.3.gz
 %%PERL5_MAN3%%/Net::DNS::SEC::DSA.3.gz
 %%PERL5_MAN3%%/Net::DNS::SEC::ECCGOST.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508131734.t7DHYXP3049054>