diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-09-14 02:20:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-09-14 02:20:36 +0000 |
commit | 45d69253568b23edbf4a2eed9c6aeca64d75fc48 (patch) | |
tree | a0e0ae20a544c34c2518dd4f67f1e00b9cb70842 /www/aria2 | |
parent | 73aec0d1a1ca7d54aece538a47fb8608d9a97469 (diff) |
Notes
Diffstat (limited to 'www/aria2')
-rw-r--r-- | www/aria2/Makefile | 9 | ||||
-rw-r--r-- | www/aria2/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index bea93738b3e2..8a488aed81f5 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aria2 -PORTVERSION= 1.15.1 +PORTVERSION= 1.15.2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} @@ -14,7 +14,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Yet another download tool LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING + +OPTIONS_DEFINE= DOCS NLS SQLITE +OPTIONS_DEFAULT=SQLITE CONFIGURE_ARGS= --enable-bittorrent --disable-epoll --enable-metalink --enable-threads=pth \ --with-libz --with-libxml2 --with-openssl \ @@ -31,9 +33,6 @@ MAN1= aria2c.1 MANLANG= "" ru PLIST_FILES= bin/aria2c -OPTIONS_DEFINE= DOCS NLS SQLITE -OPTIONS_DEFAULT=SQLITE - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/www/aria2/distinfo b/www/aria2/distinfo index e7c7c6eaedd5..12d272cbccf0 100644 --- a/www/aria2/distinfo +++ b/www/aria2/distinfo @@ -1,2 +1,2 @@ -SHA256 (aria2-1.15.1.tar.bz2) = 5d5207ca3b2276e90200956b1b23885d265d94b97b3b08aa20200038eff61df4 -SIZE (aria2-1.15.1.tar.bz2) = 2047788 +SHA256 (aria2-1.15.2.tar.bz2) = 6400431f4248f7a779ae8216ec2711b56ad7481fc659f06db1f22ed97b260836 +SIZE (aria2-1.15.2.tar.bz2) = 2043212 |