pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Cache-FastMmap Update to 1.56
details: https://anonhg.NetBSD.org/pkgsrc/rev/9064fc55bfce
branches: trunk
changeset: 454550:9064fc55bfce
user: wen <wen%pkgsrc.org@localhost>
date: Sun Jun 13 08:22:13 2021 +0000
description:
Update to 1.56
Add missing TEST_DEPENDS
Upstream changes:
1.56 Mon Dec 14 14:35 2020
- Update MANIFEST to include all tests. It hasn't
been updated in a while
1.55 Mon Dec 14 12:10 2020
- Add ability to override internal value of 'time'
everywhere to make tests that check expiry of items
faster and more robust
1.54 Sat Dec 12 13:40 2020
- Add Test::Deep as dependency to Makefile.PL
1.53 Thu Dec 10 13:40 2020
- Handle expire_on being undef (use cache default) and
return undef if existing value not found in cache.
Makes get_and_set which passes on expire_on just work
in "doesn't exist" case
1.52 Thu Dec 10 12:20 2020
- Fix bug where a get() on a key that was expired would
cause that key to be deleted and never written back
even if it was dirty
- Added new expire_on naming so that expire_time
(relative future time) and expire_on (absolute
unix epoch time) are now clear and distinct
- Allow setting expire_on when doing a set() call,
which is useful from get_and_set() to maintain
an items absolute expiry time
1.51 Wed Nov 11 17:15 2020
- Skip JSON/Sereal tests if modules not present
- Updated .gitignore
Thanks to https://github.com/szabgab/
- GitHub Actions config file
Thanks to https://github.com/szabgab/
1.50 Fri Nov 6 20:40 2020
- Allow get_and_set sub to return an options
hash passed to the internal set call
diffstat:
devel/p5-Cache-FastMmap/Makefile | 7 ++++---
devel/p5-Cache-FastMmap/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r d3f63897a3f6 -r 9064fc55bfce devel/p5-Cache-FastMmap/Makefile
--- a/devel/p5-Cache-FastMmap/Makefile Sun Jun 13 08:19:59 2021 +0000
+++ b/devel/p5-Cache-FastMmap/Makefile Sun Jun 13 08:22:13 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2021/05/24 19:50:12 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2021/06/13 08:22:13 wen Exp $
-DISTNAME= Cache-FastMmap-1.49
+DISTNAME= Cache-FastMmap-1.56
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/}
@@ -13,5 +12,7 @@
PERL5_PACKLIST= auto/Cache/FastMmap/.packlist
+TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d3f63897a3f6 -r 9064fc55bfce devel/p5-Cache-FastMmap/distinfo
--- a/devel/p5-Cache-FastMmap/distinfo Sun Jun 13 08:19:59 2021 +0000
+++ b/devel/p5-Cache-FastMmap/distinfo Sun Jun 13 08:22:13 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/04/11 11:34:58 mef Exp $
+$NetBSD: distinfo,v 1.17 2021/06/13 08:22:13 wen Exp $
-SHA1 (Cache-FastMmap-1.49.tar.gz) = 9645f68e98a9c471cbe4494496a55b07a814d5fe
-RMD160 (Cache-FastMmap-1.49.tar.gz) = c7e21d34ca514f4077d240fb26524096e932daf3
-SHA512 (Cache-FastMmap-1.49.tar.gz) = 686f4cc360b6106f87c6068e99eaee708f6045d1651cfdfcd2819f7fedeb7563b185df6e3ae6e99c079b3993ada9a356cce69ad4e95659c664f5bfe78ada7939
-Size (Cache-FastMmap-1.49.tar.gz) = 52512 bytes
+SHA1 (Cache-FastMmap-1.56.tar.gz) = a1865f4a0dc751432a1196ce20166f244c795d4f
+RMD160 (Cache-FastMmap-1.56.tar.gz) = d054135d5d1181c1982218e44518a049ef9df26b
+SHA512 (Cache-FastMmap-1.56.tar.gz) = 742b2657007ce944ab636494a03ce7bfb6ea52663d1e4d3b10928f534f4fa4c564831e50737e7d6b79903f49b434fcdd441e664fe8afe156cc0468c2319cd0fe
+Size (Cache-FastMmap-1.56.tar.gz) = 56713 bytes
Home |
Main Index |
Thread Index |
Old Index