Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 16:46:20 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: 2c0d53a417cb - main - graphics/geos: Update to 3.12.2
Message-ID:  <202406061646.456GkKRa020434@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=2c0d53a417cb2f570f32ae5dfd42735b361c5db1

commit 2c0d53a417cb2f570f32ae5dfd42735b361c5db1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-06-06 16:39:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-06-06 16:39:23 +0000

    graphics/geos: Update to 3.12.2
    
    - Reorder MASTER_SITES
    
    Changes:        https://github.com/libgeos/geos/releases
---
 graphics/geos/Makefile  | 6 +++---
 graphics/geos/distinfo  | 6 +++---
 graphics/geos/pkg-plist | 4 +++-
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile
index d0699b7ab114..6447114d158f 100644
--- a/graphics/geos/Makefile
+++ b/graphics/geos/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	geos
-PORTVERSION=	3.12.1
+PORTVERSION=	3.12.2
 CATEGORIES=	graphics geography
-MASTER_SITES=	https://download.osgeo.org/geos/ \
-		https://github.com/libgeos/geos/releases/download/${PORTVERSION}/
+MASTER_SITES=	https://github.com/libgeos/geos/releases/download/${PORTVERSION}/ \
+		https://download.osgeo.org/geos/
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Geometry Engine, Open Source
diff --git a/graphics/geos/distinfo b/graphics/geos/distinfo
index 79942b972957..1f424a4e533c 100644
--- a/graphics/geos/distinfo
+++ b/graphics/geos/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1699774460
-SHA256 (geos-3.12.1.tar.bz2) = d6ea7e492224b51193e8244fe3ec17c4d44d0777f3c32ca4fb171140549a0d03
-SIZE (geos-3.12.1.tar.bz2) = 6727199
+TIMESTAMP = 1717662470
+SHA256 (geos-3.12.2.tar.bz2) = 34c7770bf0090ee88488af98767d08e779f124fa33437e0aabec8abd4609fec6
+SIZE (geos-3.12.2.tar.bz2) = 6756010
diff --git a/graphics/geos/pkg-plist b/graphics/geos/pkg-plist
index d4d4404605bb..f0a506af8822 100644
--- a/graphics/geos/pkg-plist
+++ b/graphics/geos/pkg-plist
@@ -48,6 +48,7 @@ include/geos/coverage/Corner.h
 include/geos/coverage/CoverageBoundarySegmentFinder.h
 include/geos/coverage/CoverageEdge.h
 include/geos/coverage/CoverageGapFinder.h
+include/geos/coverage/CoveragePolygon.h
 include/geos/coverage/CoveragePolygonValidator.h
 include/geos/coverage/CoverageRing.h
 include/geos/coverage/CoverageRingEdges.h
@@ -416,6 +417,7 @@ include/geos/profiler.h
 include/geos/shape/fractal/HilbertCode.h
 include/geos/shape/fractal/HilbertEncoder.h
 include/geos/shape/fractal/MortonCode.h
+include/geos/simplify/ComponentJumpChecker.h
 include/geos/simplify/DouglasPeuckerLineSimplifier.h
 include/geos/simplify/DouglasPeuckerSimplifier.h
 include/geos/simplify/LineSegmentIndex.h
@@ -479,5 +481,5 @@ lib/libgeos.so
 lib/libgeos.so.%%PORTVERSION%%
 lib/libgeos_c.so
 lib/libgeos_c.so.1
-lib/libgeos_c.so.1.18.1
+lib/libgeos_c.so.1.18.2
 libdata/pkgconfig/geos.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406061646.456GkKRa020434>