Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8FBB71A9239 for ; Sun, 7 Nov 2021 01:49:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 57A7D84D79; Sun, 7 Nov 2021 01:49:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 90D4B84D61 for ; Sun, 7 Nov 2021 01:49:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id OTBORf_Riwxb for ; Sun, 7 Nov 2021 01:49:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 069D584CBC for ; Sun, 7 Nov 2021 01:49:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE542FAEC; Sun, 7 Nov 2021 01:49:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1636249790207220" MIME-Version: 1.0 Date: Sun, 7 Nov 2021 01:49:50 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Cache-FastMmap To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20211107014950.EE542FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1636249790207220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1636249790207220 Content-Disposition: inline Content-Length: 1663 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1636249790207220--