diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-23 21:56:00 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-23 21:56:00 +0800 |
commit | 19d840249880c4d85c6ee72f00bed8bb3a51f31e (patch) | |
tree | 535dabcd4b299041c08416e29fa047e1a9682257 /devel | |
parent | e01eb9b01ba97c7b0d107082210c528ae54712e8 (diff) | |
download | marcuscom-ports-19d840249880c4d85c6ee72f00bed8bb3a51f31e.tar marcuscom-ports-19d840249880c4d85c6ee72f00bed8bb3a51f31e.tar.gz marcuscom-ports-19d840249880c4d85c6ee72f00bed8bb3a51f31e.tar.bz2 marcuscom-ports-19d840249880c4d85c6ee72f00bed8bb3a51f31e.tar.lz marcuscom-ports-19d840249880c4d85c6ee72f00bed8bb3a51f31e.tar.xz marcuscom-ports-19d840249880c4d85c6ee72f00bed8bb3a51f31e.tar.zst marcuscom-ports-19d840249880c4d85c6ee72f00bed8bb3a51f31e.zip |
Update to 0.7.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15575 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dconf/Makefile | 5 | ||||
-rw-r--r-- | devel/dconf/distinfo | 4 | ||||
-rw-r--r-- | devel/dconf/files/patch-editor_dconf-model.c | 10 |
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) { |