summaryrefslogtreecommitdiffstats
path: root/www/gtkhtml3
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-07 12:35:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-07 12:35:29 +0800
commit222231351134cd51c3e01f6528986ac9b68e8278 (patch)
treeafa878c25adf578f5cb94c7bd5234ee1ef293ac4 /www/gtkhtml3
parent002ad61907b76f3251bdb72b7431852ce2023765 (diff)
downloadmarcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.tar
marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.tar.gz
marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.tar.bz2
marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.tar.lz
marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.tar.xz
marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.tar.zst
marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.zip
Update to 3.0.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@722 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml3')
-rw-r--r--www/gtkhtml3/Makefile10
-rw-r--r--www/gtkhtml3/distinfo2
-rw-r--r--www/gtkhtml3/files/patch-components_html-editor_Makefile.in14
-rw-r--r--www/gtkhtml3/files/patch-src_htmlengine.c18
4 files changed, 12 insertions, 32 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
index b1de7361c..b66ee06eb 100644
--- a/www/gtkhtml3/Makefile
+++ b/www/gtkhtml3/Makefile
@@ -6,12 +6,10 @@
#
PORTNAME= gtkhtml3
-PORTVERSION= 3.0.2
-PORTREVISION= 1
+PORTVERSION= 3.0.3
CATEGORIES= www gnome
-MASTER_SITES= ftp://ftp.ximian.com/pub/ximian-evolution-beta/source/ \
- ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/3.0
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/3.0
DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION}
DIST_SUBDIR= gnome2
@@ -20,7 +18,7 @@ COMMENT= Lightweight HTML rendering/printing/editing engine
LIB_DEPENDS= soup-2.0.0:${PORTSDIR}/devel/libsoup
-#USE_BZIP2= yes
+USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_REINPLACE= yes
diff --git a/www/gtkhtml3/distinfo b/www/gtkhtml3/distinfo
index 1aa42f991..7224eca85 100644
--- a/www/gtkhtml3/distinfo
+++ b/www/gtkhtml3/distinfo
@@ -1 +1 @@
-MD5 (gnome2/gtkhtml-3.0.2.tar.gz) = 7ada0a4b7243ef4960d3c046c96ad6d6
+MD5 (gnome2/gtkhtml-3.0.3.tar.bz2) = 9a87993cdf87630c510b94e60085383a
diff --git a/www/gtkhtml3/files/patch-components_html-editor_Makefile.in b/www/gtkhtml3/files/patch-components_html-editor_Makefile.in
index 5166f3030..5a43e3150 100644
--- a/www/gtkhtml3/files/patch-components_html-editor_Makefile.in
+++ b/www/gtkhtml3/files/patch-components_html-editor_Makefile.in
@@ -1,11 +1,11 @@
---- components/html-editor/Makefile.in.orig Wed Apr 16 01:54:00 2003
-+++ components/html-editor/Makefile.in Wed Apr 16 01:54:23 2003
-@@ -178,7 +178,7 @@
- libgnome_gtkhtml_editor_3_0_la_SOURCES = editor-control-shlib.c
+--- components/html-editor/Makefile.in.orig Wed May 7 00:13:34 2003
++++ components/html-editor/Makefile.in Wed May 7 00:14:21 2003
+@@ -307,7 +307,7 @@
--libgnome_gtkhtml_editor_3_0_la_LDFLAGS = -avoid-version -no-undefined
-+libgnome_gtkhtml_editor_3_0_la_LDFLAGS = -avoid-version -module -no-undefined
+ libgnome_gtkhtml_editor_3_0_la_LDFLAGS = \
+- -avoid-version -no-undefined
++ -avoid-version -module -no-undefined
- libgnome_gtkhtml_editor_3_0_la_LIBADD = $(LDADD) libgnome-gtkhtml-editor.la
+ libgnome_gtkhtml_editor_3_0_la_LIBADD = \
diff --git a/www/gtkhtml3/files/patch-src_htmlengine.c b/www/gtkhtml3/files/patch-src_htmlengine.c
deleted file mode 100644
index 440053862..000000000
--- a/www/gtkhtml3/files/patch-src_htmlengine.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/htmlengine.c.orig Mon Apr 21 03:08:19 2003
-+++ src/htmlengine.c Mon Apr 21 03:08:50 2003
-@@ -4142,6 +4142,7 @@
- if (e->editable) {
- html_engine_ensure_editable (e);
- html_cursor_home (e->cursor, e);
-+ e->newPage = FALSE;
- }
-
- g_signal_emit (e, signals [LOAD_DONE], 0);
-@@ -4577,6 +4578,7 @@
- if (editable) {
- html_engine_ensure_editable (e);
- html_cursor_home (e->cursor, e);
-+ e->newPage = FALSE;
-
- if (e->have_focus)
- html_engine_setup_blinking_cursor (e);