Date: Wed, 5 Apr 2023 17:33:57 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fe2fe9076f1c - main - graphics/geos: Update to 3.11.2 Message-ID: <202304051733.335HXvnn084041@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe2fe9076f1c52ffc9619565aa8233d2a6465a09 commit fe2fe9076f1c52ffc9619565aa8233d2a6465a09 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:13:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:29:48 +0000 graphics/geos: Update to 3.11.2 Changes: https://github.com/libgeos/geos/releases --- graphics/geos/Makefile | 2 +- graphics/geos/distinfo | 6 +++--- graphics/geos/pkg-plist | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index 33163cf4a8cf..8597d2a383f5 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -1,5 +1,5 @@ PORTNAME= geos -PORTVERSION= 3.11.1 +PORTVERSION= 3.11.2 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/geos/ \ https://github.com/libgeos/geos/releases/download/${PORTVERSION}/ diff --git a/graphics/geos/distinfo b/graphics/geos/distinfo index f919cdd7e6e6..473909c27ca1 100644 --- a/graphics/geos/distinfo +++ b/graphics/geos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669057545 -SHA256 (geos-3.11.1.tar.bz2) = 6d0eb3cfa9f92d947731cc75f1750356b3bdfc07ea020553daf6af1c768e0be2 -SIZE (geos-3.11.1.tar.bz2) = 6753232 +TIMESTAMP = 1679498532 +SHA256 (geos-3.11.2.tar.bz2) = b1f077669481c5a3e62affc49e96eb06f281987a5d36fdab225217e5b825e4cc +SIZE (geos-3.11.2.tar.bz2) = 6774288 diff --git a/graphics/geos/pkg-plist b/graphics/geos/pkg-plist index 20b5f9f9de9e..9730bd2ef15e 100644 --- a/graphics/geos/pkg-plist +++ b/graphics/geos/pkg-plist @@ -23,6 +23,7 @@ include/geos/algorithm/Orientation.h include/geos/algorithm/PointInRing.h include/geos/algorithm/PointLocation.h include/geos/algorithm/PointLocator.h +include/geos/algorithm/PolygonNodeTopology.h include/geos/algorithm/RayCrossingCounter.h include/geos/algorithm/RayCrossingCounterDD.h include/geos/algorithm/RobustDeterminant.h @@ -410,6 +411,7 @@ include/geos/triangulate/VoronoiDiagramBuilder.h include/geos/triangulate/polygon/ConstrainedDelaunayTriangulator.h include/geos/triangulate/polygon/PolygonEarClipper.h include/geos/triangulate/polygon/PolygonHoleJoiner.h +include/geos/triangulate/polygon/PolygonNoder.h include/geos/triangulate/polygon/PolygonTriangulator.h include/geos/triangulate/polygon/TriDelaunayImprover.h include/geos/triangulate/quadedge/LastFoundQuadEdgeLocator.h @@ -452,5 +454,5 @@ lib/libgeos.so lib/libgeos.so.%%PORTVERSION%% lib/libgeos_c.so lib/libgeos_c.so.1 -lib/libgeos_c.so.1.17.1 +lib/libgeos_c.so.1.17.2 libdata/pkgconfig/geos.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051733.335HXvnn084041>