diff options
author | xtraeme <xtraeme> | 2004-03-06 07:12:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-03-06 07:12:54 +0000 |
commit | ee340d57add980d72b80235460f375f2c1820fd1 (patch) | |
tree | de364f1b45113e9298b9d545b9c7f90509bdb5b0 | |
parent | c107f04dae1e9f49240920daae00eeceff814051 (diff) | |
download | pkgsrc-ee340d57add980d72b80235460f375f2c1820fd1.tar.gz |
Update abiword to 2.0.4
The changes from version 2.0.3 to 2.0.4 include, amongst others:
# Fix the caret positioning on Windows.
# Fix style export with when using non ASCII characters, corrupting the
document.
# Fix Input Methods handling for the Thai input handler.
# Speedup the very slow setting of a language on a large selection.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | editors/abiword/Makefile | 5 | ||||
-rw-r--r-- | editors/abiword/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 6bf86aeab8f..26cd4fec4c0 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5104 2004/03/06 06:28:47 minskim Exp $ +$NetBSD: CHANGES,v 1.5105 2004/03/06 07:12:54 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1182,3 +1182,4 @@ Changes to the packages collection and infrastructure in 2004: Removed crafty-book-enormous [wiz 2004-03-05] Removed crafty-book-large [wiz 2004-03-05] Updated blt to 2.4z [minskim 2004-03-06] + Updated abiword to 2.0.4 [xtraeme 2004-03-06] diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index ad586404291..8f70b777609 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2004/02/20 19:25:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.70 2004/03/06 07:12:54 xtraeme Exp $ # DISTNAME= abiword-${DIST_VER} -PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/} EXTRACT_SUFX= .tar.bz2 @@ -29,7 +28,7 @@ USE_GNU_ICONV= yes # XXX MAKEFILE= GNUmakefile -DIST_VER= 2.0.3 +DIST_VER= 2.0.4 CONFIGURE_ARGS+= --enable-threads CONFIGURE_ARGS+= --with-sys-wv diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index 15bb8bc504c..700b28eeafe 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2004/01/24 13:10:56 xtraeme Exp $ +$NetBSD: distinfo,v 1.24 2004/03/06 07:12:55 xtraeme Exp $ -SHA1 (abiword-2.0.3.tar.bz2) = d582bc616ee98166004f7dd2879d7e5fe4f7d4ab -Size (abiword-2.0.3.tar.bz2) = 22072758 bytes +SHA1 (abiword-2.0.4.tar.bz2) = 9e2d9b00cf3d1991e474b1ac78a9f86c9b673734 +Size (abiword-2.0.4.tar.bz2) = 22057414 bytes SHA1 (patch-aa) = 730e205f54516535394659c74e052bbe706e1bc2 SHA1 (patch-ab) = a678cee31946b0102e6e62145b1d87eb3b323989 |