diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-12-28 21:43:12 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-12-28 21:43:12 +0000 |
commit | b05d49c5cc3be7580e19d27830b16b47f467e6bd (patch) | |
tree | 3d048eee8b87e6823a2b25c958046bce1799276f /www | |
parent | 281d4e7aa6d508a1e3fdcc8ba019128eda411f31 (diff) | |
download | pkgsrc-b05d49c5cc3be7580e19d27830b16b47f467e6bd.tar.gz |
Update to 3.2.4:
* fixed capitalizing, lowering, upping functions
* fixed crash with broken spell checking settings
* fixed crash when pasting multiline text
* fixed few memory leaks
* fixed crash related to aligned images
* fixed multiple replace dialogs appearing
* fixed dnd position inside scrolled window
Diffstat (limited to 'www')
-rw-r--r-- | www/gtkhtml3/Makefile | 4 | ||||
-rw-r--r-- | www/gtkhtml3/PLIST | 3 | ||||
-rw-r--r-- | www/gtkhtml3/distinfo | 7 | ||||
-rw-r--r-- | www/gtkhtml3/patches/patch-ab | 12 |
4 files changed, 20 insertions, 6 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 2bfb7600e36..0548b042006 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2004/10/15 21:29:45 jmmv Exp $ +# $NetBSD: Makefile,v 1.16 2004/12/28 21:43:12 jmmv Exp $ # -DISTNAME= gtkhtml-3.2.3 +DISTNAME= gtkhtml-3.2.4 PKGNAME= ${DISTNAME:S/gtkhtml/gtkhtml3/} CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/3.2/} diff --git a/www/gtkhtml3/PLIST b/www/gtkhtml3/PLIST index 49f9b91a143..1a5ccac01e3 100644 --- a/www/gtkhtml3/PLIST +++ b/www/gtkhtml3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/10/15 21:29:45 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/12/28 21:43:12 jmmv Exp $ include/libgtkhtml-3.1/gtkhtml/gtkhtml-compat.h include/libgtkhtml-3.1/gtkhtml/gtkhtml-embedded.h include/libgtkhtml-3.1/gtkhtml/gtkhtml-enums.h @@ -178,6 +178,7 @@ ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gtkhtml-3.1.mo ${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/gtkhtml-3.1.mo ${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/gtkhtml-3.1.mo ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gtkhtml-3.1.mo +${PKGLOCALEDIR}/locale/id/LC_MESSAGES/gtkhtml-3.1.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gtkhtml-3.1.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gtkhtml-3.1.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/gtkhtml-3.1.mo diff --git a/www/gtkhtml3/distinfo b/www/gtkhtml3/distinfo index f0cd20099f7..a29b82074df 100644 --- a/www/gtkhtml3/distinfo +++ b/www/gtkhtml3/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.5 2004/11/12 16:53:14 sketch Exp $ +$NetBSD: distinfo,v 1.6 2004/12/28 21:43:12 jmmv Exp $ -SHA1 (gtkhtml-3.2.3.tar.bz2) = d12a7b53de1d4670ac0dd1a879cf16bc46e2968e -Size (gtkhtml-3.2.3.tar.bz2) = 1304520 bytes +SHA1 (gtkhtml-3.2.4.tar.bz2) = 91b597a38909bddf12de410d45d8f3dc46e95959 +Size (gtkhtml-3.2.4.tar.bz2) = 1311427 bytes SHA1 (patch-aa) = ada12e6ddc5519c49742d652cd2643b3a7cc1983 +SHA1 (patch-ab) = 2cd0a6c07e75312d0f88133d2d4bc89d52434fbc diff --git a/www/gtkhtml3/patches/patch-ab b/www/gtkhtml3/patches/patch-ab new file mode 100644 index 00000000000..189e5ee140b --- /dev/null +++ b/www/gtkhtml3/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2004/12/28 21:43:12 jmmv Exp $ + +--- po/Makefile.in.orig 2004-12-28 22:12:18.000000000 +0100 ++++ po/Makefile.in +@@ -33,6 +33,7 @@ gnulocaledir = /usr/pkg/share/locale + gettextsrcdir = $(datadir)/glib-2.0/gettext/po + subdir = po + ++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + INSTALL = /usr/bin/install -c -o root -g wheel + INSTALL_DATA = install -c -o root -g wheel -m 444 + |