aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-06-11 00:46:52 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-06-11 00:46:52 +0800
commit58af78a2f8b05ddbf0b3442ca20368198f9cdd2a (patch)
tree26a3168381ab9172906b328dc027ccd15ed1a5a0
parent3b2c413c09474fccfe83f94dd8ff14e89603d74c (diff)
downloadfreebsd-ports-gnome-58af78a2f8b05ddbf0b3442ca20368198f9cdd2a.tar.gz
freebsd-ports-gnome-58af78a2f8b05ddbf0b3442ca20368198f9cdd2a.tar.zst
freebsd-ports-gnome-58af78a2f8b05ddbf0b3442ca20368198f9cdd2a.zip
- Update to 0.06
- Fix LICENSE section - Strip shared library - Sort PLIST
-rw-r--r--security/p5-Crypt-RIPEMD160/Makefile10
-rw-r--r--security/p5-Crypt-RIPEMD160/distinfo4
-rw-r--r--security/p5-Crypt-RIPEMD160/pkg-plist4
3 files changed, 11 insertions, 7 deletions
diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile
index 5976e9f08e0c..5b33868a3436 100644
--- a/security/p5-Crypt-RIPEMD160/Makefile
+++ b/security/p5-Crypt-RIPEMD160/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Crypt-RIPEMD160
-PORTVERSION= 0.05
-PORTREVISION= 1
+PORTVERSION= 0.06
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,10 +10,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= RIPEMD-160 message digest algorithm
-LICENSE_COMB= dual
LICENSE= ART20 GPLv1
+LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+post-install:
+ ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/RIPEMD160/RIPEMD160.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/RIPEMD160/RIPEMD160.so
+ ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/RIPEMD160/RIPEMD160.so
+
.include <bsd.port.mk>
diff --git a/security/p5-Crypt-RIPEMD160/distinfo b/security/p5-Crypt-RIPEMD160/distinfo
index fe886cba5300..59439ee30011 100644
--- a/security/p5-Crypt-RIPEMD160/distinfo
+++ b/security/p5-Crypt-RIPEMD160/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Crypt-RIPEMD160-0.05.tar.gz) = ec8987517d138ac8a4be3c72ba36d69e06f18378a284f6df03c4f954ceaedaa8
-SIZE (Crypt-RIPEMD160-0.05.tar.gz) = 58960
+SHA256 (Crypt-RIPEMD160-0.06.tar.gz) = ea64a1e9eb42f3d79855a392e7cca6b86e8e0bcc9aabcc5efa5fa32415b67dba
+SIZE (Crypt-RIPEMD160-0.06.tar.gz) = 58766
diff --git a/security/p5-Crypt-RIPEMD160/pkg-plist b/security/p5-Crypt-RIPEMD160/pkg-plist
index 257d12af7688..9975ab6d9eb6 100644
--- a/security/p5-Crypt-RIPEMD160/pkg-plist
+++ b/security/p5-Crypt-RIPEMD160/pkg-plist
@@ -1,6 +1,6 @@
-%%PERL5_MAN3%%/Crypt::RIPEMD160.3.gz
-%%PERL5_MAN3%%/Crypt::RIPEMD160::MAC.3.gz
%%SITE_ARCH%%/Crypt/RIPEMD160.pm
%%SITE_ARCH%%/Crypt/RIPEMD160/MAC.pm
%%SITE_ARCH%%/auto/Crypt/RIPEMD160/RIPEMD160.so
%%SITE_ARCH%%/auto/Crypt/RIPEMD160/autosplit.ix
+%%PERL5_MAN3%%/Crypt::RIPEMD160.3.gz
+%%PERL5_MAN3%%/Crypt::RIPEMD160::MAC.3.gz