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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 29 19:14:33 UTC 2017


Author: sunpoet
Date: Thu Jun 29 19:14:32 2017
New Revision: 444682
URL: https://svnweb.freebsd.org/changeset/ports/444682

Log:
  Remove Perl core modules
  
  - While I'm here, add NO_ARCH
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

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

Modified: head/security/p5-Protocol-ACME/Makefile
==============================================================================
--- head/security/p5-Protocol-ACME/Makefile	Thu Jun 29 19:14:27 2017	(r444681)
+++ head/security/p5-Protocol-ACME/Makefile	Thu Jun 29 19:14:32 2017	(r444682)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Protocol-ACME
 PORTVERSION=	0.16
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:SLUDIN
@@ -16,13 +17,13 @@ RUN_DEPENDS=	p5-Crypt-Format>=0.06:security/p5-Crypt-F
 		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-HTTP-Tiny>=0.050:www/p5-HTTP-Tiny \
 		p5-Log-Any>=1.032:devel/p5-Log-Any \
 		p5-JSON>=2.90:converters/p5-JSON \
 		p5-libwww>=6.13:www/p5-libwww \
 		p5-Net-SSLeay>=1.49:security/p5-Net-SSLeay
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-head mailing list