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:           Fri Oct 11 14:56:08 UTC 2019

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

Log Message:
(devel/p5-Cache-FastMmap) Updated 1.47 5o 1.48

1.48 Thu Apr 11 11:30 2019
  - Remove use of // so we should work on 5.8 again
  - Replace -1 with a NOPAGE constant
  - Use 64bit offsets so we support caches > 4G
  - Various valgrind code fixes
    Thanks to oschwald%gmail.com@localhost


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-Cache-FastMmap/Makefile
cvs rdiff -u -r1.14 -r1.15 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.27 pkgsrc/devel/p5-Cache-FastMmap/Makefile:1.28
--- pkgsrc/devel/p5-Cache-FastMmap/Makefile:1.27        Sun Aug 11 13:18:56 2019
+++ pkgsrc/devel/p5-Cache-FastMmap/Makefile     Fri Oct 11 14:56:08 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2019/08/11 13:18:56 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2019/10/11 14:56:08 mef Exp $
 
-DISTNAME=      Cache-FastMmap-1.47
+DISTNAME=      Cache-FastMmap-1.48
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Cache/}
 
@@ -11,7 +10,6 @@ HOMEPAGE=     https://metacpan.org/release/C
 COMMENT=       Shared memory cache through an mmap'ed file
 LICENSE=       ${PERL5_LICENSE}
 
-USE_LANGUAGES=         c
 PERL5_PACKLIST=                auto/Cache/FastMmap/.packlist
 
 .include "../../lang/perl5/module.mk"

Index: pkgsrc/devel/p5-Cache-FastMmap/distinfo
diff -u pkgsrc/devel/p5-Cache-FastMmap/distinfo:1.14 pkgsrc/devel/p5-Cache-FastMmap/distinfo:1.15
--- pkgsrc/devel/p5-Cache-FastMmap/distinfo:1.14        Tue Apr 10 00:36:09 2018
+++ pkgsrc/devel/p5-Cache-FastMmap/distinfo     Fri Oct 11 14:56:08 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2018/04/10 00:36:09 wen Exp $
+$NetBSD: distinfo,v 1.15 2019/10/11 14:56:08 mef Exp $
 
-SHA1 (Cache-FastMmap-1.47.tar.gz) = fde259a2ccb1ecb1ba708aa7fee5c61c5dfaded8
-RMD160 (Cache-FastMmap-1.47.tar.gz) = 3fa3ca2ed5c56fdb7faf1e02cbf5558aab09ae88
-SHA512 (Cache-FastMmap-1.47.tar.gz) = 20d839ac10578387465a0d5e6d6d4018073eb644460b4e079bb7b774a6c7be453a7f2bd8d499be962d60bd51657bc49a651684e773efb02a5d5fcf6c341640b2
-Size (Cache-FastMmap-1.47.tar.gz) = 52311 bytes
+SHA1 (Cache-FastMmap-1.48.tar.gz) = 9ebd8950f7730dddefc5520136219d2f7f94b709
+RMD160 (Cache-FastMmap-1.48.tar.gz) = e7f64ee82ac0da84a19bf64a0c9a7332d38533c6
+SHA512 (Cache-FastMmap-1.48.tar.gz) = 1709006c9d4f0b3b73e962f0d7360ab80e799f1a4c98e9f07414684a86b166cd7df1d092a973dc13bdd77c526da3ce8792c6d99ed0c0cbbcc18f2bc81162cc02
+Size (Cache-FastMmap-1.48.tar.gz) = 52446 bytes



Home | Main Index | Thread Index | Old Index