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 3D9847A2D2 for ; Mon, 2 Jan 2017 13:17:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AB960855F8; Mon, 2 Jan 2017 13:17:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3B91A855EB for ; Mon, 2 Jan 2017 13:17:30 +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 ti1jiXQiAZmj for ; Mon, 2 Jan 2017 13:17:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BFA8585578 for ; Mon, 2 Jan 2017 13:17:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA8C1FBA6; Mon, 2 Jan 2017 13:17:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483363049278200" MIME-Version: 1.0 Date: Mon, 2 Jan 2017 13:17:29 +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: <20170102131729.BA8C1FBA6@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. --_----------=_1483363049278200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Mon Jan 2 13:17:29 UTC 2017 Modified Files: pkgsrc/devel/p5-Module-CoreList: Makefile distinfo Log Message: Update to 5.20161220 Upstream changes: 5.20161220 - Updated for v5.25.8 5.20161120 - Updated for v5.25.7 5.20161020 - Updated for v5.25.6 To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/p5-Module-CoreList/Makefile cvs rdiff -u -r1.52 -r1.53 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. --_----------=_1483363049278200 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.66 pkgsrc/devel/p5-Module-CoreList/Makefile:1.67 --- pkgsrc/devel/p5-Module-CoreList/Makefile:1.66 Wed Oct 12 13:19:16 2016 +++ pkgsrc/devel/p5-Module-CoreList/Makefile Mon Jan 2 13:17:29 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2016/10/12 13:19:16 mef Exp $ +# $NetBSD: Makefile,v 1.67 2017/01/02 13:17:29 wen Exp $ # -DISTNAME= Module-CoreList-5.20160920 +DISTNAME= Module-CoreList-5.20161220 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.52 pkgsrc/devel/p5-Module-CoreList/distinfo:1.53 --- pkgsrc/devel/p5-Module-CoreList/distinfo:1.52 Wed Oct 12 13:19:16 2016 +++ pkgsrc/devel/p5-Module-CoreList/distinfo Mon Jan 2 13:17:29 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.52 2016/10/12 13:19:16 mef Exp $ +$NetBSD: distinfo,v 1.53 2017/01/02 13:17:29 wen Exp $ -SHA1 (Module-CoreList-5.20160920.tar.gz) = 9553d9bfd4e915f133e5c11d4516ec94020e2ce3 -RMD160 (Module-CoreList-5.20160920.tar.gz) = 8a805b0cd9ba2446db06a85695e186d9bf4fc9c6 -SHA512 (Module-CoreList-5.20160920.tar.gz) = 006aaa321accb9e85e7b369ea9ae14f72bf95b36104328e883668e357781490b8c3733fa42e5a727d8a325fed0a10bd3271db4883e4be40e7044865e1c321d72 -Size (Module-CoreList-5.20160920.tar.gz) = 92928 bytes +SHA1 (Module-CoreList-5.20161220.tar.gz) = 8c3cfc41153e82ea778cd86aa4fc1fe4a90bfe7c +RMD160 (Module-CoreList-5.20161220.tar.gz) = 5f2b87d040106a5a8fd4101e890cdd8b5bf7ab4e +SHA512 (Module-CoreList-5.20161220.tar.gz) = 3231faefe952bf2f9f07be9f341da7b7727db8787f978e95f7abf29d0af95e1f5afd0dc97fc4f549977c627b1e7efaf4fd91bf325d07e96e5dd51e6a00bac4c1 +Size (Module-CoreList-5.20161220.tar.gz) = 94685 bytes --_----------=_1483363049278200--