Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2023 20:51:48 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c489d8e93d35 - main - graphics/recastnavigation: update to 1.6.0 release (+)
Message-ID:  <202305252051.34PKpmdp004069@gitrepo.freebsd.org>

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

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

commit c489d8e93d35966ba64766c434b471c54b06eee1
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-05-25 20:48:41 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-05-25 20:48:41 +0000

    graphics/recastnavigation: update to 1.6.0 release (+)
    
    Changelog:      https://github.com/recastnavigation/recastnavigation/releases/tag/v1.6.0
---
 graphics/recastnavigation/Makefile  |  7 +++++--
 graphics/recastnavigation/distinfo  |  6 +++---
 graphics/recastnavigation/pkg-plist | 16 +++++++++++-----
 3 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/graphics/recastnavigation/Makefile b/graphics/recastnavigation/Makefile
index fd2ee77105e6..035d9559b245 100644
--- a/graphics/recastnavigation/Makefile
+++ b/graphics/recastnavigation/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	recastnavigation
-PORTVERSION=	1.5.1
+DISTVERSION=	1.6.0
+DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 
 MAINTAINER=	fluffy@FreeBSD.org
@@ -10,11 +11,13 @@ USES=		cmake compiler:c++17-lang gl openal pkgconfig sdl xorg
 USE_GL=		gl
 USE_SDL=	sdl2
 USE_GITHUB=	yes
-GH_TUPLE=	recastnavigation:recastnavigation:e75adf86f91eb3082220085e42dda62679f9a3ea
+#GH_TUPLE=	recastnavigation:recastnavigation:6dc1667f580357e8a2154c28b7867bea7e8ad3a7
 
 CMAKE_ARGS=	-DBUILD_SHARED_LIBS=ON \
 		-DRECASTNAVIGATION_DEMO=OFF \
 		-DRECASTNAVIGATION_TESTS=OFF \
 		-DRECASTNAVIGATION_EXAMPLES=OFF
 
+PLIST_SUB=	VERSION=${DISTVERSION}
+
 .include <bsd.port.mk>
diff --git a/graphics/recastnavigation/distinfo b/graphics/recastnavigation/distinfo
index d98bfb285d06..188429d21e89 100644
--- a/graphics/recastnavigation/distinfo
+++ b/graphics/recastnavigation/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1639412872
-SHA256 (recastnavigation-recastnavigation-1.5.1-e75adf86f91eb3082220085e42dda62679f9a3ea_GH0.tar.gz) = c647e307d6cc62ba00bfd888e82da83844bf1e72f2c98bed2f1d95bac229b950
-SIZE (recastnavigation-recastnavigation-1.5.1-e75adf86f91eb3082220085e42dda62679f9a3ea_GH0.tar.gz) = 1542425
+TIMESTAMP = 1685008114
+SHA256 (recastnavigation-recastnavigation-v1.6.0_GH0.tar.gz) = d48ca0121962fa0639502c0f56c4e3ae72f98e55d88727225444f500775c0074
+SIZE (recastnavigation-recastnavigation-v1.6.0_GH0.tar.gz) = 1280501
diff --git a/graphics/recastnavigation/pkg-plist b/graphics/recastnavigation/pkg-plist
index 73c999e2bedf..ddba3588295a 100644
--- a/graphics/recastnavigation/pkg-plist
+++ b/graphics/recastnavigation/pkg-plist
@@ -22,18 +22,24 @@ include/recastnavigation/RecastAlloc.h
 include/recastnavigation/RecastAssert.h
 include/recastnavigation/RecastDebugDraw.h
 include/recastnavigation/RecastDump.h
+include/recastnavigation/version.h
+lib/cmake/recastnavigation/recastnavigation-config-version.cmake
+lib/cmake/recastnavigation/recastnavigation-config.cmake
+lib/cmake/recastnavigation/recastnavigation-targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/recastnavigation/recastnavigation-targets.cmake
 lib/libDebugUtils.so
 lib/libDebugUtils.so.1
-lib/libDebugUtils.so.1.0.0
+lib/libDebugUtils.so.%%VERSION%%
 lib/libDetour.so
 lib/libDetour.so.1
-lib/libDetour.so.1.0.0
+lib/libDetour.so.%%VERSION%%
 lib/libDetourCrowd.so
 lib/libDetourCrowd.so.1
-lib/libDetourCrowd.so.1.0.0
+lib/libDetourCrowd.so.%%VERSION%%
 lib/libDetourTileCache.so
 lib/libDetourTileCache.so.1
-lib/libDetourTileCache.so.1.0.0
+lib/libDetourTileCache.so.%%VERSION%%
 lib/libRecast.so
 lib/libRecast.so.1
-lib/libRecast.so.1.0.0
+lib/libRecast.so.%%VERSION%%
+libdata/pkgconfig/recastnavigation.pc



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