Tue Oct 17 11:42:30 2017 UTC ()
Update textproc/libfastjson to 0.99.7

- Added option for case-insensitive comparisons
- Removed userdata and custom-serialization functions


(fhajny)
diff -r1.5 -r1.6 pkgsrc/textproc/libfastjson/Makefile
diff -r1.4 -r1.5 pkgsrc/textproc/libfastjson/distinfo

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

--- pkgsrc/textproc/libfastjson/Makefile 2017/07/30 22:32:23 1.5
+++ pkgsrc/textproc/libfastjson/Makefile 2017/10/17 11:42:30 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2017/07/30 22:32:23 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2017/10/17 11:42:30 fhajny Exp $
2 2
3DISTNAME= libfastjson-0.99.6 3DISTNAME= libfastjson-0.99.7
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= https://github.com/rsyslog/libfastjson/ 8HOMEPAGE= https://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_LANGUAGES= c c99
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16 16

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

--- pkgsrc/textproc/libfastjson/distinfo 2017/06/19 12:23:16 1.4
+++ pkgsrc/textproc/libfastjson/distinfo 2017/10/17 11:42:30 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2017/06/19 12:23:16 fhajny Exp $ 1$NetBSD: distinfo,v 1.5 2017/10/17 11:42:30 fhajny Exp $
2 2
3SHA1 (libfastjson-0.99.6.tar.gz) = 0ae1c3a41cce1cb5c99c2a63e943803ab5dfbcf8 3SHA1 (libfastjson-0.99.7.tar.gz) = c37476bc4b1a60945be35a3bea1111191d92e5c3
4RMD160 (libfastjson-0.99.6.tar.gz) = b53b75b2230fd299d2d3f44561b672915184bf2d 4RMD160 (libfastjson-0.99.7.tar.gz) = 0de29e844852dbef3d9f7b09eeb345baae45479b
5SHA512 (libfastjson-0.99.6.tar.gz) = b3b4a5ba959723ffbf8d8218c97c696ccbb781e8c2563ede6ffd7bcbdfcf75495deba5c2b8952c6c215b78dd9cfa728c95cf56bde9b1cfa7ebd6ba68b5b8f166 5SHA512 (libfastjson-0.99.7.tar.gz) = e33942dd90af1dffaf328d2db03951dcb7aabf4f7ed499116a5986516af6971a5e2a244a1a2a72d5ee6c496c9a27e7ace165fb0337706c649b1d97c8f0d2f75d
6Size (libfastjson-0.99.6.tar.gz) = 431066 bytes 6Size (libfastjson-0.99.7.tar.gz) = 433298 bytes