diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-07 00:24:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-07 00:24:26 +0800 |
commit | ab26641fcb9a46775d1b86253376169a3bd49846 (patch) | |
tree | aed8783f9f4cd35e9b703e9669cfb24e9b7e1190 /www/aria2/Makefile | |
parent | baf94ee893e0a247d8dc6cd8ed7b21eb3c4da7ca (diff) | |
download | freebsd-ports-gnome-ab26641fcb9a46775d1b86253376169a3bd49846.tar.gz freebsd-ports-gnome-ab26641fcb9a46775d1b86253376169a3bd49846.tar.zst freebsd-ports-gnome-ab26641fcb9a46775d1b86253376169a3bd49846.zip |
- Update to 1.4.0
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|} |