Received: by mail.netbsd.org (Postfix, from userid 605) id BE93C84EEB; Tue, 6 Jul 2021 08:30:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0B98484EFE for ; Tue, 6 Jul 2021 08:30:35 +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 tVWqoAoAeHxn for ; Tue, 6 Jul 2021 08:30:34 +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 7D94184EEF for ; Tue, 6 Jul 2021 08:30:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73B18FA95; Tue, 6 Jul 2021 08:30:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625560233162430" MIME-Version: 1.0 Date: Tue, 6 Jul 2021 08:30:33 +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: <20210706083033.73B18FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625560233162430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jul 6 08:30:33 UTC 2021 Modified Files: pkgsrc/devel/p5-Data-GUID: Makefile distinfo Log Message: Update to 0.050 Upstream changes: 0.050 2021-06-20 20:18:40-04:00 America/New_York - update author contact info - add perl-support section in docs To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Data-GUID/Makefile cvs rdiff -u -r1.3 -r1.4 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. --_----------=_1625560233162430 Content-Disposition: inline Content-Length: 1685 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.11 pkgsrc/devel/p5-Data-GUID/Makefile:1.12 --- pkgsrc/devel/p5-Data-GUID/Makefile:1.11 Mon May 24 19:50:25 2021 +++ pkgsrc/devel/p5-Data-GUID/Makefile Tue Jul 6 08:30:33 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2021/05/24 19:50:25 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2021/07/06 08:30:33 wen Exp $ -DISTNAME= Data-GUID-0.049 +DISTNAME= Data-GUID-0.050 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 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.3 pkgsrc/devel/p5-Data-GUID/distinfo:1.4 --- pkgsrc/devel/p5-Data-GUID/distinfo:1.3 Mon Mar 20 10:14:37 2017 +++ pkgsrc/devel/p5-Data-GUID/distinfo Tue Jul 6 08:30:33 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/03/20 10:14:37 mef Exp $ +$NetBSD: distinfo,v 1.4 2021/07/06 08:30:33 wen Exp $ -SHA1 (Data-GUID-0.049.tar.gz) = 7ada25d8d9b076055b8602e52ceec1287bdc4ed5 -RMD160 (Data-GUID-0.049.tar.gz) = 5c8c32066c623141180ef4ca7d325cb01ea844bf -SHA512 (Data-GUID-0.049.tar.gz) = 1404322971af93067e121052a47f796ac77d19dbeb328dc5db0e60df1c4ce24f614679198afb442cc3ff4326e76df84ff762f85b4e129f44e1441c5beb40801e -Size (Data-GUID-0.049.tar.gz) = 19513 bytes +SHA1 (Data-GUID-0.050.tar.gz) = fa01fafa56f7b82aa737ba5f9a8986bb2cba04ed +RMD160 (Data-GUID-0.050.tar.gz) = f3fae386d21cb6f8ef7f3bf6ab317792027d409c +SHA512 (Data-GUID-0.050.tar.gz) = 64a081261e740602ea2e1ca833f0a5df9790b69f199c7b9d7936318fa307d2e473610f592499aa5cce48ce150e80601cd1d5238b6186f608b3e794e4d3377532 +Size (Data-GUID-0.050.tar.gz) = 20226 bytes --_----------=_1625560233162430--