From 6fd7a3c9f09b3fd228ccd6d6345f54a1f46e203e Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 18 Oct 2009 04:03:22 +0000 Subject: Update to 3.28.1. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13126 df743ca5-7f9a-e211-a948-0013205c9059 --- www/gtkhtml3/Makefile | 5 ++--- www/gtkhtml3/distinfo | 6 +++--- www/gtkhtml3/files/patch-components_editors_gtkhtml-editor.c | 11 ----------- 3 files changed, 5 insertions(+), 17 deletions(-) delete mode 100644 www/gtkhtml3/files/patch-components_editors_gtkhtml-editor.c diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 6d04793ce..cc15f660f 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/www/gtkhtml3/Makefile,v 1.157 2009/09/21 11:39:59 kwm Exp $ +# $MCom: ports/www/gtkhtml3/Makefile,v 1.158 2009/09/29 08:59:09 kwm Exp $ # PORTNAME= gtkhtml3 -PORTVERSION= 3.28.0 -PORTREVISION= 1 +PORTVERSION= 3.28.1 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 948ea86f6..829cec97d 100644 --- a/www/gtkhtml3/distinfo +++ b/www/gtkhtml3/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gtkhtml-3.28.0.tar.bz2) = 07bce4da18e99b5c971f0cac6973c944 -SHA256 (gnome2/gtkhtml-3.28.0.tar.bz2) = 6290424e51770fc09701ebaf89b7089214bbb9c81223430800160beee6f42288 -SIZE (gnome2/gtkhtml-3.28.0.tar.bz2) = 1358371 +MD5 (gnome2/gtkhtml-3.28.1.tar.bz2) = 332bea8d39e1348c0f630a79146de5f6 +SHA256 (gnome2/gtkhtml-3.28.1.tar.bz2) = 7a39302134b405c2427b0b43afc06b6168074bfbd24bd4a9600d19fbc9aea084 +SIZE (gnome2/gtkhtml-3.28.1.tar.bz2) = 1335433 diff --git a/www/gtkhtml3/files/patch-components_editors_gtkhtml-editor.c b/www/gtkhtml3/files/patch-components_editors_gtkhtml-editor.c deleted file mode 100644 index 632f7d3e6..000000000 --- a/www/gtkhtml3/files/patch-components_editors_gtkhtml-editor.c +++ /dev/null @@ -1,11 +0,0 @@ ---- components/editor/gtkhtml-editor.c.orig 2009-09-29 10:28:17.000000000 +0200 -+++ components/editor/gtkhtml-editor.c 2009-09-29 10:28:38.000000000 +0200 -@@ -384,7 +384,7 @@ editor_method_event (GtkHTML *html, - guint signal_id; - - /* GtkHTML event arguments are either NULL or a single string. */ -- if (G_VALUE_HOLDS (args, G_TYPE_STRING)) -+ if (args && G_VALUE_HOLDS (args, G_TYPE_STRING)) - string = g_value_get_string (args); - - switch (event) { -- cgit v1.2.3