svn commit: r380193 - head/security/p5-Crypt-SSLeay

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 1 14:33:26 UTC 2015


Author: sunpoet
Date: Sun Mar  1 14:33:24 2015
New Revision: 380193
URL: https://svnweb.freebsd.org/changeset/ports/380193
QAT: https://qat.redports.org/buildarchive/r380193/

Log:
  - Cleanup RUN_DEPENDS
  - Fix version requirement of BUILD_DEPENDS
  - Sort PLIST
  - Bump PORTREVISION for dependency change

Modified:
  head/security/p5-Crypt-SSLeay/Makefile
  head/security/p5-Crypt-SSLeay/pkg-plist

Modified: head/security/p5-Crypt-SSLeay/Makefile
==============================================================================
--- head/security/p5-Crypt-SSLeay/Makefile	Sun Mar  1 14:33:17 2015	(r380192)
+++ head/security/p5-Crypt-SSLeay/Makefile	Sun Mar  1 14:33:24 2015	(r380193)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Crypt-SSLeay
 PORTVERSION=	0.72
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,8 +15,8 @@ LICENSE=	ART20
 
 BUILD_DEPENDS=	p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \
 		p5-Path-Class>=0.26:${PORTSDIR}/devel/p5-Path-Class \
-		p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+		p5-Try-Tiny>=0.19:${PORTSDIR}/lang/p5-Try-Tiny
+RUN_DEPENDS=	p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https
 
 CONFIGURE_ENV=	CRYPT_SSLEAY_LIVE_TEST_WANTED=0
 MAKE_ARGS=	PASTHRU_INC=-I${OPENSSLINC}

Modified: head/security/p5-Crypt-SSLeay/pkg-plist
==============================================================================
--- head/security/p5-Crypt-SSLeay/pkg-plist	Sun Mar  1 14:33:17 2015	(r380192)
+++ head/security/p5-Crypt-SSLeay/pkg-plist	Sun Mar  1 14:33:24 2015	(r380193)
@@ -1,6 +1,3 @@
-%%PERL5_MAN3%%/Crypt::SSLeay.3.gz
-%%PERL5_MAN3%%/Crypt::SSLeay::Version.3.gz
-%%PERL5_MAN3%%/Net::SSL.3.gz
 %%SITE_ARCH%%/Crypt/SSLeay.pm
 %%SITE_ARCH%%/Crypt/SSLeay/CTX.pm
 %%SITE_ARCH%%/Crypt/SSLeay/Conn.pm
@@ -10,3 +7,6 @@
 %%SITE_ARCH%%/Crypt/SSLeay/X509.pm
 %%SITE_ARCH%%/Net/SSL.pm
 %%SITE_ARCH%%/auto/Crypt/SSLeay/SSLeay.so
+%%PERL5_MAN3%%/Crypt::SSLeay.3.gz
+%%PERL5_MAN3%%/Crypt::SSLeay::Version.3.gz
+%%PERL5_MAN3%%/Net::SSL.3.gz


More information about the svn-ports-head mailing list