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 A24A07A28D for ; Mon, 2 Jan 2017 13:12:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5358A855F8; Mon, 2 Jan 2017 13:12:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D6E47855EB for ; Mon, 2 Jan 2017 13:12:34 +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 0SI1obxyekXY for ; Mon, 2 Jan 2017 13:12:34 +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 6AE7E85578 for ; Mon, 2 Jan 2017 13:12:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6166FFBA6; Mon, 2 Jan 2017 13:12:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483362754128640" MIME-Version: 1.0 Date: Mon, 2 Jan 2017 13:12:34 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Modern-Perl To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20170102131234.6166FFBA6@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. --_----------=_1483362754128640 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:12:34 UTC 2017 Modified Files: pkgsrc/devel/p5-Modern-Perl: Makefile distinfo Log Message: Update to 1.20161229 Upstream changes: 1.20161229 2016-12-28 16:02:17-08:00 America/Los_Angeles - improved VERSION numbering (Gryphon Shafer, GH #5) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Modern-Perl/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Modern-Perl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483362754128640 Content-Disposition: inline Content-Length: 1790 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Modern-Perl/Makefile diff -u pkgsrc/devel/p5-Modern-Perl/Makefile:1.15 pkgsrc/devel/p5-Modern-Perl/Makefile:1.16 --- pkgsrc/devel/p5-Modern-Perl/Makefile:1.15 Wed Oct 12 13:17:21 2016 +++ pkgsrc/devel/p5-Modern-Perl/Makefile Mon Jan 2 13:12:34 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2016/10/12 13:17:21 mef Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/02 13:12:34 wen Exp $ -DISTNAME= Modern-Perl-1.20161005 +DISTNAME= Modern-Perl-1.20161229 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CH/CHROMATIC/} Index: pkgsrc/devel/p5-Modern-Perl/distinfo diff -u pkgsrc/devel/p5-Modern-Perl/distinfo:1.7 pkgsrc/devel/p5-Modern-Perl/distinfo:1.8 --- pkgsrc/devel/p5-Modern-Perl/distinfo:1.7 Wed Oct 12 13:17:21 2016 +++ pkgsrc/devel/p5-Modern-Perl/distinfo Mon Jan 2 13:12:34 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2016/10/12 13:17:21 mef Exp $ +$NetBSD: distinfo,v 1.8 2017/01/02 13:12:34 wen Exp $ -SHA1 (Modern-Perl-1.20161005.tar.gz) = 16c4a839268513724bb1995e062d1fc736488c8d -RMD160 (Modern-Perl-1.20161005.tar.gz) = fd9c899a301af66aadfd8ec92304a9f7afe8f2c7 -SHA512 (Modern-Perl-1.20161005.tar.gz) = 8b015b145203b59e9aaace5bad5fc506aca0944e70f5b157aa1590a19a0b41734d04f8923771a1849f70e5c103d323d2af4f02e8a61449719df281f6dcf74a7f -Size (Modern-Perl-1.20161005.tar.gz) = 13517 bytes +SHA1 (Modern-Perl-1.20161229.tar.gz) = 409b7eadbe3fb69f42c7425563fabdb96afc715c +RMD160 (Modern-Perl-1.20161229.tar.gz) = 16deb4fcbcf44f0b7e0e56f4f037c56773349771 +SHA512 (Modern-Perl-1.20161229.tar.gz) = 64ed7ea6ec74564fcb06d3e547f12ce8c8a372d8478a6dc47d80d24374cb45097f72c26c86b268c42ebd09b4056b94b21798d7d1b51d82dec672f9357c1d51b9 +Size (Modern-Perl-1.20161229.tar.gz) = 13370 bytes --_----------=_1483362754128640--