aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-03-01 22:33:24 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-03-01 22:33:24 +0800
commite418f6fa9965b9ef145031f7027a278dfbfcfdb6 (patch)
tree9a8adba435a5a3e4445516b7a2576c259e55d3e6 /security
parent937d9ee7ca4b0405293361518ddb10fec8ff365f (diff)
downloadfreebsd-ports-gnome-e418f6fa9965b9ef145031f7027a278dfbfcfdb6.tar.gz
freebsd-ports-gnome-e418f6fa9965b9ef145031f7027a278dfbfcfdb6.tar.zst
freebsd-ports-gnome-e418f6fa9965b9ef145031f7027a278dfbfcfdb6.zip
- Cleanup RUN_DEPENDS
- Fix version requirement of BUILD_DEPENDS - Sort PLIST - Bump PORTREVISION for dependency change
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-SSLeay/Makefile6
-rw-r--r--security/p5-Crypt-SSLeay/pkg-plist6
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index be6df7b1e3e2..d553d6c9ae2b 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -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}
diff --git a/security/p5-Crypt-SSLeay/pkg-plist b/security/p5-Crypt-SSLeay/pkg-plist
index d40d1748d780..7f9089c79e15 100644
--- a/security/p5-Crypt-SSLeay/pkg-plist
+++ b/security/p5-Crypt-SSLeay/pkg-plist
@@ -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