diff options
-rw-r--r-- | devel/json-glib/Makefile | 4 | ||||
-rw-r--r-- | devel/json-glib/distinfo | 4 | ||||
-rw-r--r-- | devel/json-glib/pkg-plist | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile index 67f1687e2..9636609a6 100644 --- a/devel/json-glib/Makefile +++ b/devel/json-glib/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/json-glib/Makefile,v 1.16 2011/06/11 19:51:15 mezz Exp $ +# $MCom: ports/devel/json-glib/Makefile,v 1.17 2011/06/15 13:34:36 kwm Exp $ # PORTNAME= json-glib -PORTVERSION= 0.12.6 +PORTVERSION= 0.13.90 CATEGORIES= devel MASTER_SITES= GNOME diff --git a/devel/json-glib/distinfo b/devel/json-glib/distinfo index 627b0ca54..e7a413b63 100644 --- a/devel/json-glib/distinfo +++ b/devel/json-glib/distinfo @@ -1,2 +1,2 @@ -SHA256 (json-glib-0.12.6.tar.xz) = 4f670fc356e7a30121ade956e93236986952bb2601d6678e94eab7d87c8866ce -SIZE (json-glib-0.12.6.tar.xz) = 369036 +SHA256 (json-glib-0.13.90.tar.xz) = 9014919ed26da0765f8b784d9b604d963b77922db388d29bf08fb3beced8d7ff +SIZE (json-glib-0.13.90.tar.xz) = 442760 diff --git a/devel/json-glib/pkg-plist b/devel/json-glib/pkg-plist index 4a0bcfbde..d1ad2a4a0 100644 --- a/devel/json-glib/pkg-plist +++ b/devel/json-glib/pkg-plist @@ -3,7 +3,9 @@ include/json-glib-1.0/json-glib/json-enum-types.h include/json-glib-1.0/json-glib/json-generator.h include/json-glib-1.0/json-glib/json-glib.h include/json-glib-1.0/json-glib/json-gobject.h +include/json-glib-1.0/json-glib/json-gvariant.h include/json-glib-1.0/json-glib/json-parser.h +include/json-glib-1.0/json-glib/json-path.h include/json-glib-1.0/json-glib/json-reader.h include/json-glib-1.0/json-glib/json-types.h include/json-glib-1.0/json-glib/json-version.h @@ -16,6 +18,7 @@ libdata/pkgconfig/json-glib-1.0.pc %%DOCSDIR%%/JsonBuilder.html %%DOCSDIR%%/JsonGenerator.html %%DOCSDIR%%/JsonParser.html +%%DOCSDIR%%/JsonPath.html %%DOCSDIR%%/JsonReader.html %%DOCSDIR%%/annotation-glossary.html %%DOCSDIR%%/ch01.html @@ -32,16 +35,17 @@ libdata/pkgconfig/json-glib-1.0.pc %%DOCSDIR%%/ix05.html %%DOCSDIR%%/ix06.html %%DOCSDIR%%/ix07.html +%%DOCSDIR%%/ix08.html %%DOCSDIR%%/json-advanced.html %%DOCSDIR%%/json-base.html %%DOCSDIR%%/json-glib-Boxed-Types-Serialization.html %%DOCSDIR%%/json-glib-GObject-Serialization.html %%DOCSDIR%%/json-glib-JSON-Array.html +%%DOCSDIR%%/json-glib-JSON-GVariant-Integration.html %%DOCSDIR%%/json-glib-JSON-Node.html %%DOCSDIR%%/json-glib-JSON-Object.html %%DOCSDIR%%/json-glib-Serializable-Interface.html %%DOCSDIR%%/json-glib-Versioning-information.html -%%DOCSDIR%%/json-glib.devhelp %%DOCSDIR%%/json-glib.devhelp2 %%DOCSDIR%%/json-glib.html %%DOCSDIR%%/json-streams.html |