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 DAA617A1F7 for ; Sat, 25 Feb 2017 14:14:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8A28385643; Sat, 25 Feb 2017 14:14:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B544855E2 for ; Sat, 25 Feb 2017 14:14:42 +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 22xn72_BcSUW for ; Sat, 25 Feb 2017 14:14:41 +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 A2925855A3 for ; Sat, 25 Feb 2017 14:14:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99FBFFBE4; Sat, 25 Feb 2017 14:14:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148803208154180" MIME-Version: 1.0 Date: Sat, 25 Feb 2017 14:14:41 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Test-Warn To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170225141441.99FBFFBE4@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. --_----------=_148803208154180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Feb 25 14:14:41 UTC 2017 Modified Files: pkgsrc/devel/p5-Test-Warn: Makefile distinfo Log Message: Updated devel/p5-Test-Warn to 0.32 ---------------------------------- 0.32 2016-12-23 - updating github information - updating changes 0.31 2016-12-16 - handling warnings with trailing newlines To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Test-Warn/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Test-Warn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148803208154180 Content-Disposition: inline Content-Length: 1692 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-Warn/Makefile diff -u pkgsrc/devel/p5-Test-Warn/Makefile:1.23 pkgsrc/devel/p5-Test-Warn/Makefile:1.24 --- pkgsrc/devel/p5-Test-Warn/Makefile:1.23 Wed Jun 8 19:23:42 2016 +++ pkgsrc/devel/p5-Test-Warn/Makefile Sat Feb 25 14:14:41 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2016/06/08 19:23:42 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2017/02/25 14:14:41 mef Exp $ -DISTNAME= Test-Warn-0.30 +DISTNAME= Test-Warn-0.32 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Test-Warn/distinfo diff -u pkgsrc/devel/p5-Test-Warn/distinfo:1.10 pkgsrc/devel/p5-Test-Warn/distinfo:1.11 --- pkgsrc/devel/p5-Test-Warn/distinfo:1.10 Tue Nov 3 03:28:54 2015 +++ pkgsrc/devel/p5-Test-Warn/distinfo Sat Feb 25 14:14:41 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 03:28:54 agc Exp $ +$NetBSD: distinfo,v 1.11 2017/02/25 14:14:41 mef Exp $ -SHA1 (Test-Warn-0.30.tar.gz) = 585d3a59850e6e362f0f11e39b8d53cf935cfd7e -RMD160 (Test-Warn-0.30.tar.gz) = 6c78c9065a4dfd2dd4657941f78ec709df40e49d -SHA512 (Test-Warn-0.30.tar.gz) = 23d01f3ec91d7e57200d768ff85aee8ef0df3fd16bf1f12ce56722334e73b1335236c1b1c5e6e72d46cf0b32a6049c085f84ff9ec19e93210a587e64c477979e -Size (Test-Warn-0.30.tar.gz) = 11281 bytes +SHA1 (Test-Warn-0.32.tar.gz) = a46b9a551d2f569f6e9c7202cdc8453e21cba754 +RMD160 (Test-Warn-0.32.tar.gz) = 04235159756f6eb7e47780d466b640db1f88fd5d +SHA512 (Test-Warn-0.32.tar.gz) = a14d6a87cfa19d54a3055b3c94143b95788ed2a30b2813d952255891a84165f0baf8b9cad167c8d5c87870220aaeeedcfe48db73246966be6aea41ad26779e6a +Size (Test-Warn-0.32.tar.gz) = 11641 bytes --_----------=_148803208154180--