Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2019 15:53:24 +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: r501711 - head/dns/p5-Net-DNS-SEC
Message-ID:  <201905151553.x4FFrO2M087183@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed May 15 15:53:24 2019
New Revision: 501711
URL: https://svnweb.freebsd.org/changeset/ports/501711

Log:
  Update to 1.13
  
  - Update MASTER_SITES
  - Fix *_DEPENDS: Crypt::OpenSSL::* requirement was removed since 1.04
  - Take maintainership
  
  Changes:	https://metacpan.org/changes/distribution/Net-DNS-SEC

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

Modified: head/dns/p5-Net-DNS-SEC/Makefile
==============================================================================
--- head/dns/p5-Net-DNS-SEC/Makefile	Wed May 15 15:53:19 2019	(r501710)
+++ head/dns/p5-Net-DNS-SEC/Makefile	Wed May 15 15:53:24 2019	(r501711)
@@ -1,24 +1,18 @@
 # $FreeBSD$
 
 PORTNAME=	Net-DNS-SEC
-PORTVERSION=	1.12
+PORTVERSION=	1.13
 CATEGORIES=	dns perl5
-MASTER_SITES=	CPAN \
-		http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	DNSSEC extensions to Net::DNS
 
 LICENSE=	MIT
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Crypt-OpenSSL-Bignum>=0.05:security/p5-Crypt-OpenSSL-Bignum \
-		p5-Crypt-OpenSSL-EC>=1.01:security/p5-Crypt-OpenSSL-EC \
-		p5-Crypt-OpenSSL-ECDSA>=0.06:security/p5-Crypt-OpenSSL-ECDSA \
-		p5-Crypt-OpenSSL-RSA>=0.28:security/p5-Crypt-OpenSSL-RSA \
-		p5-Crypt-OpenSSL-Random>=0.10:security/p5-Crypt-OpenSSL-Random \
-		p5-Net-DNS>=1.08:dns/p5-Net-DNS
+RUN_DEPENDS=	p5-Net-DNS>=1.08:dns/p5-Net-DNS
 
 USES=		perl5 ssl
 USE_PERL5=	configure

Modified: head/dns/p5-Net-DNS-SEC/distinfo
==============================================================================
--- head/dns/p5-Net-DNS-SEC/distinfo	Wed May 15 15:53:19 2019	(r501710)
+++ head/dns/p5-Net-DNS-SEC/distinfo	Wed May 15 15:53:24 2019	(r501711)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553010205
-SHA256 (Net-DNS-SEC-1.12.tar.gz) = fd2f224169d54e5ed25462721ee0bb7298295fc2e0762e2c5c86dd5853d41d0c
-SIZE (Net-DNS-SEC-1.12.tar.gz) = 45067
+TIMESTAMP = 1557747480
+SHA256 (Net-DNS-SEC-1.13.tar.gz) = 4539ce00ecf6f1cd6ce2423a2c610fb83db08d62e9c669c3a92540b7f018ccda
+SIZE (Net-DNS-SEC-1.13.tar.gz) = 44796



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