diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-08-17 16:41:52 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-08-17 16:41:52 +0000 |
commit | 16da53961f6e5ff47e640af3d6b783fd942c82f7 (patch) | |
tree | fa8fa59ed5d54198ba7690304a9eb25cec446529 /www/gtkhtml | |
parent | 95f2b1324c938ed507712dc4ce20d1991b9856a4 (diff) | |
download | ports-16da53961f6e5ff47e640af3d6b783fd942c82f7.tar.gz ports-16da53961f6e5ff47e640af3d6b783fd942c82f7.zip |
Notes
Diffstat (limited to 'www/gtkhtml')
-rw-r--r-- | www/gtkhtml/Makefile | 2 | ||||
-rw-r--r-- | www/gtkhtml/distinfo | 2 | ||||
-rw-r--r-- | www/gtkhtml/files/patch-ad | 15 | ||||
-rw-r--r-- | www/gtkhtml/pkg-plist | 15 |
4 files changed, 18 insertions, 16 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index e04319e50128..a869e6503b8b 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtkhtml -PORTVERSION= 0.5 +PORTVERSION= 0.6.1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gtkhtml diff --git a/www/gtkhtml/distinfo b/www/gtkhtml/distinfo index 33e7381303b6..315ddac1380f 100644 --- a/www/gtkhtml/distinfo +++ b/www/gtkhtml/distinfo @@ -1 +1 @@ -MD5 (gtkhtml-0.5.tar.gz) = 06300183b592932020aee185cdaa6f4d +MD5 (gtkhtml-0.6.1.tar.gz) = d303c543c0b7b6616862aebd7af75dc5 diff --git a/www/gtkhtml/files/patch-ad b/www/gtkhtml/files/patch-ad index 10b829cb24bc..5bf95839374c 100644 --- a/www/gtkhtml/files/patch-ad +++ b/www/gtkhtml/files/patch-ad @@ -1,15 +1,6 @@ ---- src/gtkhtml.c.orig Tue Jul 11 01:52:30 2000 -+++ src/gtkhtml.c Fri Aug 4 14:35:57 2000 -@@ -1128,7 +1128,7 @@ - klass->properties = gtk_html_class_properties_new (); - #ifdef GTKHTML_HAVE_GCONF - if (gconf_is_initialized ()) { -- gconf_client = gconf_client_new (); -+ gconf_client = gconf_client_get_default (); - if (!gconf_client) - g_error ("cannot create gconf_client\n"); - gconf_client_add_dir (gconf_client, GTK_HTML_GCONF_DIR, GCONF_CLIENT_PRELOAD_ONELEVEL, &gconf_error); -@@ -2259,7 +2259,7 @@ +--- src/gtkhtml.c.orig Thu Aug 10 14:54:13 2000 ++++ src/gtkhtml.c Mon Aug 14 12:52:42 2000 +@@ -2331,7 +2331,7 @@ if (strcmp (klass->properties->keybindings_theme, "custom")) { base = g_strconcat ("keybindingsrc.", klass->properties->keybindings_theme, NULL); diff --git a/www/gtkhtml/pkg-plist b/www/gtkhtml/pkg-plist index ee56cd2a691b..6a8716fdc63b 100644 --- a/www/gtkhtml/pkg-plist +++ b/www/gtkhtml/pkg-plist @@ -22,6 +22,7 @@ include/gtkhtml/htmlcolor.h include/gtkhtml/htmlcolorset.h include/gtkhtml/htmlcursor.h include/gtkhtml/htmldrawqueue.h +include/gtkhtml/htmlelement.h include/gtkhtml/htmlembedded.h include/gtkhtml/htmlengine-cutbuffer.h include/gtkhtml/htmlengine-edit-clueflowstyle.h @@ -37,20 +38,22 @@ include/gtkhtml/htmlengine-edit-movement.h include/gtkhtml/htmlengine-edit-paste.h include/gtkhtml/htmlengine-edit-rule.h include/gtkhtml/htmlengine-edit-selection-updater.h +include/gtkhtml/htmlengine-edit-table.h include/gtkhtml/htmlengine-edit-text.h include/gtkhtml/htmlengine-edit.h include/gtkhtml/htmlengine-print.h include/gtkhtml/htmlengine-save.h include/gtkhtml/htmlengine.h include/gtkhtml/htmlentity.h +include/gtkhtml/htmlfont.h include/gtkhtml/htmlform.h include/gtkhtml/htmlgdkfontmanager.h include/gtkhtml/htmlgdkpainter.h include/gtkhtml/htmlhidden.h +include/gtkhtml/htmlhspace.h include/gtkhtml/htmliframe.h include/gtkhtml/htmlimage.h include/gtkhtml/htmlimageinput.h -include/gtkhtml/htmllinktext.h include/gtkhtml/htmllinktextmaster.h include/gtkhtml/htmllist.h include/gtkhtml/htmlobject.h @@ -81,11 +84,19 @@ include/gtkhtml/htmlurl.h include/gtkhtml/htmlvspace.h lib/libgtkhtml.a lib/libgtkhtml.so -lib/libgtkhtml.so.3 +lib/libgtkhtml.so.4 share/gnome/apps/Settings/Documents/gtkhtml-properties.desktop share/gnome/control-center/Documents/gtkhtml-properties.desktop share/gnome/gtkhtml/keybindingsrc.emacs share/gnome/gtkhtml/keybindingsrc.ms share/gnome/oaf/html-editor-control.oafinfo +share/locale/de/LC_MESSAGES/gtkhtml.mo +share/locale/fr/LC_MESSAGES/gtkhtml.mo +share/locale/ja/LC_MESSAGES/gtkhtml.mo +share/locale/nl/LC_MESSAGES/gtkhtml.mo +share/locale/no/LC_MESSAGES/gtkhtml.mo +share/locale/ru/LC_MESSAGES/gtkhtml.mo +share/locale/sl/LC_MESSAGES/gtkhtml.mo +share/locale/tr/LC_MESSAGES/gtkhtml.mo @dirrm share/gnome/gtkhtml @dirrm include/gtkhtml |