Received: by mail.netbsd.org (Postfix, from userid 605) id 7D0BB84DBE; Sat, 26 Oct 2019 07:21:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 03D2F84DB1 for ; Sat, 26 Oct 2019 07:21:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Epa2rsRNAF72 for ; Sat, 26 Oct 2019 07:21:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7CC4084D51 for ; Sat, 26 Oct 2019 07:21:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 761D4FA8A; Sat, 26 Oct 2019 07:21:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572074511294090" MIME-Version: 1.0 Date: Sat, 26 Oct 2019 07:21:51 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Module-CoreList To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20191026072151.761D4FA8A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1572074511294090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Oct 26 07:21:51 UTC 2019 Modified Files: pkgsrc/devel/p5-Module-CoreList: Makefile distinfo Log Message: (devel/p5-Module-CoreList) Updated from 5.20190420 to 5.20191020 5.20191020 - Updated for v5.31.5 5.20190920 - Updated for v5.31.4 5.20190820 - Updated for v5.31.3 5.20190720 - Updated for v5.31.2 5.20190620 - Updated for v5.31.1 5.20190524 - Updated for v5.31.0 5.20190522 - Updated for v5.30.0 To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 pkgsrc/devel/p5-Module-CoreList/Makefile cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/p5-Module-CoreList/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572074511294090 Content-Disposition: inline Content-Length: 1892 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Module-CoreList/Makefile diff -u pkgsrc/devel/p5-Module-CoreList/Makefile:1.91 pkgsrc/devel/p5-Module-CoreList/Makefile:1.92 --- pkgsrc/devel/p5-Module-CoreList/Makefile:1.91 Sun Aug 11 13:19:49 2019 +++ pkgsrc/devel/p5-Module-CoreList/Makefile Sat Oct 26 07:21:51 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.91 2019/08/11 13:19:49 wiz Exp $ +# $NetBSD: Makefile,v 1.92 2019/10/26 07:21:51 mef Exp $ -DISTNAME= Module-CoreList-5.20190420 +DISTNAME= Module-CoreList-5.20191020 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BINGOS/} Index: pkgsrc/devel/p5-Module-CoreList/distinfo diff -u pkgsrc/devel/p5-Module-CoreList/distinfo:1.74 pkgsrc/devel/p5-Module-CoreList/distinfo:1.75 --- pkgsrc/devel/p5-Module-CoreList/distinfo:1.74 Sat Apr 27 07:50:35 2019 +++ pkgsrc/devel/p5-Module-CoreList/distinfo Sat Oct 26 07:21:51 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.74 2019/04/27 07:50:35 wen Exp $ +$NetBSD: distinfo,v 1.75 2019/10/26 07:21:51 mef Exp $ -SHA1 (Module-CoreList-5.20190420.tar.gz) = 4d858f04e7ff8b3b2cfe883328b7cbb166df3143 -RMD160 (Module-CoreList-5.20190420.tar.gz) = 57024f1d7ed842042800cc5040cbc8b5ad19ab61 -SHA512 (Module-CoreList-5.20190420.tar.gz) = 32cb45a5e8512ee445e927297a9ff06068c544131dfb88329688d1b58b2535e3bc2b97a914dc3d2620982785442b28af8794c86a488fa88c492fe242756f8505 -Size (Module-CoreList-5.20190420.tar.gz) = 108739 bytes +SHA1 (Module-CoreList-5.20191020.tar.gz) = 3a360fc8bdcdf10a631824a3bdb70c726924ff47 +RMD160 (Module-CoreList-5.20191020.tar.gz) = bc60037b93615fb1b0456234d8f463b158cea7c6 +SHA512 (Module-CoreList-5.20191020.tar.gz) = b8d149a4438c95a9a7ea84926955081882d57164ebac0c1d5cb574b0fca9c4e93e863101cae71a4b9c7600f8196184f347d7311665cb2d8a6dc647e153631630 +Size (Module-CoreList-5.20191020.tar.gz) = 111277 bytes --_----------=_1572074511294090--