Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2024 14:23:48 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 474863d3d087 - main - devel/spatialindex: Update to 2.0.0
Message-ID:  <202406151423.45FENm1I017910@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=474863d3d08712d68036837c8b3b2e5248eeed46

commit 474863d3d08712d68036837c8b3b2e5248eeed46
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-06-15 08:15:21 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-06-15 14:23:11 +0000

    devel/spatialindex: Update to 2.0.0
---
 devel/spatialindex/Makefile  |  2 +-
 devel/spatialindex/distinfo  |  6 +++---
 devel/spatialindex/pkg-plist | 14 ++++++++++----
 3 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/devel/spatialindex/Makefile b/devel/spatialindex/Makefile
index 49f8d8818191..2c7566546258 100644
--- a/devel/spatialindex/Makefile
+++ b/devel/spatialindex/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	spatialindex
-DISTVERSION=	1.9.3
+DISTVERSION=	2.0.0
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/libspatialindex/libspatialindex/releases/download/${DISTVERSION}/
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
diff --git a/devel/spatialindex/distinfo b/devel/spatialindex/distinfo
index dfa41bfdbf18..5c3e9c628d90 100644
--- a/devel/spatialindex/distinfo
+++ b/devel/spatialindex/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1686204339
-SHA256 (spatialindex-src-1.9.3.tar.gz) = 47d8779e32477b330e46b62fb7e62cb812caee5d8e684c35cb635a42a749f3fc
-SIZE (spatialindex-src-1.9.3.tar.gz) = 693069
+TIMESTAMP = 1718318752
+SHA256 (spatialindex-src-2.0.0.tar.gz) = f1d5a369681fa6ac3301a54db412ccf3180fc17163ebc3252f32c752f77345de
+SIZE (spatialindex-src-2.0.0.tar.gz) = 669866
diff --git a/devel/spatialindex/pkg-plist b/devel/spatialindex/pkg-plist
index 390998d41c5b..ebe0e05e5432 100644
--- a/devel/spatialindex/pkg-plist
+++ b/devel/spatialindex/pkg-plist
@@ -1,3 +1,4 @@
+include/spatialindex/Ball.h
 include/spatialindex/LineSegment.h
 include/spatialindex/MVRTree.h
 include/spatialindex/MovingPoint.h
@@ -28,9 +29,14 @@ include/spatialindex/tools/PointerPool.h
 include/spatialindex/tools/PoolPointer.h
 include/spatialindex/tools/Tools.h
 include/spatialindex/tools/rand48.h
+lib/cmake/libspatialindex/libspatialindexConfig.cmake
+lib/cmake/libspatialindex/libspatialindexConfigVersion.cmake
+lib/cmake/libspatialindex/libspatialindexTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/libspatialindex/libspatialindexTargets.cmake
 lib/libspatialindex.so
-lib/libspatialindex.so.6
-lib/libspatialindex.so.6.1.1
+lib/libspatialindex.so.7
+lib/libspatialindex.so.7.0.0
 lib/libspatialindex_c.so
-lib/libspatialindex_c.so.6
-lib/libspatialindex_c.so.6.1.1
+lib/libspatialindex_c.so.7
+lib/libspatialindex_c.so.7.0.0
+libdata/pkgconfig/libspatialindex.pc



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