svn commit: r365228 - head/devel/p5-File-Map
Kurt Jaeger
pi at FreeBSD.org
Sun Aug 17 19:33:57 UTC 2014
Author: pi
Date: Sun Aug 17 19:33:56 2014
New Revision: 365228
URL: http://svnweb.freebsd.org/changeset/ports/365228
QAT: https://qat.redports.org/buildarchive/r365228/
Log:
devel/p5-File-Map: 0.61 -> 0.62
- Reuse perl's reentrant API
- Skip setlocale on android
Modified:
head/devel/p5-File-Map/Makefile
head/devel/p5-File-Map/distinfo
Modified: head/devel/p5-File-Map/Makefile
==============================================================================
--- head/devel/p5-File-Map/Makefile Sun Aug 17 19:32:18 2014 (r365227)
+++ head/devel/p5-File-Map/Makefile Sun Aug 17 19:33:56 2014 (r365228)
@@ -1,8 +1,7 @@
-# Created by: jupengfei <jupengfei at gmail.com>
# $FreeBSD$
PORTNAME= File-Map
-PORTVERSION= 0.61
+PORTVERSION= 0.62
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:LEONT
@@ -24,4 +23,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${POR
USES= perl5
USE_PERL5= modbuild
+post-stage:
+ ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/File/Map/Map.so
+
.include <bsd.port.mk>
Modified: head/devel/p5-File-Map/distinfo
==============================================================================
--- head/devel/p5-File-Map/distinfo Sun Aug 17 19:32:18 2014 (r365227)
+++ head/devel/p5-File-Map/distinfo Sun Aug 17 19:33:56 2014 (r365228)
@@ -1,2 +1,2 @@
-SHA256 (File-Map-0.61.tar.gz) = b3bf7d3de1a4bafe1b67928986e00351d3b1b15f8417086d71048e4a7d8815b2
-SIZE (File-Map-0.61.tar.gz) = 74315
+SHA256 (File-Map-0.62.tar.gz) = 3510a7973e5a004f1564f9e0ccec99cc696f28cbe9fc599f73f428bd585b48f3
+SIZE (File-Map-0.62.tar.gz) = 76319
More information about the svn-ports-head
mailing list