svn commit: r500897 - in head/misc/ompl: . files
Yuri Victorovich
yuri at FreeBSD.org
Mon May 6 05:46:03 UTC 2019
Author: yuri
Date: Mon May 6 05:46:01 2019
New Revision: 500897
URL: https://svnweb.freebsd.org/changeset/ports/500897
Log:
misc/ompl: Update 1.4.1 -> 1.4.2
Modified:
head/misc/ompl/Makefile
head/misc/ompl/distinfo
head/misc/ompl/files/patch-CMakeLists.txt
head/misc/ompl/pkg-plist
Modified: head/misc/ompl/Makefile
==============================================================================
--- head/misc/ompl/Makefile Mon May 6 05:44:30 2019 (r500896)
+++ head/misc/ompl/Makefile Mon May 6 05:46:01 2019 (r500897)
@@ -1,9 +1,8 @@
# $FreeBSD$
PORTNAME= ompl
-DISTVERSION= 1.4.1
+DISTVERSION= 1.4.2
DISTVERSIONSUFFIX= -Source
-PORTREVISION= 4
CATEGORIES= misc comms
MASTER_SITES= http://cdn.bitbucket.org/${PORTNAME}/${PORTNAME}/downloads/
@@ -35,7 +34,6 @@ OPENDE_DESC= Use Open Dynamics Engine for kinodynamic
OPENDE_LIB_DEPENDS= libode.so:devel/ode
SPOT_DESC= Use 'Spot' for creating finite automata from LTL formulae
-SPOT_BROKEN= https://bitbucket.org/ompl/ompl/issues/442
SPOT_USES= compiler:c++14-lang
SPOT_LIB_DEPENDS= libspot.so:math/spot
Modified: head/misc/ompl/distinfo
==============================================================================
--- head/misc/ompl/distinfo Mon May 6 05:44:30 2019 (r500896)
+++ head/misc/ompl/distinfo Mon May 6 05:46:01 2019 (r500897)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544249088
-SHA256 (ompl-1.4.1-Source.zip) = 6e9df23b62959102b659704b3fd71bf4d5965267d57d8ef0f6109b9605ccad6e
-SIZE (ompl-1.4.1-Source.zip) = 23591643
+TIMESTAMP = 1557120365
+SHA256 (ompl-1.4.2-Source.zip) = 25ea88a89981a15896214d0896aa31e034dcd7368b29826679ab766ff5d10ef1
+SIZE (ompl-1.4.2-Source.zip) = 23592084
Modified: head/misc/ompl/files/patch-CMakeLists.txt
==============================================================================
--- head/misc/ompl/files/patch-CMakeLists.txt Mon May 6 05:44:30 2019 (r500896)
+++ head/misc/ompl/files/patch-CMakeLists.txt Mon May 6 05:46:01 2019 (r500897)
@@ -6,26 +6,17 @@
PURPOSE "Used for python bindings.")
-find_package(Python QUIET)
-find_boost_python()
-+#find_package(Python QUIET)
-+#find_boost_python()
++find_package(Python QUIET)
++find_boost_python()
if(PYTHON_FOUND)
set_package_properties(pypy PROPERTIES
-@@ -151,7 +151,7 @@ endif()
- set_package_properties(spot PROPERTIES
- URL "http://spot.lrde.epita.fr"
- PURPOSE "Used for constructing finite automata from LTL formulae.")
--find_package(spot)
-+#find_package(spot)
- if (SPOT_FOUND)
- set(OMPL_HAVE_SPOT 1)
- include_directories("${SPOT_INCLUDE_DIRS}")
@@ -171,12 +171,12 @@ if(PYTHON_FOUND AND NOT Boost_VERSION VE
endif()
# R is needed for running Planner Arena locally
-find_program(R_EXEC R)
-+#find_program(R_EXEC R)
++find_program(R_EXEC R)
add_subdirectory(py-bindings)
add_subdirectory(src)
Modified: head/misc/ompl/pkg-plist
==============================================================================
--- head/misc/ompl/pkg-plist Mon May 6 05:44:30 2019 (r500896)
+++ head/misc/ompl/pkg-plist Mon May 6 05:46:01 2019 (r500897)
@@ -217,9 +217,10 @@ include/ompl/util/Hash.h
include/ompl/util/PPM.h
include/ompl/util/ProlateHyperspheroid.h
include/ompl/util/RandomNumbers.h
+include/ompl/util/String.h
include/ompl/util/Time.h
lib/libompl.so
-lib/libompl.so.1.4.1
+lib/libompl.so.1.4.2
lib/libompl.so.15
libdata/pkgconfig/ompl.pc
man/man1/ompl_benchmark_statistics.1.gz
More information about the svn-ports-all
mailing list