Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A5F184F0A for ; Fri, 30 Jun 2023 07:57: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 QN-XwFmZDFgq for ; Fri, 30 Jun 2023 07:57: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 CD39E84ED2 for ; Fri, 30 Jun 2023 07:57:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA853FA89; Fri, 30 Jun 2023 07:57:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688111846139600" MIME-Version: 1.0 Date: Fri, 30 Jun 2023 07:57:26 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/geography/p5-GIS-Distance To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230630075726.CA853FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688111846139600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Jun 30 07:57:26 UTC 2023 Modified Files: pkgsrc/geography/p5-GIS-Distance: Makefile distinfo Log Message: Update to 0.20 Upstream changes: 0.20 2023-06-07T19:24:59Z - Minor metadata and boilerplate updates. - Fix typo in POD. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/p5-GIS-Distance/Makefile \ pkgsrc/geography/p5-GIS-Distance/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688111846139600 Content-Disposition: inline Content-Length: 1703 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/p5-GIS-Distance/Makefile diff -u pkgsrc/geography/p5-GIS-Distance/Makefile:1.4 pkgsrc/geography/p5-GIS-Distance/Makefile:1.5 --- pkgsrc/geography/p5-GIS-Distance/Makefile:1.4 Tue Jun 28 11:33:57 2022 +++ pkgsrc/geography/p5-GIS-Distance/Makefile Fri Jun 30 07:57:26 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2022/06/28 11:33:57 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2023/06/30 07:57:26 wen Exp $ -DISTNAME= GIS-Distance-0.19 +DISTNAME= GIS-Distance-0.20 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= geography perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BL/BLUEFEET/} Index: pkgsrc/geography/p5-GIS-Distance/distinfo diff -u pkgsrc/geography/p5-GIS-Distance/distinfo:1.4 pkgsrc/geography/p5-GIS-Distance/distinfo:1.5 --- pkgsrc/geography/p5-GIS-Distance/distinfo:1.4 Tue Oct 26 10:45:13 2021 +++ pkgsrc/geography/p5-GIS-Distance/distinfo Fri Jun 30 07:57:26 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:45:13 nia Exp $ +$NetBSD: distinfo,v 1.5 2023/06/30 07:57:26 wen Exp $ -BLAKE2s (GIS-Distance-0.19.tar.gz) = 5079b48d2621f9c853d10a0606dae82350e227c072fa72d9f646be0c2c687d4e -SHA512 (GIS-Distance-0.19.tar.gz) = fc6a65bf8bde06417f722ec7acf73649d9004ded16e6be8d021225a59d18d76c22ce7b70a69fdbcffca4d7d308163dd2e003bf3ac28687aaa20998044ab52e05 -Size (GIS-Distance-0.19.tar.gz) = 23738 bytes +BLAKE2s (GIS-Distance-0.20.tar.gz) = 1eb72495605f5b4217f088758964a63e26214155e48474d34eda7d016f65deb3 +SHA512 (GIS-Distance-0.20.tar.gz) = c6683d96bb8d62ad9d39e3489f52a1504e6e3014e966bc85c4b970eca8e1a059b23423976c9946ad4263f112671fd414a23f9851f445459c004b7f1d69903ef1 +Size (GIS-Distance-0.20.tar.gz) = 22789 bytes --_----------=_1688111846139600--