diff options
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 2bde839ce9bb..e9441e1eb46b 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -6,14 +6,12 @@ # PORTNAME?= aspell -PORTVERSION= 0.50.3 -PORTREVISION= 1 +PORTVERSION= 0.50.4 CATEGORIES+= textproc -MASTER_SITES= http://savannah.gnu.org/download/${PORTNAME}/rel/ \ - ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= aspell -DISTFILES= aspell-0.50.3.tar.gz # needed for slave ports / options -EXTRACT_ONLY= aspell-0.50.3.tar.gz +DISTFILES= aspell-0.50.4.tar.gz # needed for slave ports / options +EXTRACT_ONLY= aspell-0.50.4.tar.gz MAINTAINER?= thierry@pompo.net COMMENT?= Spelling checker with better suggestion logic than ispell |