Wed Mar 9 20:43:07 2016 UTC ()
Update textproc/libfastjson to 0.99.2.

- new API: json_object_get_member_count()
- make compatible with autoconf < 2.64


(fhajny)
diff -r1.1 -r1.2 pkgsrc/textproc/libfastjson/Makefile
diff -r1.1 -r1.2 pkgsrc/textproc/libfastjson/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/textproc/libfastjson/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/libfastjson/Makefile 2016/01/01 15:25:43 1.1
+++ pkgsrc/textproc/libfastjson/Makefile 2016/03/09 20:43:07 1.2
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.1 2016/01/01 15:25:43 fhajny Exp $ 1# $NetBSD: Makefile,v 1.2 2016/03/09 20:43:07 fhajny Exp $
2 2
3DISTNAME= libfastjson-0.99.0 3DISTNAME= libfastjson-0.99.2
4CATEGORIES= textproc 4CATEGORIES= textproc
5MASTER_SITES= http://download.rsyslog.com/libfastjson/ 5MASTER_SITES= http://download.rsyslog.com/libfastjson/
6 6
7MAINTAINER= filip@joyent.com 7MAINTAINER= filip@joyent.com
8HOMEPAGE= http://github.com/rsyslog/libfastjson/ 8HOMEPAGE= http://github.com/rsyslog/libfastjson/
9COMMENT= Fast json library for C 9COMMENT= Fast json library for C
10LICENSE= mit 10LICENSE= mit
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
 13USE_LANGUAGES= c c99
13USE_LIBTOOL= yes 14USE_LIBTOOL= yes
14USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
15 16
16PKGCONFIG_OVERRIDE+= libfastjson.pc.in 17PKGCONFIG_OVERRIDE+= libfastjson.pc.in
17 18
18.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/textproc/libfastjson/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/libfastjson/distinfo 2016/01/01 15:25:43 1.1
+++ pkgsrc/textproc/libfastjson/distinfo 2016/03/09 20:43:07 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2016/01/01 15:25:43 fhajny Exp $ 1$NetBSD: distinfo,v 1.2 2016/03/09 20:43:07 fhajny Exp $
2 2
3SHA1 (libfastjson-0.99.0.tar.gz) = 991c4fcec28003261b64ec0db91a2d2802559a0f 3SHA1 (libfastjson-0.99.2.tar.gz) = b4accb00f15325709728aa2123bf69089a8951ab
4RMD160 (libfastjson-0.99.0.tar.gz) = 359dbb1163242364c26bbe837d78fff987a98109 4RMD160 (libfastjson-0.99.2.tar.gz) = 7e69ea00d962c8c204eb9845a93eb1234f1f4286
5SHA512 (libfastjson-0.99.0.tar.gz) = 4263eb287b44f2eb6b37c856e461fdf58736d9cdd0897664b8b0ad142bd078c30c45eb26ce75bed1a2393b002f1163dd7b7a26204d2f1dca78a7ab95d86b0f98 5SHA512 (libfastjson-0.99.2.tar.gz) = 4b57697cbb901bc12a26d98c3d6df998aba373d4f38339189c9bd3e5a32777fa4796039fe82581337e576fa93c6deb87759eba04326134f587064c82e1b3daaf
6Size (libfastjson-0.99.0.tar.gz) = 371019 bytes 6Size (libfastjson-0.99.2.tar.gz) = 366602 bytes