pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/gtkhtml3 Update to 3.2.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee6d63dd0899
branches:  trunk
changeset: 486460:ee6d63dd0899
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Dec 28 21:43:12 2004 +0000

description:
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:

 www/gtkhtml3/Makefile         |   4 ++--
 www/gtkhtml3/PLIST            |   3 ++-
 www/gtkhtml3/distinfo         |   7 ++++---
 www/gtkhtml3/patches/patch-ab |  12 ++++++++++++
 4 files changed, 20 insertions(+), 6 deletions(-)

diffs (59 lines):

diff -r 9ec3719dcefc -r ee6d63dd0899 www/gtkhtml3/Makefile
--- a/www/gtkhtml3/Makefile     Tue Dec 28 21:42:23 2004 +0000
+++ b/www/gtkhtml3/Makefile     Tue Dec 28 21:43:12 2004 +0000
@@ -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 -r 9ec3719dcefc -r ee6d63dd0899 www/gtkhtml3/PLIST
--- a/www/gtkhtml3/PLIST        Tue Dec 28 21:42:23 2004 +0000
+++ b/www/gtkhtml3/PLIST        Tue Dec 28 21:43:12 2004 +0000
@@ -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/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 -r 9ec3719dcefc -r ee6d63dd0899 www/gtkhtml3/distinfo
--- a/www/gtkhtml3/distinfo     Tue Dec 28 21:42:23 2004 +0000
+++ b/www/gtkhtml3/distinfo     Tue Dec 28 21:43:12 2004 +0000
@@ -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 -r 9ec3719dcefc -r ee6d63dd0899 www/gtkhtml3/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/gtkhtml3/patches/patch-ab     Tue Dec 28 21:43:12 2004 +0000
@@ -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
+ 



Home | Main Index | Thread Index | Old Index