Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id EC3E27A221 for ; Thu, 28 Jul 2016 06:35:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5FC1385EAB; Thu, 28 Jul 2016 06:35:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E534785E5B for ; Thu, 28 Jul 2016 06:35:25 +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 MKKZn4FaB6XV for ; Thu, 28 Jul 2016 06:35:25 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7682F84CE8 for ; Thu, 28 Jul 2016 06:35:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D07DFBB5; Thu, 28 Jul 2016 06:35:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469687725104740" MIME-Version: 1.0 Date: Thu, 28 Jul 2016 06:35:25 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Module-CoreList To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160728063525.6D07DFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1469687725104740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Jul 28 06:35:25 UTC 2016 Modified Files: pkgsrc/devel/p5-Module-CoreList: Makefile distinfo Log Message: Update to 5.20160720 Upstream changes: 5.20160720 - Updated for v5.25.3 To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/p5-Module-CoreList/Makefile cvs rdiff -u -r1.49 -r1.50 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. --_----------=_1469687725104740 Content-Disposition: inline Content-Length: 1853 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.63 pkgsrc/devel/p5-Module-CoreList/Makefile:1.64 --- pkgsrc/devel/p5-Module-CoreList/Makefile:1.63 Fri Jul 15 11:59:49 2016 +++ pkgsrc/devel/p5-Module-CoreList/Makefile Thu Jul 28 06:35:25 2016 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2016/07/15 11:59:49 wen Exp $ +# $NetBSD: Makefile,v 1.64 2016/07/28 06:35:25 wen Exp $ # -DISTNAME= Module-CoreList-5.20160620 +DISTNAME= Module-CoreList-5.20160720 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} Index: pkgsrc/devel/p5-Module-CoreList/distinfo diff -u pkgsrc/devel/p5-Module-CoreList/distinfo:1.49 pkgsrc/devel/p5-Module-CoreList/distinfo:1.50 --- pkgsrc/devel/p5-Module-CoreList/distinfo:1.49 Fri Jul 15 11:59:49 2016 +++ pkgsrc/devel/p5-Module-CoreList/distinfo Thu Jul 28 06:35:25 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.49 2016/07/15 11:59:49 wen Exp $ +$NetBSD: distinfo,v 1.50 2016/07/28 06:35:25 wen Exp $ -SHA1 (Module-CoreList-5.20160620.tar.gz) = deea7009d73e5f143496e145173d47467fd1c97f -RMD160 (Module-CoreList-5.20160620.tar.gz) = 9008a7c30f2a4202c69bf63b75ee4fd46102dfe1 -SHA512 (Module-CoreList-5.20160620.tar.gz) = 0d3c0d6ea9de11f394a26d8d142d68c3a3db735db734853ca5efce77bd2924b5e0eaf9022f16fb6541e7af8114f9a38ff91bb1e1cfad5f7452911674c21476d8 -Size (Module-CoreList-5.20160620.tar.gz) = 89917 bytes +SHA1 (Module-CoreList-5.20160720.tar.gz) = 6265fe20ef75e5a48749231ecf02f2bd1b7375d0 +RMD160 (Module-CoreList-5.20160720.tar.gz) = f021d12314a3f3f73f18f4b4dfafb2f899ce9f8f +SHA512 (Module-CoreList-5.20160720.tar.gz) = b36ba4b664e48f16f5655f0002f8ea2336073bd72778addecd5f6f412a134366b1416770cb91bed0d46f671faad4a2a2694b6eaf2180064ab3ec7d95748f1bf9 +Size (Module-CoreList-5.20160720.tar.gz) = 91011 bytes --_----------=_1469687725104740--