From f06b886139a9cfbfd4bde40af8597a9a8e733803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Lallement?= <raphael.lallement@laas.fr> Date: Tue, 23 Jul 2013 18:05:09 +0200 Subject: [PATCH] [wip/hatptester] Update to version 1.1.0 The new version includes : v1.0.0 : Biggest known bug fix Logging facility v1.1.0 : Max planning time handling --- hatptester/Makefile | 5 +++-- hatptester/PLIST | 3 ++- hatptester/depend.mk | 5 +++-- hatptester/distinfo | 6 +++--- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/hatptester/Makefile b/hatptester/Makefile index a7a65581..abe6ec7e 100644 --- a/hatptester/Makefile +++ b/hatptester/Makefile @@ -3,8 +3,8 @@ # DISTNAME= hatptester-${VERSION} -VERSION= 0.8.0 -PKGREVISION= 1 +VERSION= 1.1.0 +PKGREVISION= CATEGORIES= planning MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hatptester/} MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}hatptester @@ -18,6 +18,7 @@ MAKE_JOBS_SAFE= yes USE_QMAKE= no CMAKE_ARGS+= -DmsgconnectorROOT=${PREFIX.msgconnector} +CMAKE_ARGS+= -Dboost-logROOT=${PREFIX.boost-log} CMAKE_ARGS+= -DQT_QMAKE_EXECUTABLE=${QMAKE} DEPEND_ABI.boost-libs=boost-libs>=1.34 diff --git a/hatptester/PLIST b/hatptester/PLIST index 75371ec6..7ba5c2f1 100644 --- a/hatptester/PLIST +++ b/hatptester/PLIST @@ -1,3 +1,4 @@ -@comment Fri Mar 8 18:58:30 CET 2013 +@comment Tue Jun 25 14:49:12 CEST 2013 bin/hatptester bin/${PKGNAME} +lib/liblogger.so diff --git a/hatptester/depend.mk b/hatptester/depend.mk index b66cf6b6..892daa73 100644 --- a/hatptester/depend.mk +++ b/hatptester/depend.mk @@ -14,11 +14,12 @@ PREFER.hatpconsole?= robotpkg DEPEND_USE+= hatptester -DEPEND_ABI.hatptester?= hatptester>=0.8.0 +DEPEND_ABI.hatptester?= hatptester>=1.0.0 DEPEND_DIR.hatptester?= ../../wip/hatptester SYSTEM_SEARCH.hatptester=\ - bin/hatptster + bin/hatptster\ + lib/liblogger.so endif diff --git a/hatptester/distinfo b/hatptester/distinfo index abb0514c..9a1d5006 100644 --- a/hatptester/distinfo +++ b/hatptester/distinfo @@ -1,3 +1,3 @@ -SHA1 (hatptester-0.8.0.tar.gz) = 8375daaebea81f8fa10d5580d22d926f47e7fec5 -RMD160 (hatptester-0.8.0.tar.gz) = 9c301343cfd17538ed454772b5cfd8c995be9fc7 -Size (hatptester-0.8.0.tar.gz) = 12050 bytes +SHA1 (hatptester-1.1.0.tar.gz) = b5ddcbb0cc09c425438a31d6778eab4671f6c418 +RMD160 (hatptester-1.1.0.tar.gz) = 648f065d7aeea4a170b9c24e2b85eed364e25fd4 +Size (hatptester-1.1.0.tar.gz) = 17192 bytes -- GitLab