summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-24 18:43:45 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-24 18:43:45 +0800
commit593f5db504012164346de285151fb1254d172643 (patch)
tree35985e70c1356b1fc662da393ad048426c86a847 /graphics
parentb04662089fdc73b91a191933500ec76bd82d642d (diff)
downloadmarcuscom-ports-593f5db504012164346de285151fb1254d172643.tar
marcuscom-ports-593f5db504012164346de285151fb1254d172643.tar.gz
marcuscom-ports-593f5db504012164346de285151fb1254d172643.tar.bz2
marcuscom-ports-593f5db504012164346de285151fb1254d172643.tar.lz
marcuscom-ports-593f5db504012164346de285151fb1254d172643.tar.xz
marcuscom-ports-593f5db504012164346de285151fb1254d172643.tar.zst
marcuscom-ports-593f5db504012164346de285151fb1254d172643.zip
Update to 2.91.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15300 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/eog3/Makefile5
-rw-r--r--graphics/eog3/distinfo4
-rw-r--r--graphics/eog3/files/patch-libpeas22
3 files changed, 4 insertions, 27 deletions
diff --git a/graphics/eog3/Makefile b/graphics/eog3/Makefile
index fb78f12ef..e90ea3059 100644
--- a/graphics/eog3/Makefile
+++ b/graphics/eog3/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/eog3/Makefile,v 1.3 2011/01/31 23:24:23 kwm Exp $
+# $MCom: ports/graphics/eog3/Makefile,v 1.4 2011/02/17 20:10:53 kwm Exp $
#
PORTNAME= eog
-PORTVERSION= 2.91.7
-PORTREVISION= 1
+PORTVERSION= 2.91.90
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/graphics/eog3/distinfo b/graphics/eog3/distinfo
index 16c2732c9..635707395 100644
--- a/graphics/eog3/distinfo
+++ b/graphics/eog3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/eog-2.91.7.tar.bz2) = a79ba796dbcea2a163a9939d4d9c6ced8c3a3b23b2fbdc7f7f4664065c4a7193
-SIZE (gnome3/eog-2.91.7.tar.bz2) = 3003335
+SHA256 (gnome3/eog-2.91.90.tar.bz2) = 9dd772f8f2e4ad045b4521e95a249d2ff7c0840b98fba1b8f4e47ca3edd4eff5
+SIZE (gnome3/eog-2.91.90.tar.bz2) = 3019741
diff --git a/graphics/eog3/files/patch-libpeas b/graphics/eog3/files/patch-libpeas
deleted file mode 100644
index 8b096f6e4..000000000
--- a/graphics/eog3/files/patch-libpeas
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/eog-preferences-dialog.c.orig 2011-02-17 21:04:32.000000000 +0000
-+++ src/eog-preferences-dialog.c 2011-02-17 21:05:23.000000000 +0000
-@@ -255,7 +255,7 @@ eog_preferences_dialog_constructor (GTyp
- g_settings_bind (priv->fullscreen_settings, EOG_CONF_FULLSCREEN_SECONDS,
- seconds_spin, "value", G_SETTINGS_BIND_DEFAULT);
-
-- plugin_manager = peas_gtk_plugin_manager_new ();
-+ plugin_manager = peas_gtk_plugin_manager_new (NULL);
-
- g_assert (plugin_manager != NULL);
-
---- src/eog-plugin-engine.c.orig 2011-02-17 21:04:23.000000000 +0000
-+++ src/eog-plugin-engine.c 2011-02-17 21:05:11.000000000 +0000
-@@ -126,8 +126,6 @@ eog_plugin_engine_new (void)
-
- /* Disable python and seed bindings as they are not working very
- * well with eog yet (e.g. are having ref counting issues). */
-- peas_engine_disable_loader (PEAS_ENGINE (engine), "python");
-- peas_engine_disable_loader (PEAS_ENGINE (engine), "seed");
-
- user_plugin_path = g_build_filename (eog_util_dot_dir (),
- USER_EOG_PLUGINS_LOCATION, NULL);