diff options
author | mef <mef@pkgsrc.org> | 2017-08-17 13:06:57 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-08-17 13:06:57 +0000 |
commit | 87720b37ed5d3035ffb8e58b72e6c35f0152b464 (patch) | |
tree | f73c813f9ed7c99b725af0d2e64553f6fab14203 /devel | |
parent | fc92d746012de1d8a1c78e8c276a14b488f70d72 (diff) | |
download | pkgsrc-87720b37ed5d3035ffb8e58b72e6c35f0152b464.tar.gz |
Updated devel/p5-Cache-FastMmap to 1.46
---------------------------------------
1.46 Fri Jul 14 19:40 2017
- Fix tests on older perls (thanks stephanloyd9@gmail.com)
- Use File::Spec for temp dir (thanks fraserbn@gmail.com)
- Fix mmap_cache_internals.h include guard
- Fix get_and_set() always returning 0 for DidStore
- Allow setting permission when creating cache file
- Tweak leak detection tests
- Fix last_access/expire_time checks for impending
1500000000 seconds since epoch
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Cache-FastMmap/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Cache-FastMmap/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Cache-FastMmap/Makefile b/devel/p5-Cache-FastMmap/Makefile index a2cbe7ceebe..b2827fa2c76 100644 --- a/devel/p5-Cache-FastMmap/Makefile +++ b/devel/p5-Cache-FastMmap/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2017/06/05 14:22:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.23 2017/08/17 13:06:57 mef Exp $ -DISTNAME= Cache-FastMmap-1.45 +DISTNAME= Cache-FastMmap-1.46 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/} diff --git a/devel/p5-Cache-FastMmap/distinfo b/devel/p5-Cache-FastMmap/distinfo index 0ee050b5d4d..f70c25c33db 100644 --- a/devel/p5-Cache-FastMmap/distinfo +++ b/devel/p5-Cache-FastMmap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2017/03/20 10:18:10 mef Exp $ +$NetBSD: distinfo,v 1.13 2017/08/17 13:06:57 mef Exp $ -SHA1 (Cache-FastMmap-1.45.tar.gz) = 672a50c8f606afd2030bcb62c130313b28c62d05 -RMD160 (Cache-FastMmap-1.45.tar.gz) = 22f0d23c12d64be1655eccbbc2b85d156c914ed9 -SHA512 (Cache-FastMmap-1.45.tar.gz) = 7c35ec3dd991295f56f03eb2839d88bcf1cb741c6d9c873e0cabdd8f4ba17ed7c790f82a3843cd40fd200450e4080208893734ff49120ef633309a8686058f3f -Size (Cache-FastMmap-1.45.tar.gz) = 51306 bytes +SHA1 (Cache-FastMmap-1.46.tar.gz) = f9556076ae81d61d58d2835cf2b35c0443aba03b +RMD160 (Cache-FastMmap-1.46.tar.gz) = 41a7df1b7a6a495a7e7a8c3c7a29a5354e3bc528 +SHA512 (Cache-FastMmap-1.46.tar.gz) = 155c55dcbb05b83a7bf35ef70d4436b54ad0dc8684871c03048ac7dc364c5ce408152409fdc88d7c53f38ff7d767ec2c181da8c1e6118826ba0120ef20b77f59 +Size (Cache-FastMmap-1.46.tar.gz) = 51820 bytes |