aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-04-01 19:16:36 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-04-01 19:16:36 +0800
commitc28710816f5450c76e80f35428cb87dc59ac3030 (patch)
tree0caff1d65cd2b16efe0f222d89d10f516da33e68
parent456baf0e24618c36e3d4e71bfe291062525f7be7 (diff)
downloadfreebsd-ports-gnome-c28710816f5450c76e80f35428cb87dc59ac3030.tar.gz
freebsd-ports-gnome-c28710816f5450c76e80f35428cb87dc59ac3030.tar.zst
freebsd-ports-gnome-c28710816f5450c76e80f35428cb87dc59ac3030.zip
- Update to 0.29
- Update *_DEPENDS: remove PORTSDIR - Sort *_DEPENDS - Use = instead of += - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/POE-Filter-SSL/Changes
-rw-r--r--security/p5-POE-Filter-SSL/Makefile16
-rw-r--r--security/p5-POE-Filter-SSL/distinfo4
-rw-r--r--security/p5-POE-Filter-SSL/pkg-plist3
3 files changed, 13 insertions, 10 deletions
diff --git a/security/p5-POE-Filter-SSL/Makefile b/security/p5-POE-Filter-SSL/Makefile
index 584beabfdabc..852639b8a2b7 100644
--- a/security/p5-POE-Filter-SSL/Makefile
+++ b/security/p5-POE-Filter-SSL/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= POE-Filter-SSL
-PORTVERSION= 0.28
-PORTREVISION= 2
+PORTVERSION= 0.29
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PRIVI
@@ -15,14 +14,17 @@ COMMENT= The easiest and flexiblest way to SSL in POEIntegrate SSL into POE
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
- p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
- p5-POE>=0:${PORTSDIR}/devel/p5-POE
+BUILD_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay \
+ p5-POE>=0:devel/p5-POE \
+ p5-libwww>=0:www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
+MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC}
USES= perl5
-USE_PERL5= configure
USE_OPENSSL= yes
-MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
+USE_PERL5= configure
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/POE/Filter/SSL/SSL.so
.include <bsd.port.mk>
diff --git a/security/p5-POE-Filter-SSL/distinfo b/security/p5-POE-Filter-SSL/distinfo
index 2bc9358ee5e0..0ce0cb7f0c32 100644
--- a/security/p5-POE-Filter-SSL/distinfo
+++ b/security/p5-POE-Filter-SSL/distinfo
@@ -1,2 +1,2 @@
-SHA256 (POE-Filter-SSL-0.28.tar.gz) = 368ba76ef5fec490c1bd1d5682f9da56fd8b352dc64f9c4d7c6b2f5d46983f7b
-SIZE (POE-Filter-SSL-0.28.tar.gz) = 57258
+SHA256 (POE-Filter-SSL-0.29.tar.gz) = f2cee13df71ece0b7b510bef4e0fab407b07b9fc1ceaa637286ed4ef80c0b1cc
+SIZE (POE-Filter-SSL-0.29.tar.gz) = 379419
diff --git a/security/p5-POE-Filter-SSL/pkg-plist b/security/p5-POE-Filter-SSL/pkg-plist
index ddbea83c8c81..faa78b6f2a45 100644
--- a/security/p5-POE-Filter-SSL/pkg-plist
+++ b/security/p5-POE-Filter-SSL/pkg-plist
@@ -1,3 +1,4 @@
-%%SITE_ARCH%%/auto/POE/Filter/SSL/SSL.so
%%SITE_ARCH%%/POE/Filter/SSL.pm
+%%SITE_ARCH%%/auto/POE/Filter/SSL/SSL.so
%%PERL5_MAN3%%/POE::Filter::SSL.3.gz
+%%PERL5_MAN3%%/POE::Filter::SSL.3pm.gz