diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-06 16:24:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-06 16:24:26 +0000 |
commit | 7898453d1fee2646bb0c715fc0bf534ae3189c2b (patch) | |
tree | ad6805549767fba3e40da5fc55cf8b28b3e81523 /www/aria2/Makefile | |
parent | 3441158f0649f289527ed77ece9ec3b9ff057268 (diff) |
- Update to 1.4.0
Notes
Notes:
svn path=/head/; revision=235320
Diffstat (limited to 'www/aria2/Makefile')
-rw-r--r-- | www/aria2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index 9348705c67f3..4f98c58cd638 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aria2 -DISTVERSION= 1.3.3 +DISTVERSION= 1.4.0 CATEGORIES= www MASTER_SITES= SFE DISTNAME= ${PORTNAME}-${DISTVERSION} @@ -27,7 +27,7 @@ MAKE_JOBS_SAFE= yes CONFIGURE_ARGS+= --disable-nls .else LINGUAS= bg ca da de es en@boldquot en@quot el fi fr he hu id it ja nl nn pl pt_BR ru sv \ - sr th tr uk vi zh_CN zh_TW + sk sr th tr uk vi zh_CN zh_TW .endif PLIST_FILES= bin/aria2c \ ${LINGUAS:S|^|share/locale/|:S|$|/LC_MESSAGES/aria2.mo|} |