Date: Wed, 20 Mar 2024 14:56:52 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f427deebd832 - main - math/octomap: update 1.9.8 =?utf-8?Q?=E2=86=92?= 1.10.0 Message-ID: <202403201456.42KEuq6N068742@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f427deebd8325aeab472478c59931e733d543050 commit f427deebd8325aeab472478c59931e733d543050 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-03-20 14:56:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-03-20 14:56:50 +0000 math/octomap: update 1.9.8 → 1.10.0 Reported by: portscout --- math/octomap/Makefile | 6 +++--- math/octomap/distinfo | 6 +++--- math/octomap/pkg-plist | 16 ++++++++-------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/math/octomap/Makefile b/math/octomap/Makefile index c352006548f8..7ad8273f53f0 100644 --- a/math/octomap/Makefile +++ b/math/octomap/Makefile @@ -1,6 +1,6 @@ PORTNAME= octomap DISTVERSIONPREFIX= v -DISTVERSION= 1.9.8 +DISTVERSION= 1.10.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -22,8 +22,8 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= OctoMap -# Viewer is broken: https://github.com/OctoMap/octomap/issues/224, and libQGLViewer detection is broken: https://github.com/OctoMap/octomap/issues/225 -#CMAKE_ON= OCTOVIS_QT5 +# libQGLViewer detection is broken: https://github.com/OctoMap/octomap/issues/225 +CMAKE_ON= OCTOVIS_QT5 CMAKE_ARGS= -DQGLVIEWER_BASE_DIR:PATH=${LOCALBASE}/include/QGLViewer #-DQGLViewer_LIBRARY_DIR_OTHER:PATH=${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/math/octomap/distinfo b/math/octomap/distinfo index 7def9824dee2..e8457bba45d9 100644 --- a/math/octomap/distinfo +++ b/math/octomap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653983015 -SHA256 (OctoMap-octomap-v1.9.8_GH0.tar.gz) = 417af6da4e855e9a83b93458aa98b01a2c88f880088baad2b59d323ce162586e -SIZE (OctoMap-octomap-v1.9.8_GH0.tar.gz) = 1693311 +TIMESTAMP = 1710929828 +SHA256 (OctoMap-octomap-v1.10.0_GH0.tar.gz) = 8da2576ec6a0993e8900db7f91083be8682d8397a7be0752c85d1b7dd1b8e992 +SIZE (OctoMap-octomap-v1.10.0_GH0.tar.gz) = 1694103 diff --git a/math/octomap/pkg-plist b/math/octomap/pkg-plist index d505f617bf4c..e27da19b6908 100644 --- a/math/octomap/pkg-plist +++ b/math/octomap/pkg-plist @@ -53,17 +53,17 @@ include/octovis/SceneObject.h include/octovis/SelectionBox.h include/octovis/TrajectoryDrawer.h lib/libdynamicedt3d.so -lib/libdynamicedt3d.so.1.9 -lib/libdynamicedt3d.so.1.9.8 +lib/libdynamicedt3d.so.1.10 +lib/libdynamicedt3d.so.1.10.0 lib/liboctomap.so -lib/liboctomap.so.1.9 -lib/liboctomap.so.1.9.8 +lib/liboctomap.so.1.10 +lib/liboctomap.so.1.10.0 lib/liboctomath.so -lib/liboctomath.so.1.9 -lib/liboctomath.so.1.9.8 +lib/liboctomath.so.1.10 +lib/liboctomath.so.1.10.0 lib/liboctovis.so -lib/liboctovis.so.1.9 -lib/liboctovis.so.1.9.8 +lib/liboctovis.so.1.10 +lib/liboctovis.so.1.10.0 libdata/pkgconfig/dynamicEDT3D.pc libdata/pkgconfig/octomap.pc share/ament_index/resource_index/packages/dynamicEDT3D
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403201456.42KEuq6N068742>