Received: by mail.netbsd.org (Postfix, from userid 605) id 900A884D99; Sun, 22 Apr 2018 23:58:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B010384D4B for ; Sun, 22 Apr 2018 23:58:56 +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 75NQyfpdSXxa for ; Sun, 22 Apr 2018 23:58:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 313E984CCC for ; Sun, 22 Apr 2018 23:58:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2AFEAFBEC; Sun, 22 Apr 2018 23:58:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152444153699740" MIME-Version: 1.0 Date: Sun, 22 Apr 2018 23:58:56 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-strictures To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180422235856.2AFEAFBEC@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. --_----------=_152444153699740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Apr 22 23:58:56 UTC 2018 Modified Files: pkgsrc/devel/p5-strictures: Makefile distinfo Log Message: Update to 2.000005 Upstream changes: 2.000005 - 2018-04-20 - update internal list of warnings for categories added in 5.28.0 (no behaviour change) 2.000004 - 2018-04-19 - update bundled ExtUtils::HasCompiler to 0.021 - update internal list of warnings for categories added in 5.26.0 (no behavior change) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-strictures/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-strictures/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152444153699740 Content-Disposition: inline Content-Length: 1930 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-strictures/Makefile diff -u pkgsrc/devel/p5-strictures/Makefile:1.20 pkgsrc/devel/p5-strictures/Makefile:1.21 --- pkgsrc/devel/p5-strictures/Makefile:1.20 Mon Jun 5 14:23:55 2017 +++ pkgsrc/devel/p5-strictures/Makefile Sun Apr 22 23:58:56 2018 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2017/06/05 14:23:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.21 2018/04/22 23:58:56 wen Exp $ -DISTNAME= strictures-2.000003 +DISTNAME= strictures-2.000005 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETHER/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/strictures/ Index: pkgsrc/devel/p5-strictures/distinfo diff -u pkgsrc/devel/p5-strictures/distinfo:1.14 pkgsrc/devel/p5-strictures/distinfo:1.15 --- pkgsrc/devel/p5-strictures/distinfo:1.14 Fri Apr 22 09:35:48 2016 +++ pkgsrc/devel/p5-strictures/distinfo Sun Apr 22 23:58:56 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2016/04/22 09:35:48 wiz Exp $ +$NetBSD: distinfo,v 1.15 2018/04/22 23:58:56 wen Exp $ -SHA1 (strictures-2.000003.tar.gz) = 7a8e4855318f17bff6656c01bf93ceacde7ee7c6 -RMD160 (strictures-2.000003.tar.gz) = a593fef6223922c278da45444ccb8940bcb6addc -SHA512 (strictures-2.000003.tar.gz) = c187a32f70c2be97cbe783e700d54d1e7b7ce7a8ea0b5ce72851b1efbe9b64121fb4b626463c4c62fb384893e4e3102afeaa21cd3e500fefc61c5b4b3924d21b -Size (strictures-2.000003.tar.gz) = 15319 bytes +SHA1 (strictures-2.000005.tar.gz) = 7b3675d7d9482f19093b94074d124d82c4c9bd2a +RMD160 (strictures-2.000005.tar.gz) = 38b03c8732febb3c0aac12da5a0afc7147bfb980 +SHA512 (strictures-2.000005.tar.gz) = e4309c01fd729fe8c42e4a0ddbc95e8e14503362fb5be4556fef42edbbe14567a13cf2e9af206e91ff911b961316dfbff3711f278afaa4772bf284bb2d44a309 +Size (strictures-2.000005.tar.gz) = 15716 bytes --_----------=_152444153699740--