Received: by mail.netbsd.org (Postfix, from userid 605) id D171A84F48; Sun, 8 Jan 2023 09:59:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0EE1084D91 for ; Sun, 8 Jan 2023 09:59:27 +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 jpOrlj5uxZHl for ; Sun, 8 Jan 2023 09:59:26 +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 78FA384CBC for ; Sun, 8 Jan 2023 09:59:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6CFEAFA90; Sun, 8 Jan 2023 09:59:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167317196625880" MIME-Version: 1.0 Date: Sun, 8 Jan 2023 09:59:26 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Data-GUID To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230108095926.6CFEAFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167317196625880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jan 8 09:59:26 UTC 2023 Modified Files: pkgsrc/devel/p5-Data-GUID: Makefile distinfo Log Message: Update to 0.051 Upstream changes: 0.051 2022-12-31 21:04:39-05:00 America/New_York - update author contact info To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Data-GUID/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Data-GUID/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167317196625880 Content-Disposition: inline Content-Length: 1587 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Data-GUID/Makefile diff -u pkgsrc/devel/p5-Data-GUID/Makefile:1.13 pkgsrc/devel/p5-Data-GUID/Makefile:1.14 --- pkgsrc/devel/p5-Data-GUID/Makefile:1.13 Tue Jun 28 11:32:10 2022 +++ pkgsrc/devel/p5-Data-GUID/Makefile Sun Jan 8 09:59:26 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2022/06/28 11:32:10 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2023/01/08 09:59:26 wen Exp $ -DISTNAME= Data-GUID-0.050 +DISTNAME= Data-GUID-0.051 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} Index: pkgsrc/devel/p5-Data-GUID/distinfo diff -u pkgsrc/devel/p5-Data-GUID/distinfo:1.6 pkgsrc/devel/p5-Data-GUID/distinfo:1.7 --- pkgsrc/devel/p5-Data-GUID/distinfo:1.6 Tue Oct 26 10:16:20 2021 +++ pkgsrc/devel/p5-Data-GUID/distinfo Sun Jan 8 09:59:26 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:16:20 nia Exp $ +$NetBSD: distinfo,v 1.7 2023/01/08 09:59:26 wen Exp $ -BLAKE2s (Data-GUID-0.050.tar.gz) = 8fec6e8f856e2ff38378c618cef0444ba9b97c10dd4223068b42224316cecb4e -SHA512 (Data-GUID-0.050.tar.gz) = 64a081261e740602ea2e1ca833f0a5df9790b69f199c7b9d7936318fa307d2e473610f592499aa5cce48ce150e80601cd1d5238b6186f608b3e794e4d3377532 -Size (Data-GUID-0.050.tar.gz) = 20226 bytes +BLAKE2s (Data-GUID-0.051.tar.gz) = 172141a9915764fdb018d15ed6369a26db8fa27bceec2d1aeb67696217a16b47 +SHA512 (Data-GUID-0.051.tar.gz) = 75b22311e8ac3b84a82187e4b6d9877de0282c09f723899a6ac423643ab6bf2e49ee20ddd210ed809e0698950d75885bb8a6986c6b2dc8cfbf5e68032f6a3530 +Size (Data-GUID-0.051.tar.gz) = 20305 bytes --_----------=_167317196625880--