svn commit: r439374 - head/security/p5-Crypt-LE

Dag-Erling Smørgrav des at FreeBSD.org
Tue Apr 25 11:58:59 UTC 2017


Author: des
Date: Tue Apr 25 11:58:58 2017
New Revision: 439374
URL: https://svnweb.freebsd.org/changeset/ports/439374

Log:
  Fix dependencies and take maintainership.
  
  Approved by:	pi@

Modified:
  head/security/p5-Crypt-LE/Makefile

Modified: head/security/p5-Crypt-LE/Makefile
==============================================================================
--- head/security/p5-Crypt-LE/Makefile	Tue Apr 25 11:28:49 2017	(r439373)
+++ head/security/p5-Crypt-LE/Makefile	Tue Apr 25 11:58:58 2017	(r439374)
@@ -2,19 +2,19 @@
 
 PORTNAME=	Crypt-LE
 PORTVERSION=	0.22
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	pi at FreeBSD.org
+MAINTAINER=	des at FreeBSD.org
 COMMENT=	Let's Encrypt API interfacing module
 
 LICENSE=	ART20
 
-RUN_DEPENDS=	p5-Crypt-Format>=0:security/p5-Crypt-Format \
-		p5-Crypt-OpenSSL-PKCS10>=0:security/p5-Crypt-OpenSSL-PKCS10 \
-		p5-Crypt-PKCS10>=0:security/p5-Crypt-PKCS10 \
+RUN_DEPENDS=	p5-Convert-ASN1>=0:converters/p5-Convert-ASN1 \
+		p5-Crypt-Format>=0:security/p5-Crypt-Format \
+		p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt-OpenSSL-RSA \
 		p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
 		p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
 		p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \


More information about the svn-ports-all mailing list