summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/dconf/Makefile5
-rw-r--r--devel/dconf/distinfo4
-rw-r--r--devel/dconf/files/patch-editor_dconf-model.c10
3 files changed, 9 insertions, 10 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile
index 674d912c6..f10118c84 100644
--- a/devel/dconf/Makefile
+++ b/devel/dconf/Makefile
@@ -3,12 +3,11 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/dconf/Makefile,v 1.19 2011/03/19 22:08:01 kwm Exp $
+# $MCom: ports/devel/dconf/Makefile,v 1.20 2011/03/20 18:26:37 mezz Exp $
#
PORTNAME= dconf
-PORTVERSION= 0.7.2
-PORTREVISION= 4
+PORTVERSION= 0.7.3
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/devel/dconf/distinfo b/devel/dconf/distinfo
index 984b9604d..9fed0b5ce 100644
--- a/devel/dconf/distinfo
+++ b/devel/dconf/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/dconf-0.7.2.tar.bz2) = 35fc51ef893dc3951bfc7abaee6adb8b77e501274b3a5292ed03db4e685ef03c
-SIZE (gnome3/dconf-0.7.2.tar.bz2) = 181579
+SHA256 (gnome3/dconf-0.7.3.tar.bz2) = 84efc95cb62b6637b2131e110ff447908be739c2185d69bebb300293b561dfd9
+SIZE (gnome3/dconf-0.7.3.tar.bz2) = 184278
diff --git a/devel/dconf/files/patch-editor_dconf-model.c b/devel/dconf/files/patch-editor_dconf-model.c
index 17f2a4c9a..e55d136d4 100644
--- a/devel/dconf/files/patch-editor_dconf-model.c
+++ b/devel/dconf/files/patch-editor_dconf-model.c
@@ -1,9 +1,9 @@
---- editor/dconf-model.c.orig 2011-03-19 23:04:18.000000000 +0100
-+++ editor/dconf-model.c 2011-03-19 23:05:20.000000000 +0100
-@@ -2170,7 +2170,7 @@ SettingsModel* settings_model_construct
- _tmp5_ = _tmp4_;
+--- editor/dconf-model.c.orig 2011-03-22 16:59:25.000000000 +0100
++++ editor/dconf-model.c 2011-03-23 14:53:41.000000000 +0100
+@@ -2303,7 +2303,7 @@
+ _tmp2_ = schema_list_new ();
_schema_list_unref0 (self->schemas);
- self->schemas = _tmp5_;
+ self->schemas = _tmp2_;
- schema_list_load_directory (self->schemas, "/usr/share/glib-2.0/schemas", &_inner_error_);
+ schema_list_load_directory (self->schemas, "/usr/local/share/glib-2.0/schemas", &_inner_error_);
if (_inner_error_ != NULL) {