diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-06 14:51:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-06 14:51:19 +0000 |
commit | 6ef1bf1bd8f6ddf9c372a805f63d45c6d068e820 (patch) | |
tree | edcc8e9a88b66dbe38741e6c2cbbf574f3ed653d /textproc | |
parent | 87897c790e199daa143a41e0b983d41121679eda (diff) | |
download | pkgsrc-6ef1bf1bd8f6ddf9c372a805f63d45c6d068e820.tar.gz |
Update to 0.60.4:
Complete list of changes from 0.60.3:
* Fixed a bug that caused Aspell to crash when checking certain
Russian words, this bug likely affected other languages as well.
* Updated to Gettext 0.14.5 which is required for AMD64, also
updated to to Libtool 1.5.20.
* Fixed an alignment bug which causes mmap to always fail when
reading in dictionaries.
* Added note about how `make clean' will remove the HTML manuals.
* Added manual page for prezip-bin and enhanced word-list-compress
manual page thanks to the work of Jose Da Silva.
* Other minor updates and bug fixes.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 5 | ||||
-rw-r--r-- | textproc/aspell/PLIST | 3 | ||||
-rw-r--r-- | textproc/aspell/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 33c86a483a3..3ffef0268bb 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2005/10/27 01:08:06 rillig Exp $ +# $NetBSD: Makefile,v 1.38 2006/01/06 14:51:19 wiz Exp $ # -DISTNAME= aspell-0.60.3 -PKGREVISION= 1 +DISTNAME= aspell-0.60.4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} diff --git a/textproc/aspell/PLIST b/textproc/aspell/PLIST index 93ad1b4a10c..5abb4fcdb3b 100644 --- a/textproc/aspell/PLIST +++ b/textproc/aspell/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/12/24 02:55:53 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/01/06 14:51:19 wiz Exp $ bin/aspell bin/aspell-import bin/precat @@ -25,6 +25,7 @@ lib/libaspell.la lib/libpspell.la man/man1/aspell-import.1 man/man1/aspell.1 +man/man1/prezip-bin.1 man/man1/pspell-config.1 man/man1/run-with-aspell.1 man/man1/word-list-compress.1 diff --git a/textproc/aspell/distinfo b/textproc/aspell/distinfo index 9faab78603c..fd6adf45301 100644 --- a/textproc/aspell/distinfo +++ b/textproc/aspell/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.17 2005/10/27 01:08:06 rillig Exp $ +$NetBSD: distinfo,v 1.18 2006/01/06 14:51:19 wiz Exp $ -SHA1 (aspell-0.60.3.tar.gz) = 90f9414947550b92f2a113b131d8c628cb7e7887 -RMD160 (aspell-0.60.3.tar.gz) = 92e0dd8e271a48f73407e23c2d0246f2827e1789 -Size (aspell-0.60.3.tar.gz) = 1635824 bytes +SHA1 (aspell-0.60.4.tar.gz) = 07353593eb89e64c49b1fd8dd405e3ee0ed86291 +RMD160 (aspell-0.60.4.tar.gz) = e0408acd4f3304c957aeea0b17a28d0c44e11064 +Size (aspell-0.60.4.tar.gz) = 1676825 bytes SHA1 (patch-ac) = 4d20eebd29932f1ba970a9d85793fb8611d76ba8 SHA1 (patch-ag) = 04b34f2b780a632a5045120ae408ceea591a66de SHA1 (patch-ah) = b38fa850bb3ff3c62c020fb45ce388888f145286 |