pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/msgpack Update msgpack to 0.5.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79c45500a6da
branches:  trunk
changeset: 629539:79c45500a6da
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Jan 23 09:34:03 2014 +0000

description:
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

diffstat:

 devel/msgpack/Makefile |  8 +++++---
 devel/msgpack/PLIST    |  3 ++-
 devel/msgpack/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r 3a6e2c7f6eb2 -r 79c45500a6da devel/msgpack/Makefile
--- a/devel/msgpack/Makefile    Thu Jan 23 08:55:10 2014 +0000
+++ b/devel/msgpack/Makefile    Thu Jan 23 09:34:03 2014 +0000
@@ -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@localhost
 HOMEPAGE=      http://msgpack.org/
@@ -14,6 +14,8 @@
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
 
+PKGCONFIG_OVERRIDE=    msgpack.pc.in
+
 GCC_REQD=      4.1
 
 .include "../../mk/bsd.prefs.mk"
diff -r 3a6e2c7f6eb2 -r 79c45500a6da devel/msgpack/PLIST
--- a/devel/msgpack/PLIST       Thu Jan 23 08:55:10 2014 +0000
+++ b/devel/msgpack/PLIST       Thu Jan 23 09:34:03 2014 +0000
@@ -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.hpp
 lib/libmsgpack.la
 lib/libmsgpackc.la
+lib/pkgconfig/msgpack.pc
diff -r 3a6e2c7f6eb2 -r 79c45500a6da devel/msgpack/distinfo
--- a/devel/msgpack/distinfo    Thu Jan 23 08:55:10 2014 +0000
+++ b/devel/msgpack/distinfo    Thu Jan 23 09:34:03 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index