diff options
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index bdec818..b40dff6 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -6,14 +6,13 @@ # PORTNAME?= aspell -PORTVERSION= 0.50.2 -PORTREVISION= 1 +PORTVERSION= 0.50.3 CATEGORIES+= textproc MASTER_SITES= http://savannah.gnu.org/download/${PORTNAME}/rel/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= aspell -DISTFILES= aspell-0.50.2.tar.gz # needed for slave ports / options -EXTRACT_ONLY= aspell-0.50.2.tar.gz +DISTFILES= aspell-0.50.3.tar.gz # needed for slave ports / options +EXTRACT_ONLY= aspell-0.50.3.tar.gz MAINTAINER?= thierry@pompo.net |