From 8fd3b1b66e6aface00ec405f29f87ce614bd42e5 Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 23 Jan 2014 09:34:03 +0000 Subject: [PATCH] Update msgpack to 0.5.8. 2013-12-23 version 0.5.8: * Move to the new github repository msgpack/msgpack-c * Support the new deserialization specification * fixes the problem of unpack helpers for array and map with 32bit compilers (#37, #38) * Other bug fixes and refactoring: #46, #41, #36, #35, #33, #32, #30, #29, #28, #27, #26, #25, #8, #3 * Update of documents: #23, #18, #17 --- devel/msgpack/Makefile | 8 +++++--- devel/msgpack/PLIST | 3 ++- devel/msgpack/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/devel/msgpack/Makefile b/devel/msgpack/Makefile index 27095ca2abf01..5ff555cb9353c 100644 --- a/devel/msgpack/Makefile +++ b/devel/msgpack/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2012/10/31 11:17:30 asau Exp $ +# $NetBSD: Makefile,v 1.5 2014/01/23 09:34:03 obache Exp $ # -DISTNAME= msgpack-0.5.7 +DISTNAME= msgpack-0.5.8 CATEGORIES= devel -MASTER_SITES= http://msgpack.org/releases/cpp/ +MASTER_SITES= https://github.com/msgpack/msgpack-c/releases/download/cpp-${PKGVERSION_NOREV}/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://msgpack.org/ @@ -14,6 +14,8 @@ GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes +PKGCONFIG_OVERRIDE= msgpack.pc.in + GCC_REQD= 4.1 .include "../../mk/bsd.prefs.mk" diff --git a/devel/msgpack/PLIST b/devel/msgpack/PLIST index e0b04829d0620..092c3beed8d00 100644 --- a/devel/msgpack/PLIST +++ b/devel/msgpack/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/06 13:01:30 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/01/23 09:34:03 obache Exp $ include/msgpack.h include/msgpack.hpp include/msgpack/object.h @@ -41,3 +41,4 @@ include/msgpack/zone.h include/msgpack/zone.hpp lib/libmsgpack.la lib/libmsgpackc.la +lib/pkgconfig/msgpack.pc diff --git a/devel/msgpack/distinfo b/devel/msgpack/distinfo index abb82d775441c..3b5b3dce18cc4 100644 --- a/devel/msgpack/distinfo +++ b/devel/msgpack/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/09/04 02:57:11 obache Exp $ +$NetBSD: distinfo,v 1.4 2014/01/23 09:34:03 obache Exp $ -SHA1 (msgpack-0.5.7.tar.gz) = 1b04e1b5d47c534cef8d2fbd7718a1e4ffaae4c5 -RMD160 (msgpack-0.5.7.tar.gz) = 525ffd5a8035f093f5fa41e478377cf1a2bf7707 -Size (msgpack-0.5.7.tar.gz) = 409209 bytes +SHA1 (msgpack-0.5.8.tar.gz) = e3100a327af5718cf4489d44c3b65f02e704aeb2 +RMD160 (msgpack-0.5.8.tar.gz) = f38c0ec9a78987e3ffd6d3a025aecfb06db74620 +Size (msgpack-0.5.8.tar.gz) = 426292 bytes