Received: by mail.netbsd.org (Postfix, from userid 605) id 6A85D84FCA; Sun, 24 Jun 2018 07:02:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 60DD184F8F for ; Sun, 24 Jun 2018 07:02:27 +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 O0wZQFvCNVbr for ; Sun, 24 Jun 2018 07:02:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ABA7B84EDF for ; Sun, 24 Jun 2018 07:02:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A7FA9FBEC; Sun, 24 Jun 2018 07:02:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1529823746168130" MIME-Version: 1.0 Date: Sun, 24 Jun 2018 07:02:26 +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: <20180624070226.A7FA9FBEC@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. --_----------=_1529823746168130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jun 24 07:02:26 UTC 2018 Modified Files: pkgsrc/devel/p5-Module-CoreList: Makefile distinfo Log Message: p5-Module-CoreList: update to 5.20180622. 5.20180622 - Updated for v5.28.0 To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/devel/p5-Module-CoreList/Makefile cvs rdiff -u -r1.65 -r1.66 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. --_----------=_1529823746168130 Content-Disposition: inline Content-Length: 1874 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.80 pkgsrc/devel/p5-Module-CoreList/Makefile:1.81 --- pkgsrc/devel/p5-Module-CoreList/Makefile:1.80 Mon Apr 23 08:53:28 2018 +++ pkgsrc/devel/p5-Module-CoreList/Makefile Sun Jun 24 07:02:26 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2018/04/23 08:53:28 wen Exp $ +# $NetBSD: Makefile,v 1.81 2018/06/24 07:02:26 wiz Exp $ -DISTNAME= Module-CoreList-5.20180420 +DISTNAME= Module-CoreList-5.20180622 PKGNAME= p5-${DISTNAME} 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.65 pkgsrc/devel/p5-Module-CoreList/distinfo:1.66 --- pkgsrc/devel/p5-Module-CoreList/distinfo:1.65 Mon Apr 23 08:53:28 2018 +++ pkgsrc/devel/p5-Module-CoreList/distinfo Sun Jun 24 07:02:26 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.65 2018/04/23 08:53:28 wen Exp $ +$NetBSD: distinfo,v 1.66 2018/06/24 07:02:26 wiz Exp $ -SHA1 (Module-CoreList-5.20180420.tar.gz) = 12fbda63457d86317a799f1cd7b2811719685474 -RMD160 (Module-CoreList-5.20180420.tar.gz) = 259a921359adab575d060773942dd80760a127cc -SHA512 (Module-CoreList-5.20180420.tar.gz) = 49864c2bc32533a40fcbcb66f6014fc40e163b3b222ab08480826577dd72d5181d35cfc3978ec738798fe3854a4cee363164b4b7b3db588a064932cb7ffb8c16 -Size (Module-CoreList-5.20180420.tar.gz) = 105107 bytes +SHA1 (Module-CoreList-5.20180622.tar.gz) = a576e8154f5b379bad8e91b4e2556f82b50d7cd2 +RMD160 (Module-CoreList-5.20180622.tar.gz) = 3688d69f067b5591d1d9a31b30bb9a6d34785b5c +SHA512 (Module-CoreList-5.20180622.tar.gz) = cc5e31f05a0c6fae716f3b58b52f918f0ecfadf7faa01a475200c28d8962daadd46535c26da43118b586e087159ae851a37e92ba7f6ec01ee6ed94423695b5f9 +Size (Module-CoreList-5.20180622.tar.gz) = 105173 bytes --_----------=_1529823746168130--