Sun Mar 13 14:28:59 2022 UTC ()
geography/geos: Update to 3.10.2

bugfixes and minor improvements


(gdt)
diff -r1.40 -r1.41 pkgsrc/geography/geos/Makefile
diff -r1.40 -r1.41 pkgsrc/geography/geos/distinfo
diff -r1.19 -r1.20 pkgsrc/geography/geos/PLIST

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

--- pkgsrc/geography/geos/Makefile 2021/11/24 01:10:42 1.40
+++ pkgsrc/geography/geos/Makefile 2022/03/13 14:28:59 1.41
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.40 2021/11/24 01:10:42 gdt Exp $ 1# $NetBSD: Makefile,v 1.41 2022/03/13 14:28:59 gdt Exp $
2 2
3DISTNAME= geos-3.10.1 3DISTNAME= geos-3.10.2
4CATEGORIES= geography 4CATEGORIES= geography
5MASTER_SITES= http://download.osgeo.org/geos/ 5MASTER_SITES= http://download.osgeo.org/geos/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8# geos has two libraries: 8# geos has two libraries:
9# geos_c (C), which follows normal versioning rules 9# geos_c (C), which follows normal versioning rules
10# geos (C++), which uses -release, and changes on every release 10# geos (C++), which uses -release, and changes on every release
11 11
12# According to the geos project (as documented in README), the C++ 12# According to the geos project (as documented in README), the C++
13# interface should not be directly used and other packages should not 13# interface should not be directly used and other packages should not
14# link against it. Therefore, in theory pkgsrc would perform a 14# link against it. Therefore, in theory pkgsrc would perform a
15# recursive revbump when the libgeos_c.so version changes, and would 15# recursive revbump when the libgeos_c.so version changes, and would
16# generally ignore libgeos.so shlib name changes. 16# generally ignore libgeos.so shlib name changes.

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

--- pkgsrc/geography/geos/distinfo 2021/11/24 01:10:42 1.40
+++ pkgsrc/geography/geos/distinfo 2022/03/13 14:28:59 1.41
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.40 2021/11/24 01:10:42 gdt Exp $ 1$NetBSD: distinfo,v 1.41 2022/03/13 14:28:59 gdt Exp $
2 2
3BLAKE2s (geos-3.10.1.tar.bz2) = c75e160dbc191079164c3d2c8bbb483e70cd2d4d04f39b477a0b0cffb8b8fb38 3BLAKE2s (geos-3.10.2.tar.bz2) = 461eca761abced3fcd140e7e0d8ca5a779ef438087d2560065c2350be2282648
4SHA512 (geos-3.10.1.tar.bz2) = 1ba3af5e07bad40bae584b24ed7750a96f2974b974fbc7ccbaaa756fa6d98ed2ef6c0346e122c9c140307164084c436708bdaec86c0469f665cb1a19d0bdd0c9 4SHA512 (geos-3.10.2.tar.bz2) = 390381711ccf56b862c2736cf6329200822f121de1c49df52b8b85cabea8c7787b199df2196acacc2e5c677ff3ebe042d93d70e89deadbc19d754499edb65126
5Size (geos-3.10.1.tar.bz2) = 6714713 bytes 5Size (geos-3.10.2.tar.bz2) = 6714655 bytes
6SHA1 (patch-ae) = 253ae5cf5c2705a80d89d996507e3e94f2a11296 6SHA1 (patch-ae) = 253ae5cf5c2705a80d89d996507e3e94f2a11296

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

--- pkgsrc/geography/geos/PLIST 2021/11/24 01:10:42 1.19
+++ pkgsrc/geography/geos/PLIST 2022/03/13 14:28:59 1.20
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.19 2021/11/24 01:10:42 gdt Exp $ 1@comment $NetBSD: PLIST,v 1.20 2022/03/13 14:28:59 gdt Exp $
2bin/geos-config 2bin/geos-config
3bin/geosop 3bin/geosop
4include/geos/algorithm/Angle.h 4include/geos/algorithm/Angle.h
5include/geos/algorithm/Area.h 5include/geos/algorithm/Area.h
6include/geos/algorithm/BoundaryNodeRule.h 6include/geos/algorithm/BoundaryNodeRule.h
7include/geos/algorithm/CGAlgorithmsDD.h 7include/geos/algorithm/CGAlgorithmsDD.h
8include/geos/algorithm/CGAlgorithmsDD.inl 8include/geos/algorithm/CGAlgorithmsDD.inl
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/ConvexHull.inl 12include/geos/algorithm/ConvexHull.inl
13include/geos/algorithm/Distance.h 13include/geos/algorithm/Distance.h
14include/geos/algorithm/HCoordinate.h 14include/geos/algorithm/HCoordinate.h
@@ -450,25 +450,27 @@ include/geos/util.h @@ -450,25 +450,27 @@ include/geos/util.h
450include/geos/util/Assert.h 450include/geos/util/Assert.h
451include/geos/util/AssertionFailedException.h 451include/geos/util/AssertionFailedException.h
452include/geos/util/CoordinateArrayFilter.h 452include/geos/util/CoordinateArrayFilter.h
453include/geos/util/GEOSException.h 453include/geos/util/GEOSException.h
454include/geos/util/GeometricShapeFactory.h 454include/geos/util/GeometricShapeFactory.h
455include/geos/util/IllegalArgumentException.h 455include/geos/util/IllegalArgumentException.h
456include/geos/util/IllegalStateException.h 456include/geos/util/IllegalStateException.h
457include/geos/util/Interrupt.h 457include/geos/util/Interrupt.h
458include/geos/util/Machine.h 458include/geos/util/Machine.h
459include/geos/util/TopologyException.h 459include/geos/util/TopologyException.h
460include/geos/util/UniqueCoordinateArrayFilter.h 460include/geos/util/UniqueCoordinateArrayFilter.h
461include/geos/util/UnsupportedOperationException.h 461include/geos/util/UnsupportedOperationException.h
462include/geos/util/math.h 462include/geos/util/math.h
 463include/geos/vend/include_nlohmann_json.hpp
 464include/geos/vend/json.hpp
463include/geos/version.h 465include/geos/version.h
464include/geos_c.h 466include/geos_c.h
465lib/cmake/GEOS/geos-config-version.cmake 467lib/cmake/GEOS/geos-config-version.cmake
466lib/cmake/GEOS/geos-config.cmake 468lib/cmake/GEOS/geos-config.cmake
467lib/cmake/GEOS/geos-targets-release.cmake 469lib/cmake/GEOS/geos-targets-release.cmake
468lib/cmake/GEOS/geos-targets.cmake 470lib/cmake/GEOS/geos-targets.cmake
469lib/libgeos.so 471lib/libgeos.so
470lib/libgeos.so.3.10.1 472lib/libgeos.so.${PKGVERSION}
471lib/libgeos_c.so 473lib/libgeos_c.so
472lib/libgeos_c.so.1 474lib/libgeos_c.so.1
473lib/libgeos_c.so.1.16.0 475lib/libgeos_c.so.1.16.0
474lib/pkgconfig/geos.pc 476lib/pkgconfig/geos.pc