mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/geos: Update to 3.13.1
Changes: https://github.com/libgeos/geos/releases
This commit is contained in:
parent
5ace92f7d9
commit
6110c728aa
3 changed files with 10 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= geos
|
||||
PORTVERSION= 3.13.0
|
||||
PORTVERSION= 3.13.1
|
||||
CATEGORIES= graphics geography
|
||||
MASTER_SITES= https://github.com/libgeos/geos/releases/download/${PORTVERSION}/ \
|
||||
https://download.osgeo.org/geos/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1726080939
|
||||
SHA256 (geos-3.13.0.tar.bz2) = 47ec83ff334d672b9e4426695f15da6e6368244214971fabf386ff8ef6df39e4
|
||||
SIZE (geos-3.13.0.tar.bz2) = 6801211
|
||||
TIMESTAMP = 1742070260
|
||||
SHA256 (geos-3.13.1.tar.bz2) = df2c50503295f325e7c8d7b783aca8ba4773919cde984193850cf9e361dfd28c
|
||||
SIZE (geos-3.13.1.tar.bz2) = 6839955
|
||||
|
|
|
@ -43,6 +43,7 @@ include/geos/algorithm/hull/ConcaveHull.h
|
|||
include/geos/algorithm/hull/ConcaveHullOfPolygons.h
|
||||
include/geos/algorithm/hull/HullTri.h
|
||||
include/geos/algorithm/hull/HullTriangulation.h
|
||||
include/geos/algorithm/hull/OuterShellsExtracter.h
|
||||
include/geos/algorithm/locate/IndexedPointInAreaLocator.h
|
||||
include/geos/algorithm/locate/PointOnGeometryLocator.h
|
||||
include/geos/algorithm/locate/SimplePointInAreaLocator.h
|
||||
|
@ -294,14 +295,18 @@ include/geos/operation/GeometryGraphOperation.h
|
|||
include/geos/operation/buffer/BufferBuilder.h
|
||||
include/geos/operation/buffer/BufferCurveSetBuilder.h
|
||||
include/geos/operation/buffer/BufferInputLineSimplifier.h
|
||||
include/geos/operation/buffer/BufferNodeFactory.h
|
||||
include/geos/operation/buffer/BufferOp.h
|
||||
include/geos/operation/buffer/BufferParameters.h
|
||||
include/geos/operation/buffer/BufferSubgraph.h
|
||||
include/geos/operation/buffer/MaximalEdgeRing.h
|
||||
include/geos/operation/buffer/MinimalEdgeRing.h
|
||||
include/geos/operation/buffer/OffsetCurve.h
|
||||
include/geos/operation/buffer/OffsetCurveBuilder.h
|
||||
include/geos/operation/buffer/OffsetCurveSection.h
|
||||
include/geos/operation/buffer/OffsetSegmentGenerator.h
|
||||
include/geos/operation/buffer/OffsetSegmentString.h
|
||||
include/geos/operation/buffer/PolygonBuilder.h
|
||||
include/geos/operation/buffer/RightmostEdgeFinder.h
|
||||
include/geos/operation/buffer/SegmentMCIndex.h
|
||||
include/geos/operation/buffer/SubgraphDepthLocater.h
|
||||
|
@ -331,10 +336,6 @@ include/geos/operation/linemerge/LineMergeEdge.h
|
|||
include/geos/operation/linemerge/LineMergeGraph.h
|
||||
include/geos/operation/linemerge/LineMerger.h
|
||||
include/geos/operation/linemerge/LineSequencer.h
|
||||
include/geos/operation/overlay/MaximalEdgeRing.h
|
||||
include/geos/operation/overlay/MinimalEdgeRing.h
|
||||
include/geos/operation/overlay/OverlayNodeFactory.h
|
||||
include/geos/operation/overlay/PolygonBuilder.h
|
||||
include/geos/operation/overlay/snap/GeometrySnapper.h
|
||||
include/geos/operation/overlay/snap/LineStringSnapper.h
|
||||
include/geos/operation/overlay/snap/SnapOverlayOp.h
|
||||
|
@ -521,5 +522,5 @@ lib/libgeos.so
|
|||
lib/libgeos.so.%%PORTVERSION%%
|
||||
lib/libgeos_c.so
|
||||
lib/libgeos_c.so.1
|
||||
lib/libgeos_c.so.1.19.0
|
||||
lib/libgeos_c.so.1.19.2
|
||||
libdata/pkgconfig/geos.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue