1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

- Update to 0.21

- Allow to strip shared library as regular user

Changes:	http://search.cpan.org/dist/Compress-LZ4/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-13 19:02:03 +00:00
parent 9407dd9093
commit a7d64ddfdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386254
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= Compress-LZ4
PORTVERSION= 0.20
PORTREVISION= 1
PORTVERSION= 0.21
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -17,6 +16,8 @@ USES= perl5
USE_PERL5= configure
post-stage:
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/LZ4/LZ4.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/LZ4/LZ4.so
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/LZ4/LZ4.so
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Compress-LZ4-0.20.tar.gz) = a37e9721920828dfc64cb1c4b06d646d4d9435ac21d8d2a84929b44e711a1950
SIZE (Compress-LZ4-0.20.tar.gz) = 47854
SHA256 (Compress-LZ4-0.21.tar.gz) = facc3ff3908f6eaf094cb975301f14ab9c2cb3205dfd3f5986e9f60596a65d5e
SIZE (Compress-LZ4-0.21.tar.gz) = 49960