diff options
author | wen <wen@pkgsrc.org> | 2016-01-01 03:43:16 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-01-01 03:43:16 +0000 |
commit | 485aef97c3107a69ce446f162deab420bd0f2125 (patch) | |
tree | c516e16fa9f229a917466b0dc16b9bc7aad34a63 /devel | |
parent | 6e2fe1489c34d6e051711e0cc149c9e0dccb88e3 (diff) | |
download | pkgsrc-485aef97c3107a69ce446f162deab420bd0f2125.tar.gz |
Update to 1.43
Upstream changes:
1.43 Fri Oct 23 14:00 2015
- Update copyright + version correctly everywhere
1.42 Fri Oct 23 13:30 2015
- Allow get_and_set callback to return an empty list
which means "no change". This allows atomic
"get, and set if not present" type action, but
without resetting the expiry time on each get.
This is basically the same as using the read_cb
1.41 Thu Aug 29 15:30 2013
- Actually reuse deleted slots. Meant that if
you used ->remove() a lot, we would re-organise
cache more than needed
- Include typo and meta patches from dsteinbrunner
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 95205fdf51b..4c809366c9f 100644 --- a/devel/p5-Cache-FastMmap/Makefile +++ b/devel/p5-Cache-FastMmap/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:48:57 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/01/01 03:43:16 wen Exp $ -DISTNAME= Cache-FastMmap-1.40 +DISTNAME= Cache-FastMmap-1.43 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 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 d1fe11f8a73..ffcc4a9f89b 100644 --- a/devel/p5-Cache-FastMmap/distinfo +++ b/devel/p5-Cache-FastMmap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 03:27:59 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/01/01 03:43:16 wen Exp $ -SHA1 (Cache-FastMmap-1.40.tar.gz) = 473093ea59d82aa0b89bf4081e3eb9e4e9f0dfba -RMD160 (Cache-FastMmap-1.40.tar.gz) = d30b3c658b7d4a48892cd9b4ab2b6eb74fbcb384 -SHA512 (Cache-FastMmap-1.40.tar.gz) = 55c038cc99b4f6177f45f1610c72a57eb893bfc4598909a6f10352422b8c64376e938b1b175dd417667f7fb0732a420e23bb037ce51b16ee2db2d1a712c892d1 -Size (Cache-FastMmap-1.40.tar.gz) = 47952 bytes +SHA1 (Cache-FastMmap-1.43.tar.gz) = 9e3c09ee23da72a5e2d246fe863990d6e737ae70 +RMD160 (Cache-FastMmap-1.43.tar.gz) = 8e63223c04143bddecd77baa99fd78fb29272485 +SHA512 (Cache-FastMmap-1.43.tar.gz) = 57b30c4071a0ecacfc3cc398d40e546ac7db4267a64a0523979445a4afa74853436751404f1827192c89baba9d5bd5ffb28375e61b2b841e3ec94c4fbef95050 +Size (Cache-FastMmap-1.43.tar.gz) = 48725 bytes |