diff options
author | gdt <gdt@pkgsrc.org> | 2022-11-20 13:02:07 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2022-11-20 13:02:07 +0000 |
commit | a929b88693e0919d2baa41898b5d29d1e9f2e389 (patch) | |
tree | fe7ed12a12f2618f483bf2eed84ac5dfc7e8e8c9 /geography | |
parent | 1d4c7b66c9df3985dfeab5cb3a0c5627392ec635 (diff) | |
download | pkgsrc-a929b88693e0919d2baa41898b5d29d1e9f2e389.tar.gz |
geography/geos: Update to 3.11.1
bugfixes and minor improvements
Diffstat (limited to 'geography')
-rw-r--r-- | geography/geos/Makefile | 6 | ||||
-rw-r--r-- | geography/geos/PLIST | 7 | ||||
-rw-r--r-- | geography/geos/distinfo | 8 |
3 files changed, 11 insertions, 10 deletions
diff --git a/geography/geos/Makefile b/geography/geos/Makefile index b57b07fd8d5..1c00f320138 100644 --- a/geography/geos/Makefile +++ b/geography/geos/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2022/07/08 13:21:59 gdt Exp $ +# $NetBSD: Makefile,v 1.45 2022/11/20 13:02:07 gdt Exp $ -VERSION_BASE= 3.11.0 +VERSION_BASE= 3.11.1 # Accomodate testing unreleased versions. -VERSION_RC= rc0 +#VERSION_RC= rc0 VERSION= ${VERSION_BASE}${VERSION_RC} DISTNAME= geos-${VERSION} EXTRACT_SUFX= .tar.bz2 diff --git a/geography/geos/PLIST b/geography/geos/PLIST index 92a536c37e8..99d2c9b7f8a 100644 --- a/geography/geos/PLIST +++ b/geography/geos/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2022/07/08 13:21:59 gdt Exp $ +@comment $NetBSD: PLIST,v 1.23 2022/11/20 13:02:07 gdt Exp $ bin/geos-config bin/geosop include/geos.h @@ -254,6 +254,7 @@ include/geos/noding/snapround/MCIndexPointSnapper.h include/geos/noding/snapround/MCIndexSnapRounder.h include/geos/noding/snapround/SnapRoundingIntersectionAdder.h include/geos/noding/snapround/SnapRoundingNoder.h +include/geos/operation/BoundaryOp.h include/geos/operation/GeometryGraphOperation.h include/geos/operation/buffer/BufferBuilder.h include/geos/operation/buffer/BufferCurveSetBuilder.h @@ -449,8 +450,8 @@ 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.11.0 +lib/libgeos.so.${PKGVERSION} lib/libgeos_c.so lib/libgeos_c.so.1 -lib/libgeos_c.so.1.17.0 +lib/libgeos_c.so.1.17.1 lib/pkgconfig/geos.pc diff --git a/geography/geos/distinfo b/geography/geos/distinfo index c05330b2580..9eb99ba6de1 100644 --- a/geography/geos/distinfo +++ b/geography/geos/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.45 2022/07/08 13:21:59 gdt Exp $ +$NetBSD: distinfo,v 1.46 2022/11/20 13:02:07 gdt Exp $ -BLAKE2s (geos-3.11.0rc0.tar.bz2) = 52c96b1ba051b1ae61ce8e27bb519bf93b55d63a97fa47c1ef281312545218c4 -SHA512 (geos-3.11.0rc0.tar.bz2) = 40799ec41a3b16c04aa8a52602c43521ce74e052268d54bdfadb38371c329abfac8040f429e0d0f23b5f534ad893572f94a7fd7a4857dd93b3ef18c59cc296d2 -Size (geos-3.11.0rc0.tar.bz2) = 6727766 bytes +BLAKE2s (geos-3.11.1.tar.bz2) = 887e363dc8e2e6a9e28f6a90993903119cd1aa497a98635c4bc6125191ef4583 +SHA512 (geos-3.11.1.tar.bz2) = 708500aba9b04208ee46a531d55ddf63a213dfaa2922dae937b524300b2b46c95143ed6cd3ff1414e9099f2be95e5df5a2e0b49df43acf93a9478215259f20d3 +Size (geos-3.11.1.tar.bz2) = 6753232 bytes SHA1 (patch-ae) = 253ae5cf5c2705a80d89d996507e3e94f2a11296 SHA1 (patch-util_geosop_cxxopts.hpp) = 6da706852b026df7275be0a3caddadd1315f6e81 |