From ad911d779a1b8c50bfd380c85d37cc1b07b21ee8 Mon Sep 17 00:00:00 2001 From: Anthony Mallet <anthony.mallet@laas.fr> Date: Fri, 13 Dec 2013 15:19:49 +0100 Subject: [PATCH] [wip/genom3-pocolibs] Update to 1.5 Changes since 1.4: . Use the "right" method to decode client abort result . Install client/c headers and libraries in a middleware-specific location . Create a static function for converting a generic string into JSON . Properly quote exception detail when reporting a JSON unknown exception --- genom3-pocolibs/Makefile | 4 ++-- genom3-pocolibs/depend.mk | 2 +- genom3-pocolibs/distinfo | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/genom3-pocolibs/Makefile b/genom3-pocolibs/Makefile index 2c4f4bfa..697b4df3 100644 --- a/genom3-pocolibs/Makefile +++ b/genom3-pocolibs/Makefile @@ -2,13 +2,13 @@ # Created: Anthony Mallet on Sun, 28 Jan 2007 # -DISTNAME= genom3-pocolibs-1.4 +DISTNAME= genom3-pocolibs-1.5 CATEGORIES= architecture MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=genom3-pocolibs/} MASTER_REPOSITORY= git git://git.openrobots.org/git/robots/genom3-pocolibs MAINTAINER= mallet@laas.fr -HOMEPAGE= https://homepages.laas.fr/mallet/soft/architecture/genom3 +HOMEPAGE= http://www.openrobots.org/wiki/genom3 COMMENT= GenoM3 template for pocolibs-based components LICENSE= 2-clause-bsd diff --git a/genom3-pocolibs/depend.mk b/genom3-pocolibs/depend.mk index b0802753..cc10838e 100644 --- a/genom3-pocolibs/depend.mk +++ b/genom3-pocolibs/depend.mk @@ -18,7 +18,7 @@ SYSTEM_SEARCH.genom3-pocolibs=\ lib/libpocolibs-client.so \ 'lib/pkgconfig/genom3-pocolibs.pc:/Version/s/[^0-9.]//gp' -DEPEND_ABI.genom3-pocolibs?= genom3-pocolibs>=1.3 +DEPEND_ABI.genom3-pocolibs?= genom3-pocolibs>=1.5 DEPEND_DIR.genom3-pocolibs?= ../../wip/genom3-pocolibs endif # GENOM3_POCOLIBS_DEPEND_MK ------------------------------------------ diff --git a/genom3-pocolibs/distinfo b/genom3-pocolibs/distinfo index a3bd13a4..f0da0142 100644 --- a/genom3-pocolibs/distinfo +++ b/genom3-pocolibs/distinfo @@ -1,3 +1,3 @@ -SHA1 (genom3-pocolibs-1.4.tar.gz) = ce739073fc08d6605b4014f20c32db4677601b4c -RMD160 (genom3-pocolibs-1.4.tar.gz) = 0a55b639f800f1061fd01981f6ef2b528f0a8b88 -Size (genom3-pocolibs-1.4.tar.gz) = 327772 bytes +SHA1 (genom3-pocolibs-1.5.tar.gz) = 6a8d9614788953603c6fabb447e2510b08436fc6 +RMD160 (genom3-pocolibs-1.5.tar.gz) = 74f0ba89f84bb6577123f02d851498816aa6c3ba +Size (genom3-pocolibs-1.5.tar.gz) = 327836 bytes -- GitLab