diff options
author | recht <recht@pkgsrc.org> | 2003-12-03 16:49:06 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-12-03 16:49:06 +0000 |
commit | 3a6b5ec44ecf4e984797baba2c9e8ce022763499 (patch) | |
tree | 3e865887e9743d02cf8032412faef37b3df8c27e /textproc | |
parent | 9c564b81e3b2577e114d35886220e3237c70ff99 (diff) | |
download | pkgsrc-3a6b5ec44ecf4e984797baba2c9e8ce022763499.tar.gz |
update to 0.50.4.1
changes since 0.50.2:
# Fixed major bug in pipe mode which caused the last character to be
chopped off words before they were stored.
# Minor formating fixes in the manual.
# Minor changes in URL filter to avoid treating the double quote character
as part of the URL, and to avoid treating words ending in more than one
period as a URL.
# Document fixes in Aspell API
# Small compile fixes, including one for GCC 3.3
# Updated Win32 section since a port now exists thanks to Thorsten Maerz.
# Complain instead of doing nothing or aborting for unimplemented functions
in Aspell utility.
# Portability bug fixes.
# Upgraded to Autoconf 2.57, Automake 1.7.7, Libtool 1.5 (no longer use
CVS version of libtool).
ok'ed by wiz@
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 5 | ||||
-rw-r--r-- | textproc/aspell/PLIST | 4 | ||||
-rw-r--r-- | textproc/aspell/distinfo | 7 | ||||
-rw-r--r-- | textproc/aspell/patches/patch-aa | 12 |
4 files changed, 7 insertions, 21 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 92061330de2..ad84c1c4551 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2003/10/02 01:07:52 itojun Exp $ +# $NetBSD: Makefile,v 1.16 2003/12/03 16:49:06 recht Exp $ # -DISTNAME= aspell-0.50.3 -PKGREVISION= 4 +DISTNAME= aspell-0.50.4.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} diff --git a/textproc/aspell/PLIST b/textproc/aspell/PLIST index 72b230ac746..a276ef0b45e 100644 --- a/textproc/aspell/PLIST +++ b/textproc/aspell/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/01/22 10:26:15 salo Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/12/03 16:49:06 recht Exp $ bin/aspell bin/aspell-import bin/pspell-config @@ -6,7 +6,6 @@ bin/run-with-aspell bin/word-list-compress include/aspell.h include/pspell/pspell.h -@exec ${MKDIR} %D/lib/aspell lib/libaspell.a lib/libaspell.la lib/libaspell.so @@ -106,5 +105,6 @@ share/doc/aspell/manual2.lyx @dirrm share/doc/aspell/dev-html @dirrm share/doc/aspell @dirrm share/aspell +@exec ${MKDIR} %D/lib/aspell @dirrm lib/aspell @dirrm include/pspell diff --git a/textproc/aspell/distinfo b/textproc/aspell/distinfo index e32dba8d87a..0b118c60a30 100644 --- a/textproc/aspell/distinfo +++ b/textproc/aspell/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.7 2003/10/02 01:07:52 itojun Exp $ +$NetBSD: distinfo,v 1.8 2003/12/03 16:49:06 recht Exp $ -SHA1 (aspell-0.50.3.tar.gz) = aea3c1e47c10bf2f189dbff91c3c137170af6a72 -Size (aspell-0.50.3.tar.gz) = 939063 bytes -SHA1 (patch-aa) = ec9eff280bdb169814e134f541dee7c879a58fdd +SHA1 (aspell-0.50.4.1.tar.gz) = d948a1571c38094b920b593de70bff2f2b7d5741 +Size (aspell-0.50.4.1.tar.gz) = 962279 bytes SHA1 (patch-ab) = 9b3e6dfbdf27b9bc0a10384be057685fba734aa7 SHA1 (patch-ac) = 2a83265b7738bc9ed24de163cfee32ee13bbd231 diff --git a/textproc/aspell/patches/patch-aa b/textproc/aspell/patches/patch-aa deleted file mode 100644 index e69886b549f..00000000000 --- a/textproc/aspell/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2003/07/14 17:06:35 jmmv Exp $ - ---- prog/checker_string.cpp.orig 2002-09-26 04:42:42.000000000 +0200 -+++ prog/checker_string.cpp -@@ -4,6 +4,7 @@ - // license along with this library if you did not you can find - // it at http://www.gnu.org/. - -+#include <assert.h> - #include "checker_string.hpp" - #include "speller.hpp" - #include "document_checker.hpp" |