From 0246bafcc4a343b9407db4cfffd4b89286227ffb Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 14 Dec 2012 19:26:09 +0000 Subject: update to 0.2.4 changes: * Improved documetation * Added support for boolean, float and datetime keys in filters -bugfixes -translation updates --- net/grilo/Makefile | 6 ++---- net/grilo/distinfo | 9 +++++---- net/grilo/patches/patch-aa | 22 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 8 deletions(-) create mode 100644 net/grilo/patches/patch-aa (limited to 'net') diff --git a/net/grilo/Makefile b/net/grilo/Makefile index c774ef5763d..fef46863324 100644 --- a/net/grilo/Makefile +++ b/net/grilo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2012/11/23 11:51:14 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2012/12/14 19:26:09 drochner Exp $ # -DISTNAME= grilo-0.2.3 +DISTNAME= grilo-0.2.4 CATEGORIES= net MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/grilo/0.2/ EXTRACT_SUFX= .tar.xz @@ -19,8 +19,6 @@ USE_LANGUAGES= c99 PKGCONFIG_OVERRIDE+= grilo-0.2.pc.in PKGCONFIG_OVERRIDE+= grilo-net-0.2.pc.in -# gtk3 for test app only -#.include "../../x11/gtk3/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../net/libsoup24/buildlink3.mk" diff --git a/net/grilo/distinfo b/net/grilo/distinfo index 1e1449206d2..1beed1dd03d 100644 --- a/net/grilo/distinfo +++ b/net/grilo/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1 2012/11/23 11:51:14 drochner Exp $ +$NetBSD: distinfo,v 1.2 2012/12/14 19:26:09 drochner Exp $ -SHA1 (grilo-0.2.3.tar.xz) = 041260b30ba2eff517772c96a051b28131853010 -RMD160 (grilo-0.2.3.tar.xz) = 487476d085d400a57f0ee83e51636067f2bb2fae -Size (grilo-0.2.3.tar.xz) = 509540 bytes +SHA1 (grilo-0.2.4.tar.xz) = 1fa94dd3fca4900178b6f5b891679e4a56006542 +RMD160 (grilo-0.2.4.tar.xz) = b6f6d87b714d00a4d6b88410f3c9488de751f383 +Size (grilo-0.2.4.tar.xz) = 511928 bytes +SHA1 (patch-aa) = c500be3e7995f506253bf4f41bd26014240adb55 diff --git a/net/grilo/patches/patch-aa b/net/grilo/patches/patch-aa new file mode 100644 index 00000000000..52ce93fc391 --- /dev/null +++ b/net/grilo/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1 2012/12/14 19:26:09 drochner Exp $ + +--- tools/grilo-test-ui/Makefile.in.orig 2012-11-08 15:00:13.000000000 +0000 ++++ tools/grilo-test-ui/Makefile.in +@@ -82,7 +82,7 @@ grilo_test_ui_@GRL_MAJORMINOR@_OBJECTS = + $(am_grilo_test_ui_@GRL_MAJORMINOR@_OBJECTS) + am__DEPENDENCIES_1 = + grilo_test_ui_@GRL_MAJORMINOR@_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +- $(am__DEPENDENCIES_1) $(top_builddir)/src/lib@GRL_NAME@.la ++ $(am__DEPENDENCIES_1) + AM_V_lt = $(am__v_lt_@AM_V@) + am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) + am__v_lt_0 = --silent +@@ -297,7 +297,7 @@ grilo_test_ui_@GRL_MAJORMINOR@_LDADD = \ + $(DEPS_LIBS) \ + $(GTU_LIBS) \ + $(GRL_FLICKR_LIBS) \ +- $(top_builddir)/src/lib@GRL_NAME@.la ++ $(prefix)/lib/lib@GRL_NAME@.la + + MAINTAINERCLEANFILES = \ + *.in \ -- cgit v1.2.3