summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-11-29 15:19:18 +0000
committerRene Ladan <rene@FreeBSD.org>2010-11-29 15:19:18 +0000
commit20d0ffa9a9a3772b8749a370194eb3536ca18135 (patch)
treef80e0cf174f99c638d9e80aa9f4c15284eee29f9 /devel
parent- Add dependency on devel/cppunit, it is specified in rosdep.yaml and at (diff)
- Upgrade to 0.2.3
- No need for USE_LDCONFIG - Use WRKSRC instead of WRKDIR in the MAKE environment to point to the build directory
Notes
Notes: svn path=/head/; revision=265382
Diffstat (limited to 'devel')
-rw-r--r--devel/ros_tutorials/Makefile6
-rw-r--r--devel/ros_tutorials/distinfo4
2 files changed, 4 insertions, 6 deletions
diff --git a/devel/ros_tutorials/Makefile b/devel/ros_tutorials/Makefile
index f27a0978add9..e02f9e2c2a95 100644
--- a/devel/ros_tutorials/Makefile
+++ b/devel/ros_tutorials/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= ros_tutorials
-PORTVERSION= 0.2.2
-PORTREVISION= 1
+PORTVERSION= 0.2.3
CATEGORIES= devel
MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ros/
DIST_SUBDIR= ros
@@ -23,7 +22,6 @@ RUN_DEPENDS= roscore:${PORTSDIR}/devel/ros
USE_WX= 2.8
USE_PYTHON= yes
USE_BZIP2= yes
-USE_LDCONFIG= yes
# rosmake does its own threading
MAKE_JOBS_UNSAFE= yes
@@ -34,7 +32,7 @@ MAKE_ENV+= CPATH=${LOCALBASE}/include \
LIBRARY_PATH=${LOCALBASE}/lib \
MAKE=${LOCALBASE}/bin/gmake \
ROS_ROOT=${LOCALBASE}/ros/ros \
- ROS_PACKAGE_PATH=${WRKDIR} \
+ ROS_PACKAGE_PATH=${WRKSRC} \
PYTHONPATH=${LOCALBASE}/ros/ros/core/roslib/src
MAKE_ARGS= -i --no-rosdep --status-rate=0 --disable-logging
diff --git a/devel/ros_tutorials/distinfo b/devel/ros_tutorials/distinfo
index a67d9300164e..821a5d44534f 100644
--- a/devel/ros_tutorials/distinfo
+++ b/devel/ros_tutorials/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ros/ros_tutorials-0.2.2.tar.bz2) = 9020e0d68992ff377a787f2ce75ea175d8b5c159b0ab3a425d610eb62c626a0d
-SIZE (ros/ros_tutorials-0.2.2.tar.bz2) = 47591
+SHA256 (ros/ros_tutorials-0.2.3.tar.bz2) = 0d11bcbfbec31fcd6ef1bda08e267a303bc8a0190113d5733e83d11b349e04d8
+SIZE (ros/ros_tutorials-0.2.3.tar.bz2) = 47606