Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id AA61B1A9239 for ; Wed, 24 Nov 2021 01:10:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0369F84EC6; Wed, 24 Nov 2021 01:10:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D60B84E90 for ; Wed, 24 Nov 2021 01:10:43 +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 pQaNKbOCHVsR for ; Wed, 24 Nov 2021 01:10:42 +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 A918684D4E for ; Wed, 24 Nov 2021 01:10:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9D5A0FAEC; Wed, 24 Nov 2021 01:10:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163771624275320" MIME-Version: 1.0 Date: Wed, 24 Nov 2021 01:10:42 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/geography/geos To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20211124011042.9D5A0FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163771624275320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Wed Nov 24 01:10:42 UTC 2021 Modified Files: pkgsrc/geography/geos: Makefile PLIST distinfo Log Message: geography/geos: Update to 3.10.1 upstream changes: bug fixes and minor improvements To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/geography/geos/Makefile \ pkgsrc/geography/geos/distinfo cvs rdiff -u -r1.18 -r1.19 pkgsrc/geography/geos/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163771624275320 Content-Disposition: inline Content-Length: 2260 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/geos/Makefile diff -u pkgsrc/geography/geos/Makefile:1.39 pkgsrc/geography/geos/Makefile:1.40 --- pkgsrc/geography/geos/Makefile:1.39 Thu Oct 21 00:30:50 2021 +++ pkgsrc/geography/geos/Makefile Wed Nov 24 01:10:42 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2021/10/21 00:30:50 gdt Exp $ +# $NetBSD: Makefile,v 1.40 2021/11/24 01:10:42 gdt Exp $ -DISTNAME= geos-3.10.0 +DISTNAME= geos-3.10.1 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/geos/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/geography/geos/distinfo diff -u pkgsrc/geography/geos/distinfo:1.39 pkgsrc/geography/geos/distinfo:1.40 --- pkgsrc/geography/geos/distinfo:1.39 Tue Oct 26 10:45:09 2021 +++ pkgsrc/geography/geos/distinfo Wed Nov 24 01:10:42 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.39 2021/10/26 10:45:09 nia Exp $ +$NetBSD: distinfo,v 1.40 2021/11/24 01:10:42 gdt Exp $ -BLAKE2s (geos-3.10.0.tar.bz2) = eb7b75e1e51a696db7dd8031c3757451fe118d8e397e4c180e4c619d8e414ac4 -SHA512 (geos-3.10.0.tar.bz2) = 12657c6649bfbf6efa3232a054969c6229bb23fc16a7c72d6ca5fdb662e0d08e14bbcaa6944a17de8972b6c236608d94c870ead0b04fada2d2af3d42c238058e -Size (geos-3.10.0.tar.bz2) = 6799370 bytes +BLAKE2s (geos-3.10.1.tar.bz2) = c75e160dbc191079164c3d2c8bbb483e70cd2d4d04f39b477a0b0cffb8b8fb38 +SHA512 (geos-3.10.1.tar.bz2) = 1ba3af5e07bad40bae584b24ed7750a96f2974b974fbc7ccbaaa756fa6d98ed2ef6c0346e122c9c140307164084c436708bdaec86c0469f665cb1a19d0bdd0c9 +Size (geos-3.10.1.tar.bz2) = 6714713 bytes SHA1 (patch-ae) = 253ae5cf5c2705a80d89d996507e3e94f2a11296 Index: pkgsrc/geography/geos/PLIST diff -u pkgsrc/geography/geos/PLIST:1.18 pkgsrc/geography/geos/PLIST:1.19 --- pkgsrc/geography/geos/PLIST:1.18 Thu Oct 21 00:25:16 2021 +++ pkgsrc/geography/geos/PLIST Wed Nov 24 01:10:42 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2021/10/21 00:25:16 gdt Exp $ +@comment $NetBSD: PLIST,v 1.19 2021/11/24 01:10:42 gdt Exp $ bin/geos-config bin/geosop include/geos/algorithm/Angle.h @@ -467,7 +467,7 @@ lib/cmake/GEOS/geos-config.cmake lib/cmake/GEOS/geos-targets-release.cmake lib/cmake/GEOS/geos-targets.cmake lib/libgeos.so -lib/libgeos.so.3.10.0 +lib/libgeos.so.3.10.1 lib/libgeos_c.so lib/libgeos_c.so.1 lib/libgeos_c.so.1.16.0 --_----------=_163771624275320--