aboutsummaryrefslogtreecommitdiffstats
path: root/www/aria2
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-10-17 12:34:34 +0800
committerjbeich <jbeich@FreeBSD.org>2016-10-17 12:34:34 +0800
commitcf89db96d74f899a87ee4b28d8fbcc3fc0fa837d (patch)
tree44ba5f427456b53d265ca09ef7e543dfe4a29eae /www/aria2
parent273bab661418b8673817530d5dcf979f83581058 (diff)
downloadfreebsd-ports-gnome-cf89db96d74f899a87ee4b28d8fbcc3fc0fa837d.tar.gz
freebsd-ports-gnome-cf89db96d74f899a87ee4b28d8fbcc3fc0fa837d.tar.zst
freebsd-ports-gnome-cf89db96d74f899a87ee4b28d8fbcc3fc0fa837d.zip
www/aria2: update to 1.28.0
- Expose SSH2 option (appeared in 1.19.0) - Chase HTTP redirect in MASTER_SITES - Convert USE_OPENSSL=yes into USES+=ssl Changes: https://github.com/aria2/aria2/compare/release-1.23.0...release-1.28.0 Changes: https://github.com/aria2/aria2/releases PR: 212960 Submitted by: lightside@gmx.com Approved by: maintainer timeout (3 weeks)
Diffstat (limited to 'www/aria2')
-rw-r--r--www/aria2/Makefile12
-rw-r--r--www/aria2/distinfo6
2 files changed, 10 insertions, 8 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile
index 739fc58b9379..79ca558d8c06 100644
--- a/www/aria2/Makefile
+++ b/www/aria2/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= aria2
-PORTVERSION= 1.23.0
+PORTVERSION= 1.28.0
CATEGORIES= www
-MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/release-${PORTVERSION}/
+MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${PORTVERSION}/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Yet another download tool
@@ -12,10 +12,11 @@ COMMENT= Yet another download tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-OPTIONS_DEFINE= CA_BUNDLE DOCS NLS SQLITE
+OPTIONS_DEFINE= CA_BUNDLE DOCS NLS SQLITE SSH2
OPTIONS_DEFAULT=SQLITE
OPTIONS_SUB= yes
CA_BUNDLE_DESC= Use CA bundle from Mozilla Project
+SSH2_DESC= SSH2 protocol support
CONFIGURE_ARGS= --disable-epoll --enable-bittorrent --enable-libaria2 \
--enable-metalink --enable-shared --enable-ssl --enable-static \
@@ -35,9 +36,8 @@ INSTALL_TARGET= install-strip
USE_CXXSTD= c++11
USE_GNOME= libxml2
USE_LDCONFIG= yes
-USE_OPENSSL= yes
USE_RC_SUBR= ${PORTNAME}
-USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz
+USES= compiler:c++11-lib libtool pathfix pkgconfig ssl tar:xz
PORTDOCS= *
@@ -50,6 +50,8 @@ NLS_LDFLAGS= -lintl
NLS_USES= gettext localbase
SQLITE_CONFIGURE_WITH= sqlite3
SQLITE_USES= sqlite
+SSH2_CONFIGURE_WITH= libssh2
+SSH2_LIB_DEPENDS= libssh2.so:security/libssh2
ARIA2_DISK_CACHE?= 16M
diff --git a/www/aria2/distinfo b/www/aria2/distinfo
index 4eeaf4ba1468..f7230869b3c0 100644
--- a/www/aria2/distinfo
+++ b/www/aria2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463935417
-SHA256 (aria2-1.23.0.tar.xz) = 585185866415bf1120e4bf0a484e7dfec2e9e7c5305023b15ad0f66f90391f93
-SIZE (aria2-1.23.0.tar.xz) = 1493704
+TIMESTAMP = 1476671832
+SHA256 (aria2-1.28.0.tar.xz) = e0a125a557b9aacf23468374f63215e9b1d6165c990bd8ecb0603cdc1d5d72f0
+SIZE (aria2-1.28.0.tar.xz) = 1495984