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:   mef
Date:           Thu Aug 17 13:06:57 UTC 2017

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

Log Message:
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@localhost)
  - Use File::Spec for temp dir (thanks fraserbn%gmail.com@localhost)
  - 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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/p5-Cache-FastMmap/Makefile
cvs rdiff -u -r1.12 -r1.13 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.22 pkgsrc/devel/p5-Cache-FastMmap/Makefile:1.23
--- pkgsrc/devel/p5-Cache-FastMmap/Makefile:1.22        Mon Jun  5 14:22:39 2017
+++ pkgsrc/devel/p5-Cache-FastMmap/Makefile     Thu Aug 17 13:06:57 2017
@@ -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/}
 

Index: pkgsrc/devel/p5-Cache-FastMmap/distinfo
diff -u pkgsrc/devel/p5-Cache-FastMmap/distinfo:1.12 pkgsrc/devel/p5-Cache-FastMmap/distinfo:1.13
--- pkgsrc/devel/p5-Cache-FastMmap/distinfo:1.12        Mon Mar 20 10:18:10 2017
+++ pkgsrc/devel/p5-Cache-FastMmap/distinfo     Thu Aug 17 13:06:57 2017
@@ -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



Home | Main Index | Thread Index | Old Index