pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Cache-FastMmap



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Nov  7 01:49:50 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Cache-FastMmap: Makefile distinfo

Log Message:
Update to 1.57

Upstream changes:
1.57 Thu Sep 30 16:25 2021
  - Add expire($key) method to allow explicitly expiring
    a key from the cache. In write-back mode, if the key
    is dirty it will be written back, in other modes it's
    the same as remove($key)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/p5-Cache-FastMmap/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Cache-FastMmap/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Cache-FastMmap/Makefile
diff -u pkgsrc/devel/p5-Cache-FastMmap/Makefile:1.32 pkgsrc/devel/p5-Cache-FastMmap/Makefile:1.33
--- pkgsrc/devel/p5-Cache-FastMmap/Makefile:1.32        Sun Jun 13 08:22:13 2021
+++ pkgsrc/devel/p5-Cache-FastMmap/Makefile     Sun Nov  7 01:49:50 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2021/06/13 08:22:13 wen Exp $
+# $NetBSD: Makefile,v 1.33 2021/11/07 01:49:50 wen Exp $
 
-DISTNAME=      Cache-FastMmap-1.56
+DISTNAME=      Cache-FastMmap-1.57
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Cache/}

Index: pkgsrc/devel/p5-Cache-FastMmap/distinfo
diff -u pkgsrc/devel/p5-Cache-FastMmap/distinfo:1.19 pkgsrc/devel/p5-Cache-FastMmap/distinfo:1.20
--- pkgsrc/devel/p5-Cache-FastMmap/distinfo:1.19        Tue Oct 26 10:16:07 2021
+++ pkgsrc/devel/p5-Cache-FastMmap/distinfo     Sun Nov  7 01:49:50 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 10:16:07 nia Exp $
+$NetBSD: distinfo,v 1.20 2021/11/07 01:49:50 wen Exp $
 
-BLAKE2s (Cache-FastMmap-1.56.tar.gz) = 64458aacfa89c6d9a33216a1c591435771056b19cce8f7abc44b1a5fbe31bbb6
-SHA512 (Cache-FastMmap-1.56.tar.gz) = 742b2657007ce944ab636494a03ce7bfb6ea52663d1e4d3b10928f534f4fa4c564831e50737e7d6b79903f49b434fcdd441e664fe8afe156cc0468c2319cd0fe
-Size (Cache-FastMmap-1.56.tar.gz) = 56713 bytes
+BLAKE2s (Cache-FastMmap-1.57.tar.gz) = a6407e187d91bca371f56ec066c35b5117d65d28dc74120c447200a978b639ec
+SHA512 (Cache-FastMmap-1.57.tar.gz) = 12bcf7af5723ba58bc0f74e689a1667b1055755a06a750aafc0f17075a94205a3aa0cc87a4a1f1da125c52b30516afeeb1f3a4f9422ef863fe8255bec53a3ecc
+Size (Cache-FastMmap-1.57.tar.gz) = 57502 bytes



Home | Main Index | Thread Index | Old Index