View | Details | Raw Unified | Return to bug 131943
Collapse All | Expand All

(-)json-c/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	json-c
8
PORTNAME=	json-c
9
PORTVERSION=	0.7
9
PORTVERSION=	0.8
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://oss.metaparadigm.com/json-c/
11
MASTER_SITES=	http://oss.metaparadigm.com/json-c/
12
12
(-)json-c/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (json-c-0.7.tar.gz) = 7f989874987d15fe4f44775e9c7040fb
1
MD5 (json-c-0.8.tar.gz) = 9c7b90dff16eec3063084829c382ebac
2
SHA256 (json-c-0.7.tar.gz) = 75722085ea8e5e1bde9e748e631e925dc680f23e562211830dedbb7cee154c6c
2
SHA256 (json-c-0.8.tar.gz) = 3fce14594ef8903d0182571ec0e4322f7e2d9ef7faf6bd9a0cee64d537a1576c
3
SIZE (json-c-0.7.tar.gz) = 411964
3
SIZE (json-c-0.8.tar.gz) = 329781
(-)json-c/pkg-plist (+2 lines)
Lines 7-14 Link Here
7
include/json/debug.h
7
include/json/debug.h
8
include/json/json.h
8
include/json/json.h
9
include/json/json_object.h
9
include/json/json_object.h
10
include/json/json_object_private.h
10
include/json/json_tokener.h
11
include/json/json_tokener.h
11
include/json/json_util.h
12
include/json/json_util.h
12
include/json/linkhash.h
13
include/json/linkhash.h
14
include/json/printbuf.h
13
libdata/pkgconfig/json.pc
15
libdata/pkgconfig/json.pc
14
@dirrm include/json
16
@dirrm include/json

Return to bug 131943