diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-03-20 14:56:15 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-03-20 14:56:50 +0000 |
commit | f427deebd8325aeab472478c59931e733d543050 (patch) | |
tree | c183e5d540e14027ef314129b21490f8bc78afc6 | |
parent | e42136cbdecd7bb6a415e064a4b5803075bee1f4 (diff) | |
download | ports-f427deebd8325aeab472478c59931e733d543050.tar.gz ports-f427deebd8325aeab472478c59931e733d543050.zip |
math/octomap: update 1.9.8 → 1.10.0
Reported by: portscout
-rw-r--r-- | math/octomap/Makefile | 6 | ||||
-rw-r--r-- | math/octomap/distinfo | 6 | ||||
-rw-r--r-- | 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 |