summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-01 21:06:58 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-01 21:06:58 +0800
commitb4077cb7477c0e46822876666c9915dfec6c2d7b (patch)
tree90a0b6714dbda54ffd00e5726b82aebf90b047bb /www
parent90c594a163e76b6aafff03aa054650aa9ce383c9 (diff)
downloadmarcuscom-ports-b4077cb7477c0e46822876666c9915dfec6c2d7b.tar
marcuscom-ports-b4077cb7477c0e46822876666c9915dfec6c2d7b.tar.gz
marcuscom-ports-b4077cb7477c0e46822876666c9915dfec6c2d7b.tar.bz2
marcuscom-ports-b4077cb7477c0e46822876666c9915dfec6c2d7b.tar.lz
marcuscom-ports-b4077cb7477c0e46822876666c9915dfec6c2d7b.tar.xz
marcuscom-ports-b4077cb7477c0e46822876666c9915dfec6c2d7b.tar.zst
marcuscom-ports-b4077cb7477c0e46822876666c9915dfec6c2d7b.zip
Update to 3.5.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3764 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/gtkhtml3/Makefile2
-rw-r--r--www/gtkhtml3/distinfo4
-rw-r--r--www/gtkhtml3/files/patch-src_htmlclueflow.c15
-rw-r--r--www/gtkhtml3/pkg-plist2
-rw-r--r--www/gtkhtml38/Makefile2
-rw-r--r--www/gtkhtml38/distinfo4
-rw-r--r--www/gtkhtml38/files/patch-src_htmlclueflow.c15
-rw-r--r--www/gtkhtml38/pkg-plist2
8 files changed, 8 insertions, 38 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
index e639331af..20e95feef 100644
--- a/www/gtkhtml3/Makefile
+++ b/www/gtkhtml3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtkhtml3
-PORTVERSION= 3.5.6
+PORTVERSION= 3.5.7
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/3.5
diff --git a/www/gtkhtml3/distinfo b/www/gtkhtml3/distinfo
index 19d98d12e..16366a5cf 100644
--- a/www/gtkhtml3/distinfo
+++ b/www/gtkhtml3/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gtkhtml-3.5.6.tar.bz2) = 33ff9578d69da1f730a8df7042965eb1
-SIZE (gnome2/gtkhtml-3.5.6.tar.bz2) = 1349472
+MD5 (gnome2/gtkhtml-3.5.7.tar.bz2) = 218f9ddbd4b95d16f8f60369422cd79c
+SIZE (gnome2/gtkhtml-3.5.7.tar.bz2) = 1347644
diff --git a/www/gtkhtml3/files/patch-src_htmlclueflow.c b/www/gtkhtml3/files/patch-src_htmlclueflow.c
deleted file mode 100644
index 69dab9bba..000000000
--- a/www/gtkhtml3/files/patch-src_htmlclueflow.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/htmlclueflow.c.orig Thu Feb 10 01:33:39 2005
-+++ src/htmlclueflow.c Thu Feb 10 01:34:00 2005
-@@ -2362,10 +2362,11 @@
- HTMLObject *child;
- for (child = HTML_CLUE (o)->head; child; child = child->next) {
- if (HTML_IS_TEXT (child)) {
-+ PangoDirection pdir;
- if (child == HTML_CLUE (o)->head && html_object_get_length (child) == 0 && o->prev)
- return html_object_get_direction (o->prev);
-
-- PangoDirection pdir = html_text_get_pango_direction (HTML_TEXT (child));
-+ pdir = html_text_get_pango_direction (HTML_TEXT (child));
- switch (pdir) {
- case PANGO_DIRECTION_RTL:
- dir = HTML_DIRECTION_RTL;
diff --git a/www/gtkhtml3/pkg-plist b/www/gtkhtml3/pkg-plist
index 77cdf44dd..72987c176 100644
--- a/www/gtkhtml3/pkg-plist
+++ b/www/gtkhtml3/pkg-plist
@@ -85,7 +85,7 @@ include/libgtkhtml-%%VERSION%%/gtkhtml/htmlundo.h
lib/gtkhtml/libgnome-gtkhtml-editor-%%VERSION%%.so
lib/libgtkhtml-%%VERSION%%.a
lib/libgtkhtml-%%VERSION%%.so
-lib/libgtkhtml-%%VERSION%%.so.16
+lib/libgtkhtml-%%VERSION%%.so.17
libdata/bonobo/servers/GNOME_GtkHTML_Editor-%%VERSION%%.server
libdata/pkgconfig/libgtkhtml-%%VERSION%%.pc
share/gnome/gtkhtml-%%VERSION%%/Editor.idl
diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile
index e639331af..20e95feef 100644
--- a/www/gtkhtml38/Makefile
+++ b/www/gtkhtml38/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtkhtml3
-PORTVERSION= 3.5.6
+PORTVERSION= 3.5.7
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/3.5
diff --git a/www/gtkhtml38/distinfo b/www/gtkhtml38/distinfo
index 19d98d12e..16366a5cf 100644
--- a/www/gtkhtml38/distinfo
+++ b/www/gtkhtml38/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gtkhtml-3.5.6.tar.bz2) = 33ff9578d69da1f730a8df7042965eb1
-SIZE (gnome2/gtkhtml-3.5.6.tar.bz2) = 1349472
+MD5 (gnome2/gtkhtml-3.5.7.tar.bz2) = 218f9ddbd4b95d16f8f60369422cd79c
+SIZE (gnome2/gtkhtml-3.5.7.tar.bz2) = 1347644
diff --git a/www/gtkhtml38/files/patch-src_htmlclueflow.c b/www/gtkhtml38/files/patch-src_htmlclueflow.c
deleted file mode 100644
index 69dab9bba..000000000
--- a/www/gtkhtml38/files/patch-src_htmlclueflow.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/htmlclueflow.c.orig Thu Feb 10 01:33:39 2005
-+++ src/htmlclueflow.c Thu Feb 10 01:34:00 2005
-@@ -2362,10 +2362,11 @@
- HTMLObject *child;
- for (child = HTML_CLUE (o)->head; child; child = child->next) {
- if (HTML_IS_TEXT (child)) {
-+ PangoDirection pdir;
- if (child == HTML_CLUE (o)->head && html_object_get_length (child) == 0 && o->prev)
- return html_object_get_direction (o->prev);
-
-- PangoDirection pdir = html_text_get_pango_direction (HTML_TEXT (child));
-+ pdir = html_text_get_pango_direction (HTML_TEXT (child));
- switch (pdir) {
- case PANGO_DIRECTION_RTL:
- dir = HTML_DIRECTION_RTL;
diff --git a/www/gtkhtml38/pkg-plist b/www/gtkhtml38/pkg-plist
index 77cdf44dd..72987c176 100644
--- a/www/gtkhtml38/pkg-plist
+++ b/www/gtkhtml38/pkg-plist
@@ -85,7 +85,7 @@ include/libgtkhtml-%%VERSION%%/gtkhtml/htmlundo.h
lib/gtkhtml/libgnome-gtkhtml-editor-%%VERSION%%.so
lib/libgtkhtml-%%VERSION%%.a
lib/libgtkhtml-%%VERSION%%.so
-lib/libgtkhtml-%%VERSION%%.so.16
+lib/libgtkhtml-%%VERSION%%.so.17
libdata/bonobo/servers/GNOME_GtkHTML_Editor-%%VERSION%%.server
libdata/pkgconfig/libgtkhtml-%%VERSION%%.pc
share/gnome/gtkhtml-%%VERSION%%/Editor.idl