forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
9ac65ce
commit 16975cf
Showing
3 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= [email protected] | ||
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |