Received: by mail.netbsd.org (Postfix, from userid 605) id E161A84D73; Mon, 26 Apr 2021 14:53:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2841084D72 for ; Mon, 26 Apr 2021 14:53:29 +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 ifiTvLuJEt_b for ; Mon, 26 Apr 2021 14:53:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9E71984CD9 for ; Mon, 26 Apr 2021 14:53:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C7A8FA95; Mon, 26 Apr 2021 14:53:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619448808197480" MIME-Version: 1.0 Date: Mon, 26 Apr 2021 14:53:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Params-Coerce To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210426145328.9C7A8FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619448808197480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 26 14:53:28 UTC 2021 Modified Files: pkgsrc/devel/p5-Params-Coerce: Makefile distinfo Removed Files: pkgsrc/devel/p5-Params-Coerce/patches: patch-Makefile.PL Log Message: p5-Params-Coerce: update to 0.15. 0.15 2021-01-09 00:41:40Z - distribution tooling updates To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Params-Coerce/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Params-Coerce/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/devel/p5-Params-Coerce/patches/patch-Makefile.PL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619448808197480 Content-Disposition: inline Content-Length: 1842 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Params-Coerce/Makefile diff -u pkgsrc/devel/p5-Params-Coerce/Makefile:1.15 pkgsrc/devel/p5-Params-Coerce/Makefile:1.16 --- pkgsrc/devel/p5-Params-Coerce/Makefile:1.15 Mon Aug 31 18:08:39 2020 +++ pkgsrc/devel/p5-Params-Coerce/Makefile Mon Apr 26 14:53:28 2021 @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2020/08/31 18:08:39 wiz Exp $ -# +# $NetBSD: Makefile,v 1.16 2021/04/26 14:53:28 wiz Exp $ -DISTNAME= Params-Coerce-0.14 +DISTNAME= Params-Coerce-0.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 12 CATEGORIES= devel perl5 net MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Params/} Index: pkgsrc/devel/p5-Params-Coerce/distinfo diff -u pkgsrc/devel/p5-Params-Coerce/distinfo:1.3 pkgsrc/devel/p5-Params-Coerce/distinfo:1.4 --- pkgsrc/devel/p5-Params-Coerce/distinfo:1.3 Wed Jun 7 00:28:24 2017 +++ pkgsrc/devel/p5-Params-Coerce/distinfo Mon Apr 26 14:53:28 2021 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/06/07 00:28:24 ryoon Exp $ +$NetBSD: distinfo,v 1.4 2021/04/26 14:53:28 wiz Exp $ -SHA1 (Params-Coerce-0.14.tar.gz) = ec0f8bc9c59e653edc6011e1cdebd0593d2eb919 -RMD160 (Params-Coerce-0.14.tar.gz) = 856b23f83d392068b10053a7cc2203317f86e3b6 -SHA512 (Params-Coerce-0.14.tar.gz) = 48a606a0116e77a13b93b788d714c3204cb912af1d8877604e0dd5029ec2ff6498df3e6c3a9236448071ae7972f4377397712f5710905372522c5c85c2761e80 -Size (Params-Coerce-0.14.tar.gz) = 26566 bytes -SHA1 (patch-Makefile.PL) = 4ffb94bb9fe0359a8f8199d2d67704e1a1681efe +SHA1 (Params-Coerce-0.15.tar.gz) = d3b970781373a8ffd87f315c2f74e6fe5eb3d55a +RMD160 (Params-Coerce-0.15.tar.gz) = 9cb9d737bc19f262d15e9f73f7f6f308fa2da9cf +SHA512 (Params-Coerce-0.15.tar.gz) = 6d03cd874505d0b29d17028f0c613ba2512a57a6f5eaea24d25d404287da913a6930ea9468b182cc085a0a0f978ddc4eb1b1ec74eac78f28936544535567bc36 +Size (Params-Coerce-0.15.tar.gz) = 31426 bytes --_----------=_1619448808197480--