diff options
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile.common | 4 | ||||
-rw-r--r-- | editors/abiword/PLIST | 3 | ||||
-rw-r--r-- | editors/abiword/distinfo | 10 | ||||
-rw-r--r-- | editors/abiword/patches/patch-ae | 16 |
4 files changed, 14 insertions, 19 deletions
diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index 33eded517f8..f5bbc810946 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.13 2005/02/24 09:55:34 adam Exp $ +# $NetBSD: Makefile.common,v 1.14 2005/03/07 10:16:43 adam Exp $ # Be sure to update PLIST and distinfo for editors/abiword-plugins when updating -ABIWORD_VERSION= 2.2.4 +ABIWORD_VERSION= 2.2.5 DISTNAME= abiword-${ABIWORD_VERSION} CATEGORIES= editors diff --git a/editors/abiword/PLIST b/editors/abiword/PLIST index 9e07881e2ca..c0068a6acdf 100644 --- a/editors/abiword/PLIST +++ b/editors/abiword/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2005/02/24 09:55:34 adam Exp $ +@comment $NetBSD: PLIST,v 1.17 2005/03/07 10:16:43 adam Exp $ bin/AbiWord-2.2 bin/abiword bin/ttfadmin.sh @@ -735,6 +735,7 @@ share/AbiSuite-2.2/AbiWord/strings/id-ID.strings share/AbiSuite-2.2/AbiWord/strings/it-IT.strings share/AbiSuite-2.2/AbiWord/strings/ja-JP.strings share/AbiSuite-2.2/AbiWord/strings/jbo.strings +share/AbiSuite-2.2/AbiWord/strings/ku.strings share/AbiSuite-2.2/AbiWord/strings/lt-LT.strings share/AbiSuite-2.2/AbiWord/strings/lv-LV.strings share/AbiSuite-2.2/AbiWord/strings/mg-MG.strings diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index 5e31b44cb14..e794ccfbcab 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.37 2005/02/24 09:55:34 adam Exp $ +$NetBSD: distinfo,v 1.38 2005/03/07 10:16:43 adam Exp $ -SHA1 (abiword-2.2.4.tar.bz2) = 28fa658b1f2fe355cab974778ee9f1ee9dff27cd -RMD160 (abiword-2.2.4.tar.bz2) = fe8ccb1306bd1d879525d00a9ab8a76d0a215b2b -Size (abiword-2.2.4.tar.bz2) = 23736805 bytes +SHA1 (abiword-2.2.5.tar.bz2) = 2cfbdcc9cfd427c74e46be183d819e8d9c9cd891 +RMD160 (abiword-2.2.5.tar.bz2) = eabf1606ce1ebaa7142a03c3fe6b37d31e35569d +Size (abiword-2.2.5.tar.bz2) = 23740589 bytes SHA1 (patch-aa) = e54908d64747a3fc78e13036ebbd909b2b1b64aa SHA1 (patch-ab) = 5957635eb05d4b6f9d623c8585ae252d9c484408 SHA1 (patch-ad) = c3191d8e0e510708d9ab22ee9c6d28a655e031c5 -SHA1 (patch-ae) = aededf86e6a48e7901680ecb05aee3fa9fa9a48a +SHA1 (patch-ae) = 5eab37824f36bfd21238d5cd11507062ac8dccdb diff --git a/editors/abiword/patches/patch-ae b/editors/abiword/patches/patch-ae index 8b9d22ae87b..33f574a0c40 100644 --- a/editors/abiword/patches/patch-ae +++ b/editors/abiword/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.14 2004/12/28 01:56:41 reed Exp $ +$NetBSD: patch-ae,v 1.15 2005/03/07 10:16:43 adam Exp $ ---- src/af/xap/unix/xap_UnixEncodingManager.cpp.orig Fri Dec 17 16:05:43 2004 -+++ src/af/xap/unix/xap_UnixEncodingManager.cpp Fri Dec 17 16:23:13 2004 -@@ -548,7 +548,7 @@ +--- src/af/xap/unix/xap_UnixEncodingManager.cpp.orig 2005-03-01 00:14:21.000000000 +0000 ++++ src/af/xap/unix/xap_UnixEncodingManager.cpp +@@ -546,7 +546,7 @@ void XAP_UnixEncodingManager::initializ MYLANG += LanguageISOName; MYLANG += "_"; MYLANG += LanguageISOTerritory; @@ -11,7 +11,7 @@ $NetBSD: patch-ae,v 1.14 2004/12/28 01:56:41 reed Exp $ #else UT_UTF8String MYLANG (LanguageISOName); MYLANG += "_"; -@@ -571,7 +571,7 @@ +@@ -569,7 +569,7 @@ void XAP_UnixEncodingManager::initializ #if defined(SETENV_MISSING) MYLANG = "LANG="; MYLANG += OLDLANG; @@ -20,9 +20,3 @@ $NetBSD: patch-ae,v 1.14 2004/12/28 01:56:41 reed Exp $ #else setenv("LANG", OLDLANG.utf8_str(), 1); #endif -@@ -584,4 +584,4 @@ - } - } - describe(); --} -+}; |