diff options
author | skv <skv@FreeBSD.org> | 2004-08-21 18:59:21 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-08-21 18:59:21 +0800 |
commit | 6270666234ea07df4199447e477d7461a1765ea1 (patch) | |
tree | 09522b77a1c0eafe46a993ea5166b55fd5ed5773 /devel/p5-Cache-FastMmap | |
parent | a98fa557476bc7e44552c8e07eb05313c48e9f29 (diff) | |
download | freebsd-ports-gnome-6270666234ea07df4199447e477d7461a1765ea1.tar.gz freebsd-ports-gnome-6270666234ea07df4199447e477d7461a1765ea1.tar.zst freebsd-ports-gnome-6270666234ea07df4199447e477d7461a1765ea1.zip |
Updated to 1.07
Diffstat (limited to 'devel/p5-Cache-FastMmap')
-rw-r--r-- | devel/p5-Cache-FastMmap/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Cache-FastMmap/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/p5-Cache-FastMmap/Makefile b/devel/p5-Cache-FastMmap/Makefile index 5518919952a8..e331f3529546 100644 --- a/devel/p5-Cache-FastMmap/Makefile +++ b/devel/p5-Cache-FastMmap/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Cache-FastMmap -PORTVERSION= 1.06 -PORTREVISION= 1 +PORTVERSION= 1.07 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Cache @@ -30,7 +29,7 @@ IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try a .endif post-patch: - @${FIND} ${WRKSRC} -name "*.[pP][mL]" | \ + @${FIND} ${WRKSRC} -name "*.PL" | \ ${XARGS} ${PERL} -i -pe 's/^use 5.008/use 5.006/' .include <bsd.port.post.mk> diff --git a/devel/p5-Cache-FastMmap/distinfo b/devel/p5-Cache-FastMmap/distinfo index 8037e7c21c6a..ca11e23d406a 100644 --- a/devel/p5-Cache-FastMmap/distinfo +++ b/devel/p5-Cache-FastMmap/distinfo @@ -1,2 +1,2 @@ -MD5 (Cache-FastMmap-1.06.tar.gz) = 15d5f375395be91cbedfcf7a3d0e5b5f -SIZE (Cache-FastMmap-1.06.tar.gz) = 33996 +MD5 (Cache-FastMmap-1.07.tar.gz) = 1cb41a50f96aba787e346aaccef45577 +SIZE (Cache-FastMmap-1.07.tar.gz) = 35552 |