summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-20 00:02:51 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-20 00:02:51 +0800
commit37cb8fd4a0782f068746e977b1bca38be1317cea (patch)
treef31ae647c195fd759ac912b22cc3e4597ba5fc9c /www
parentb396f6aa2571f66c9457548287e46beff5e33447 (diff)
downloadmarcuscom-ports-37cb8fd4a0782f068746e977b1bca38be1317cea.tar
marcuscom-ports-37cb8fd4a0782f068746e977b1bca38be1317cea.tar.gz
marcuscom-ports-37cb8fd4a0782f068746e977b1bca38be1317cea.tar.bz2
marcuscom-ports-37cb8fd4a0782f068746e977b1bca38be1317cea.tar.lz
marcuscom-ports-37cb8fd4a0782f068746e977b1bca38be1317cea.tar.xz
marcuscom-ports-37cb8fd4a0782f068746e977b1bca38be1317cea.tar.zst
marcuscom-ports-37cb8fd4a0782f068746e977b1bca38be1317cea.zip
Update to 3.31.92.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14604 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/gtkhtml3/Makefile4
-rw-r--r--www/gtkhtml3/distinfo6
-rw-r--r--www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c13
3 files changed, 18 insertions, 5 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
index 46c6493a4..332a7b2ab 100644
--- a/www/gtkhtml3/Makefile
+++ b/www/gtkhtml3/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/gtkhtml3/Makefile,v 1.173 2010/08/23 05:55:47 marcus Exp $
+# $MCom: ports/www/gtkhtml3/Makefile,v 1.174 2010/08/30 11:40:57 kwm Exp $
#
PORTNAME= gtkhtml3
-PORTVERSION= 3.31.91
+PORTVERSION= 3.31.92
CATEGORIES= www gnome
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/www/gtkhtml3/distinfo b/www/gtkhtml3/distinfo
index cb701f903..7a092f23e 100644
--- a/www/gtkhtml3/distinfo
+++ b/www/gtkhtml3/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gtkhtml-3.31.91.tar.bz2) = 25492ee5054a7d99cab3a367c66a1626
-SHA256 (gnome2/gtkhtml-3.31.91.tar.bz2) = 6105d67106fb70636085c6ef551bf1c510e6bc2c0218ed8fd5e40e89a752fac3
-SIZE (gnome2/gtkhtml-3.31.91.tar.bz2) = 1210008
+MD5 (gnome2/gtkhtml-3.31.92.tar.bz2) = be27fdc97811655b1c7e652c987c3bbd
+SHA256 (gnome2/gtkhtml-3.31.92.tar.bz2) = 77a607393a43a6252b39617467a111001ab3dcff5083f0b45c9856a3a76b22c1
+SIZE (gnome2/gtkhtml-3.31.92.tar.bz2) = 1178152
diff --git a/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c b/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c
new file mode 100644
index 000000000..ec390b5d8
--- /dev/null
+++ b/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c
@@ -0,0 +1,13 @@
+--- components/editor/gtkhtml-spell-dialog.c.orig 2010-09-19 17:57:00.000000000 +0000
++++ components/editor/gtkhtml-spell-dialog.c 2010-09-19 17:57:41.000000000 +0000
+@@ -443,7 +443,9 @@ spell_dialog_init (GtkhtmlSpellDialog *d
+
+ gtk_dialog_add_button (
+ GTK_DIALOG (dialog), GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE);
+- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
++#if !GTK_CHECK_VERSION(2,90,7)
++ g_object_set (dialog, "has-separator", FALSE, NULL);
++#endif
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Spell Checker"));
+ gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
+