summaryrefslogtreecommitdiff
path: root/textproc/aspell/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2003-12-03 16:49:06 +0000
committerrecht <recht>2003-12-03 16:49:06 +0000
commit0478048ec0ffe1f3d7698b5c691b9e3fc0077c52 (patch)
tree3e865887e9743d02cf8032412faef37b3df8c27e /textproc/aspell/Makefile
parent0f066169dccb2ff1ecb1ce5c1daf23809645a4c3 (diff)
downloadpkgsrc-0478048ec0ffe1f3d7698b5c691b9e3fc0077c52.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/aspell/Makefile')
-rw-r--r--textproc/aspell/Makefile5
1 files changed, 2 insertions, 3 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/}