Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2016 12:20:44 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413112 - head/security/p5-Protocol-ACME
Message-ID:  <201604121220.u3CCKiA7078079@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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