On Mon, Apr 29, 2013 at 3:05 AM, Anthony J. Bentley <anth...@cathet.us> wrote:
> Hi,
>
> Here is an update to json-c-0.11. Test dependency for upcoming NetSurf update.
>
> Tested on amd64, i386. Everything depending on it builds and installs too.
>
> ok?

json version number should be 2.0, not 2.1.
The rest looks good.

Ciao,
David

>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/json-c/Makefile,v
> retrieving revision 1.5
> diff -u -p -u -p -r1.5 Makefile
> --- Makefile    21 Mar 2013 08:45:15 -0000      1.5
> +++ Makefile    25 Apr 2013 08:05:23 -0000
> @@ -2,16 +2,17 @@
>
>  COMMENT=               JSON implementation in C
>
> -DISTNAME=              json-c-0.9
> +DISTNAME =             json-c-0.11
>  CATEGORIES=            devel
> -SHARED_LIBS +=  json                 1.1      # .0.1
> +SHARED_LIBS +=  json                      2.1 # 1.0
> +SHARED_LIBS +=  json-c                    0.0 # 2.1
>
>  HOMEPAGE=              http://oss.metaparadigm.com/json-c/
>
>  # MIT
>  PERMIT_PACKAGE_CDROM=  Yes
>
> -MASTER_SITES=          ${HOMEPAGE}
> +MASTER_SITES =         https://s3.amazonaws.com/json-c_releases/releases/
>
>  CONFIGURE_STYLE=       gnu
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/json-c/distinfo,v
> retrieving revision 1.2
> diff -u -p -u -p -r1.2 distinfo
> --- distinfo    15 Sep 2009 18:15:41 -0000      1.2
> +++ distinfo    25 Apr 2013 08:05:23 -0000
> @@ -1,5 +1,2 @@
> -MD5 (json-c-0.9.tar.gz) = OhPSZFKNy685MbDO3iSrrg==
> -RMD160 (json-c-0.9.tar.gz) = 3sT+djZM/ullKRrBUm7kAdmX5F4=
> -SHA1 (json-c-0.9.tar.gz) = 2q9euWD6mOE3q8UBL1abg8eb6Q8=
> -SHA256 (json-c-0.9.tar.gz) = cCpIbJv44ZE31ISrXEm0rTFOteH+NwYqcsCg+jlDlHU=
> -SIZE (json-c-0.9.tar.gz) = 340953
> +SHA256 (json-c-0.11.tar.gz) = KN/GUUXcDU3x3+dwGsFzxOX5NHF2yJg+2/rJFJSURIw=
> +SIZE (json-c-0.11.tar.gz) = 557263
> Index: pkg/PFRAG.shared
> ===================================================================
> RCS file: pkg/PFRAG.shared
> diff -N pkg/PFRAG.shared
> --- pkg/PFRAG.shared    23 Mar 2008 08:57:02 -0000      1.1.1.1
> +++ /dev/null   1 Jan 1970 00:00:00 -0000
> @@ -1,2 +0,0 @@
> -@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2008/03/23 08:57:02 mbalmer Exp $
> -@lib lib/libjson.so.${LIBjson_VERSION}
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/devel/json-c/pkg/PLIST,v
> retrieving revision 1.2
> diff -u -p -u -p -r1.2 PLIST
> --- pkg/PLIST   15 Sep 2009 18:15:41 -0000      1.2
> +++ pkg/PLIST   25 Apr 2013 08:05:23 -0000
> @@ -1,17 +1,26 @@
>  @comment $OpenBSD: PLIST,v 1.2 2009/09/15 18:15:41 jasper Exp $
> -%%SHARED%%
> -include/json/
> -include/json/arraylist.h
> -include/json/bits.h
> -include/json/debug.h
> -include/json/json.h
> -include/json/json_object.h
> -include/json/json_object_private.h
> -include/json/json_tokener.h
> -include/json/json_util.h
> -include/json/linkhash.h
> -include/json/printbuf.h
> +include/json
> +include/json-c/
> +include/json-c/arraylist.h
> +include/json-c/bits.h
> +include/json-c/debug.h
> +include/json-c/json.h
> +include/json-c/json_c_version.h
> +include/json-c/json_config.h
> +include/json-c/json_inttypes.h
> +include/json-c/json_object.h
> +include/json-c/json_object_iterator.h
> +include/json-c/json_object_private.h
> +include/json-c/json_tokener.h
> +include/json-c/json_util.h
> +include/json-c/linkhash.h
> +include/json-c/printbuf.h
> +lib/libjson-c.a
> +lib/libjson-c.la
> +@lib lib/libjson-c.so.${LIBjson-c_VERSION}
>  lib/libjson.a
>  lib/libjson.la
> +@lib lib/libjson.so.${LIBjson_VERSION}
>  lib/pkgconfig/
> +lib/pkgconfig/json-c.pc
>  lib/pkgconfig/json.pc
>

Reply via email to