Received: by mail.netbsd.org (Postfix, from userid 605) id 0700084D40; Sun, 17 Sep 2017 11:12:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8E55784D3E for ; Sun, 17 Sep 2017 11:12:08 +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 tE7aztL31n7A for ; Sun, 17 Sep 2017 11:12:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BF8F984CDD for ; Sun, 17 Sep 2017 11:12:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BADEFFA9A; Sun, 17 Sep 2017 11:12:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1505646727222970" MIME-Version: 1.0 Date: Sun, 17 Sep 2017 11:12:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Module-CoreList To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170917111207.BADEFFA9A@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. --_----------=_1505646727222970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 17 11:12:07 UTC 2017 Modified Files: pkgsrc/devel/p5-Module-CoreList: Makefile distinfo Log Message: p5-Module-CoreList: update to 5.20170821. 5.20170821 - Updated for v5.27.3 5.20170720 - Updated for v5.27.2 5.20170715_24 - Updated for v5.24.2 5.20170715_22 - Updated for v5.22.4 5.20170621 - Updated for v5.27.1 To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/devel/p5-Module-CoreList/Makefile cvs rdiff -u -r1.56 -r1.57 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. --_----------=_1505646727222970 Content-Disposition: inline Content-Length: 1896 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.71 pkgsrc/devel/p5-Module-CoreList/Makefile:1.72 --- pkgsrc/devel/p5-Module-CoreList/Makefile:1.71 Mon Jun 5 14:23:14 2017 +++ pkgsrc/devel/p5-Module-CoreList/Makefile Sun Sep 17 11:12:07 2017 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.71 2017/06/05 14:23:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.72 2017/09/17 11:12:07 wiz Exp $ # -DISTNAME= Module-CoreList-5.20170531 +DISTNAME= Module-CoreList-5.20170821 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.56 pkgsrc/devel/p5-Module-CoreList/distinfo:1.57 --- pkgsrc/devel/p5-Module-CoreList/distinfo:1.56 Sun Jun 4 14:35:47 2017 +++ pkgsrc/devel/p5-Module-CoreList/distinfo Sun Sep 17 11:12:07 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.56 2017/06/04 14:35:47 wen Exp $ +$NetBSD: distinfo,v 1.57 2017/09/17 11:12:07 wiz Exp $ -SHA1 (Module-CoreList-5.20170531.tar.gz) = b5f8c62b99368d813b0225abb205d09978b942ac -RMD160 (Module-CoreList-5.20170531.tar.gz) = b31416a2245f9db66594e0919f2bbe399702cb08 -SHA512 (Module-CoreList-5.20170531.tar.gz) = c1964652405beaf28888ae18945e2ca071fcd15f09ea6a6b1a9ab26e4b8361c93712c0cbd43543b1cb88594efc9595729ece1623939fbf3f40bbc11188a883e8 -Size (Module-CoreList-5.20170531.tar.gz) = 97704 bytes +SHA1 (Module-CoreList-5.20170821.tar.gz) = 3c70328a694d9b22a04683c5e499d0247146d8d6 +RMD160 (Module-CoreList-5.20170821.tar.gz) = 0ae6a1b141a735afc9d0383454be2f1e22d07876 +SHA512 (Module-CoreList-5.20170821.tar.gz) = e5b1eb3bee5cc7d50f3bf21699c840c7b1fbea283affac5c79c8c31167b226d7fa76e3b885810e427ea976633ec0c223320f2b57e9a1bcd1fdc6d8256d6a551f +Size (Module-CoreList-5.20170821.tar.gz) = 100057 bytes --_----------=_1505646727222970--