svn commit: r413112 - head/security/p5-Protocol-ACME

Kurt Jaeger pi at FreeBSD.org
Tue Apr 12 12:20:45 UTC 2016


Author: pi
Date: Tue Apr 12 12:20:44 2016
New Revision: 413112
URL: https://svnweb.freebsd.org/changeset/ports/413112

Log:
  security/p5-Protocol-ACME: change DISTSITE from github to CPAN, add dependency
  
  PR:		208741
  Submitted by:	mat

Modified:
  head/security/p5-Protocol-ACME/Makefile
  head/security/p5-Protocol-ACME/distinfo

Modified: head/security/p5-Protocol-ACME/Makefile
==============================================================================
--- head/security/p5-Protocol-ACME/Makefile	Tue Apr 12 12:17:50 2016	(r413111)
+++ head/security/p5-Protocol-ACME/Makefile	Tue Apr 12 12:20:44 2016	(r413112)
@@ -2,8 +2,10 @@
 
 PORTNAME=	Protocol-ACME
 PORTVERSION=	0.11
-DISTVERSIONPREFIX=v
+PORTREVISION=	1
 CATEGORIES=	security perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:SLUDIN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	pi at FreeBSD.org
@@ -14,14 +16,13 @@ LICENSE=	ART20
 RUN_DEPENDS=	p5-Crypt-Format>=0.06:security/p5-Crypt-Format \
 		p5-Crypt-OpenSSL-Bignum>=0.06:security/p5-Crypt-OpenSSL-Bignum \
 		p5-Crypt-OpenSSL-RSA>=0.28:security/p5-Crypt-OpenSSL-RSA \
+		p5-Crypt-RSA-Parse>=0.041:security/p5-Crypt-RSA-Parse \
 		p5-Digest-SHA>=5.95:security/p5-Digest-SHA \
 		p5-Log-Any>=1.032:devel/p5-Log-Any \
 		p5-JSON>=2.90:converters/p5-JSON \
 		p5-libwww>=6.13:www/p5-libwww
 
 USES=		perl5
-USE_GITHUB=	yes
-GH_ACCOUNT=	sludin
 USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/security/p5-Protocol-ACME/distinfo
==============================================================================
--- head/security/p5-Protocol-ACME/distinfo	Tue Apr 12 12:17:50 2016	(r413111)
+++ head/security/p5-Protocol-ACME/distinfo	Tue Apr 12 12:20:44 2016	(r413112)
@@ -1,2 +1,2 @@
-SHA256 (sludin-Protocol-ACME-v0.11_GH0.tar.gz) = 32c0cd807c6480ff96b926ed07bd755afbfcd5034b78a6ed839aa1e4fb316f5a
-SIZE (sludin-Protocol-ACME-v0.11_GH0.tar.gz) = 27545
+SHA256 (Protocol-ACME-0.11.tar.gz) = 462e3f3bcffe120bb190354918d4cf471ad3d1e1a26c9ce19281de6d251ad89b
+SIZE (Protocol-ACME-0.11.tar.gz) = 30736


More information about the svn-ports-head mailing list