Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B774984D1C for ; Fri, 30 Jun 2023 09:39: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 dhfU8eoIL88X for ; Fri, 30 Jun 2023 09:39:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2A40984CE8 for ; Fri, 30 Jun 2023 09:39:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1E6B8FA89; Fri, 30 Jun 2023 09:39:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168811796794910" MIME-Version: 1.0 Date: Fri, 30 Jun 2023 09:39:27 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/geography/p5-Geo-ShapeFile To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230630093927.1E6B8FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168811796794910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Jun 30 09:39:27 UTC 2023 Modified Files: pkgsrc/geography/p5-Geo-ShapeFile: Makefile distinfo Removed Files: pkgsrc/geography/p5-Geo-ShapeFile/patches: patch-t_main__tests.t Log Message: Update to 3.03 Upstream changes: 3.03 2022-02-24 - Tests: Generate unicode file names on the fly (GH#30). 3.02 2022-02-23 - Fix copy-paste error in MultiPointM handling (GH#28). - CI changes (GH#27, GH#29) - Thanks to @voegelas for all three PRs. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/geography/p5-Geo-ShapeFile/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/p5-Geo-ShapeFile/distinfo cvs rdiff -u -r1.2 -r0 \ pkgsrc/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168811796794910 Content-Disposition: inline Content-Length: 1780 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/p5-Geo-ShapeFile/Makefile diff -u pkgsrc/geography/p5-Geo-ShapeFile/Makefile:1.22 pkgsrc/geography/p5-Geo-ShapeFile/Makefile:1.23 --- pkgsrc/geography/p5-Geo-ShapeFile/Makefile:1.22 Tue Jun 28 11:33:58 2022 +++ pkgsrc/geography/p5-Geo-ShapeFile/Makefile Fri Jun 30 09:39:26 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2022/06/28 11:33:58 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2023/06/30 09:39:26 wen Exp $ -DISTNAME= Geo-ShapeFile-3.01 +DISTNAME= Geo-ShapeFile-3.03 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= geography perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} Index: pkgsrc/geography/p5-Geo-ShapeFile/distinfo diff -u pkgsrc/geography/p5-Geo-ShapeFile/distinfo:1.10 pkgsrc/geography/p5-Geo-ShapeFile/distinfo:1.11 --- pkgsrc/geography/p5-Geo-ShapeFile/distinfo:1.10 Tue Oct 26 10:45:14 2021 +++ pkgsrc/geography/p5-Geo-ShapeFile/distinfo Fri Jun 30 09:39:26 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:45:14 nia Exp $ +$NetBSD: distinfo,v 1.11 2023/06/30 09:39:26 wen Exp $ -BLAKE2s (Geo-ShapeFile-3.01.tar.gz) = 5166219b16d71300e81f87d5eb078a530e80f8a6c3e982f2600de6a720f05135 -SHA512 (Geo-ShapeFile-3.01.tar.gz) = 5e1799cb211beddead3f194af68ba15b00e0cc688ee7ed04a4de35e2084fe3a1b1d832aa765ee02919a157f2f89f7c73e248f1360594d70946bd578d697fe93c -Size (Geo-ShapeFile-3.01.tar.gz) = 358669 bytes +BLAKE2s (Geo-ShapeFile-3.03.tar.gz) = f05379b2077033f3670556833ade136f5a7de108df39a2cd11d99d915db96bc4 +SHA512 (Geo-ShapeFile-3.03.tar.gz) = a55e0819014904fe44ebc823a60e1dfc877013b15d18f84e412e66707ab0a09c2e20665bfb55a09c65dbeea86d1d6d55037f4a42b140cb4ac77a6536b5be7dee +Size (Geo-ShapeFile-3.03.tar.gz) = 351571 bytes SHA1 (patch-t_main__tests.t) = eab0bb1ff1eb506a0f2d93aa2a5fb36dacfe891f --_----------=_168811796794910--