svn commit: r444137 - head/archivers/p5-PerlIO-gzip
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jun 22 23:40:41 UTC 2017
Author: sunpoet
Date: Thu Jun 22 23:40:40 2017
New Revision: 444137
URL: https://svnweb.freebsd.org/changeset/ports/444137
Log:
Update to 0.20
- Strip shared library
Changes: http://search.cpan.org/dist/PerlIO-gzip/Changes
Modified:
head/archivers/p5-PerlIO-gzip/Makefile
head/archivers/p5-PerlIO-gzip/distinfo
Modified: head/archivers/p5-PerlIO-gzip/Makefile
==============================================================================
--- head/archivers/p5-PerlIO-gzip/Makefile Thu Jun 22 23:40:35 2017 (r444136)
+++ head/archivers/p5-PerlIO-gzip/Makefile Thu Jun 22 23:40:40 2017 (r444137)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= PerlIO-gzip
-PORTVERSION= 0.19
+PORTVERSION= 0.20
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,5 +15,8 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PerlIO/gzip/gzip.so
.include <bsd.port.mk>
Modified: head/archivers/p5-PerlIO-gzip/distinfo
==============================================================================
--- head/archivers/p5-PerlIO-gzip/distinfo Thu Jun 22 23:40:35 2017 (r444136)
+++ head/archivers/p5-PerlIO-gzip/distinfo Thu Jun 22 23:40:40 2017 (r444137)
@@ -1,2 +1,3 @@
-SHA256 (PerlIO-gzip-0.19.tar.gz) = d2e9351d58b8a93c86811e25a898ee651fc393a157413652bf42f9aada2eb284
-SIZE (PerlIO-gzip-0.19.tar.gz) = 18956
+TIMESTAMP = 1498142137
+SHA256 (PerlIO-gzip-0.20.tar.gz) = 4848679a3f201e3f3b0c5f6f9526e602af52923ffa471a2a3657db786bd3bdc5
+SIZE (PerlIO-gzip-0.20.tar.gz) = 19076
More information about the svn-ports-head
mailing list