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.
This commit is contained in:
parent
9229549e40
commit
1a6a097905
3 changed files with 7 additions and 7 deletions
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue