Sun Nov 12 12:00:24 2023 UTC ()
geography/geos: Update to 3.12.1

upstream NEWS: bugfixes


(gdt)
diff -r1.48 -r1.49 pkgsrc/geography/geos/Makefile
diff -r1.48 -r1.49 pkgsrc/geography/geos/distinfo
diff -r1.25 -r1.26 pkgsrc/geography/geos/PLIST

cvs diff -r1.48 -r1.49 pkgsrc/geography/geos/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/geos/Makefile 2023/09/18 00:16:25 1.48
+++ pkgsrc/geography/geos/Makefile 2023/11/12 12:00:24 1.49
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.48 2023/09/18 00:16:25 gdt Exp $ 1# $NetBSD: Makefile,v 1.49 2023/11/12 12:00:24 gdt Exp $
2 2
3VERSION_BASE= 3.12.0 3VERSION_BASE= 3.12.1
4# Accomodate testing unreleased versions. 4# Accomodate testing unreleased versions.
5#VERSION_RC= beta2 5#VERSION_RC= beta2
6VERSION= ${VERSION_BASE}${VERSION_RC} 6VERSION= ${VERSION_BASE}${VERSION_RC}
7DISTNAME= geos-${VERSION} 7DISTNAME= geos-${VERSION}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9CATEGORIES= geography 9CATEGORIES= geography
10MASTER_SITES= http://download.osgeo.org/geos/ 10MASTER_SITES= http://download.osgeo.org/geos/
11 11
12# geos has two libraries: 12# geos has two libraries:
13# geos_c (C), which follows normal versioning rules 13# geos_c (C), which follows normal versioning rules
14# geos (C++), which uses -release, and changes on every release 14# geos (C++), which uses -release, and changes on every release
15 15
16# According to the geos project (as documented in README), the C++ 16# According to the geos project (as documented in README), the C++

cvs diff -r1.48 -r1.49 pkgsrc/geography/geos/distinfo (expand / switch to unified diff)

--- pkgsrc/geography/geos/distinfo 2023/08/26 00:07:41 1.48
+++ pkgsrc/geography/geos/distinfo 2023/11/12 12:00:24 1.49
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.48 2023/08/26 00:07:41 gdt Exp $ 1$NetBSD: distinfo,v 1.49 2023/11/12 12:00:24 gdt Exp $
2 2
3BLAKE2s (geos-3.12.0.tar.bz2) = 305ce0581b665aa0d49438eb78f7d008a549c8b6edf9417de66061cbbd18de43 3BLAKE2s (geos-3.12.1.tar.bz2) = 72246a13734124841566cf00c95ab7532594535eb0eb61127149a116504ec0f2
4SHA512 (geos-3.12.0.tar.bz2) = cc67d9516d24ada2ceaf7c81ff9df40033bb15123160bf7e70fdff97b72c798f4b9ba8223c1eaebac0f33dcb530bc8cf42af000af3491f3227420290d89332d5 4SHA512 (geos-3.12.1.tar.bz2) = 192eba83c651e935b3c9a5cc19321285e4d28b9da9d7a1fa15d9471803027e630db7a7ecea96343d9c5f9846d279062ca3694fe47916a4ebf5698ae66dd5210d
5Size (geos-3.12.0.tar.bz2) = 6736650 bytes 5Size (geos-3.12.1.tar.bz2) = 6727199 bytes
6SHA1 (patch-ae) = 253ae5cf5c2705a80d89d996507e3e94f2a11296 6SHA1 (patch-ae) = 253ae5cf5c2705a80d89d996507e3e94f2a11296
7SHA1 (patch-util_geosop_cxxopts.hpp) = 6da706852b026df7275be0a3caddadd1315f6e81 7SHA1 (patch-util_geosop_cxxopts.hpp) = 6da706852b026df7275be0a3caddadd1315f6e81

cvs diff -r1.25 -r1.26 pkgsrc/geography/geos/PLIST (expand / switch to unified diff)

--- pkgsrc/geography/geos/PLIST 2023/08/26 00:07:41 1.25
+++ pkgsrc/geography/geos/PLIST 2023/11/12 12:00:24 1.26
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.25 2023/08/26 00:07:41 gdt Exp $ 1@comment $NetBSD: PLIST,v 1.26 2023/11/12 12:00:24 gdt Exp $
2bin/geos-config 2bin/geos-config
3bin/geosop 3bin/geosop
4include/geos.h 4include/geos.h
5include/geos/algorithm/Angle.h 5include/geos/algorithm/Angle.h
6include/geos/algorithm/Area.h 6include/geos/algorithm/Area.h
7include/geos/algorithm/BoundaryNodeRule.h 7include/geos/algorithm/BoundaryNodeRule.h
8include/geos/algorithm/CGAlgorithmsDD.h 8include/geos/algorithm/CGAlgorithmsDD.h
9include/geos/algorithm/CentralEndpointIntersector.h 9include/geos/algorithm/CentralEndpointIntersector.h
10include/geos/algorithm/Centroid.h 10include/geos/algorithm/Centroid.h
11include/geos/algorithm/ConvexHull.h 11include/geos/algorithm/ConvexHull.h
12include/geos/algorithm/Distance.h 12include/geos/algorithm/Distance.h
13include/geos/algorithm/HCoordinate.h 13include/geos/algorithm/HCoordinate.h
14include/geos/algorithm/InteriorPointArea.h 14include/geos/algorithm/InteriorPointArea.h
@@ -467,18 +467,18 @@ include/geos/util/TopologyException.h @@ -467,18 +467,18 @@ include/geos/util/TopologyException.h
467include/geos/util/UniqueCoordinateArrayFilter.h 467include/geos/util/UniqueCoordinateArrayFilter.h
468include/geos/util/UnsupportedOperationException.h 468include/geos/util/UnsupportedOperationException.h
469include/geos/util/math.h 469include/geos/util/math.h
470include/geos/util/string.h 470include/geos/util/string.h
471include/geos/vend/include_nlohmann_json.hpp 471include/geos/vend/include_nlohmann_json.hpp
472include/geos/vend/json.hpp 472include/geos/vend/json.hpp
473include/geos/version.h 473include/geos/version.h
474include/geos_c.h 474include/geos_c.h
475lib/cmake/GEOS/geos-config-version.cmake 475lib/cmake/GEOS/geos-config-version.cmake
476lib/cmake/GEOS/geos-config.cmake 476lib/cmake/GEOS/geos-config.cmake
477lib/cmake/GEOS/geos-targets-release.cmake 477lib/cmake/GEOS/geos-targets-release.cmake
478lib/cmake/GEOS/geos-targets.cmake 478lib/cmake/GEOS/geos-targets.cmake
479lib/libgeos.so 479lib/libgeos.so
480lib/libgeos.so.3.12.0 480lib/libgeos.so.3.12.1
481lib/libgeos_c.so 481lib/libgeos_c.so
482lib/libgeos_c.so.1 482lib/libgeos_c.so.1
483lib/libgeos_c.so.1.18.0 483lib/libgeos_c.so.1.18.1
484lib/pkgconfig/geos.pc 484lib/pkgconfig/geos.pc