Skip to content

Commit

Permalink
Update msgpack to 0.5.8.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
obache committed Jan 23, 2014
1 parent 8c7e279 commit 8fd3b1b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 5 additions & 3 deletions devel/msgpack/Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion devel/msgpack/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -41,3 +41,4 @@ include/msgpack/zone.h
include/msgpack/zone.hpp
lib/libmsgpack.la
lib/libmsgpackc.la
lib/pkgconfig/msgpack.pc
8 changes: 4 additions & 4 deletions devel/msgpack/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8fd3b1b

Please sign in to comment.