diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-02-08 15:46:37 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-02-08 15:46:37 +0000 |
commit | 2acab2f82457d510c53ec88cc90c3351693aaa6b (patch) | |
tree | 9c58ba926e3a7c724d5d735a12487db518e3e917 /textproc/hunspell/Makefile | |
parent | 7b3a9bb8e75912d9cec080b66ef7471f6cbb3400 (diff) |
- Update to 1.2.8
- Fix installed Hungarian dictionary locating error
PR: ports/131366
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes
Notes:
svn path=/head/; revision=227810
Diffstat (limited to 'textproc/hunspell/Makefile')
-rw-r--r-- | textproc/hunspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index ecc685ef6fdd..dc57e1e674a5 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hunspell -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.8 CATEGORIES= hungarian textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S@$@:code@:S@%SUBDIR%@${PORTNAME}@} \ ${MASTER_SITE_SOURCEFORGE:S@$@:data@:S@%SUBDIR%@magyarispell@} @@ -31,7 +31,7 @@ ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` MAN1= hunspell.1 MAN4= hunspell.4 -DICTVERSION= 1.3 +DICTVERSION= 1.4 PORTDOCS= README README.myspell .include <bsd.port.pre.mk> |