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

(-)Makefile (-2 / +10 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	json-c
4
PORTNAME=	json-c
5
PORTVERSION=	0.9
5
PORTVERSION=	0.11
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://oss.metaparadigm.com/json-c/
7
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/archive/
8
8
9
MAINTAINER=	gno@yahoo-inc.com
9
MAINTAINER=	gno@yahoo-inc.com
10
COMMENT=	JSON (JavaScript Object Notation) implementation in C
10
COMMENT=	JSON (JavaScript Object Notation) implementation in C
Lines 12-18 Link Here
12
USE_LDCONFIG=	yes
12
USE_LDCONFIG=	yes
13
GNU_CONFIGURE=	yes
13
GNU_CONFIGURE=	yes
14
USES=		gmake pathfix pkgconfig
14
USES=		gmake pathfix pkgconfig
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	${PORTNAME}
17
GH_PROJECT=	${PORTNAME}
18
GH_TAGNAME=	20130402
19
USE_ZIP=	yes
20
MAKE_JOBS_UNSAFE=	yes
15
21
22
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION}
23
16
CONFLICTS=	cocaine-core-[0-9]*
24
CONFLICTS=	cocaine-core-[0-9]*
17
25
18
NO_STAGE=	yes
26
NO_STAGE=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (json-c-0.9.tar.gz) = 702a486c9bf8e19137d484ab5c49b4ad314eb5e1fe37062a72c0a0fa39439475
1
SHA256 (json-c-0.11.zip) = b32bedb692ab0ab8205df7837e806082ec459b55693730238ca03238cf896e95
2
SIZE (json-c-0.9.tar.gz) = 340953
2
SIZE (json-c-0.11.zip) = 550947
(-)pkg-descr (-2 / +2 lines)
Lines 1-5 Link Here
1
This is a port of json-c, an implementation of json in C. Json, JavaScript
1
This is a port of json-c, an implementation of json in C. Json, JavaScript
2
Object Notation is a lightweight data exchange format and a subset of the
2
Object Notation is a lightweight data exchange format and a subset of the
3
JavaScript programming language. 
3
JavaScript programming language.
4
4
5
WWW: http://oss.metaparadigm.com/json-c/
5
WWW: https://github.com/json-c/json-c/wiki
(-)pkg-plist (-1 / +11 lines)
Lines 1-7 Link Here
1
lib/libjson.a
1
lib/libjson.a
2
lib/libjson.la
2
lib/libjson.la
3
lib/libjson.so
3
lib/libjson.so
4
lib/libjson.so.0
4
lib/libjson.so.1
5
lib/libjson-c.a
6
lib/libjson-c.la
7
lib/libjson-c.so
8
lib/libjson-c.so.2
5
include/json/arraylist.h
9
include/json/arraylist.h
6
include/json/bits.h
10
include/json/bits.h
7
include/json/debug.h
11
include/json/debug.h
Lines 12-16 Link Here
12
include/json/json_util.h
16
include/json/json_util.h
13
include/json/linkhash.h
17
include/json/linkhash.h
14
include/json/printbuf.h
18
include/json/printbuf.h
19
include/json-c/json_config.h
20
include/json-c/json_c_version.h
21
include/json-c/json_inttypes.h
22
include/json-c/json_object_iterator.h
15
libdata/pkgconfig/json.pc
23
libdata/pkgconfig/json.pc
24
libdata/pkgconfig/json-c.pc
16
@dirrm include/json
25
@dirrm include/json
26
@dirrm include/json-c

Return to bug 182958