Received: by mail.netbsd.org (Postfix, from userid 605) id DCC7784E71; Sat, 17 Sep 2022 12:15:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1509484E66 for ; Sat, 17 Sep 2022 12:15:02 +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 sdWgvhtbqRl2 for ; Sat, 17 Sep 2022 12:15:01 +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 7DAF884E65 for ; Sat, 17 Sep 2022 12:15:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6CDC6FA90; Sat, 17 Sep 2022 12:15:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1663416901263370" MIME-Version: 1.0 Date: Sat, 17 Sep 2022 12:15:01 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel/p5-FindBin-libs To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20220917121501.6CDC6FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1663416901263370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sat Sep 17 12:15:01 UTC 2022 Modified Files: pkgsrc/devel/p5-FindBin-libs: Makefile distinfo Log Message: Update to 3.0.2. From the changelog: Bin=X uses dirname( X ) if X is a file, otherwise if X is a dir it uses X, otherwise it dies. This mainly simplifies testing where libs or config dirs are below the ./t in the path. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-FindBin-libs/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-FindBin-libs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1663416901263370 Content-Disposition: inline Content-Length: 1689 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-FindBin-libs/Makefile diff -u pkgsrc/devel/p5-FindBin-libs/Makefile:1.27 pkgsrc/devel/p5-FindBin-libs/Makefile:1.28 --- pkgsrc/devel/p5-FindBin-libs/Makefile:1.27 Tue Jun 28 11:32:29 2022 +++ pkgsrc/devel/p5-FindBin-libs/Makefile Sat Sep 17 12:15:01 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2022/06/28 11:32:29 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2022/09/17 12:15:01 schmonz Exp $ -DISTNAME= FindBin-libs-v3.0.1 +DISTNAME= FindBin-libs-v3.0.2 PKGNAME= p5-${DISTNAME:S/-v/-/} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FindBin/} Index: pkgsrc/devel/p5-FindBin-libs/distinfo diff -u pkgsrc/devel/p5-FindBin-libs/distinfo:1.19 pkgsrc/devel/p5-FindBin-libs/distinfo:1.20 --- pkgsrc/devel/p5-FindBin-libs/distinfo:1.19 Fri Feb 25 19:17:15 2022 +++ pkgsrc/devel/p5-FindBin-libs/distinfo Sat Sep 17 12:15:01 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2022/02/25 19:17:15 schmonz Exp $ +$NetBSD: distinfo,v 1.20 2022/09/17 12:15:01 schmonz Exp $ -BLAKE2s (FindBin-libs-v3.0.1.tar.gz) = ff420458bacf836f4d5a5af355e77676de133aab8415521fbc6ab6ceb4db9729 -SHA512 (FindBin-libs-v3.0.1.tar.gz) = 19d35646975b7f3dbcc80dafa6d9727e4b69117d06afeebb6ff92798f7cb8863af3ffec4effe3f07a2c279d3dce52924dc18bfdd54446760177c9e4caee3c34d -Size (FindBin-libs-v3.0.1.tar.gz) = 36151 bytes +BLAKE2s (FindBin-libs-v3.0.2.tar.gz) = 43aa28c4896be30dda17f413df2738b8c48a11d94eb2f80e04b095e0c1c8e920 +SHA512 (FindBin-libs-v3.0.2.tar.gz) = 95e449118eba27bd5edd44933e9c751fec73852b96f405e43e562deec4ad7c5223330e95fbd3765e5755da26b28c38433fc02c76537ef7a49cb1b513b752d281 +Size (FindBin-libs-v3.0.2.tar.gz) = 37223 bytes --_----------=_1663416901263370--