Date: Mon, 17 Oct 2016 04:34:34 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424093 - head/www/aria2 Message-ID: <201610170434.u9H4YYua044361@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Oct 17 04:34:34 2016 New Revision: 424093 URL: https://svnweb.freebsd.org/changeset/ports/424093 Log: 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) Modified: head/www/aria2/Makefile (contents, props changed) head/www/aria2/distinfo (contents, props changed) Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Mon Oct 17 04:00:20 2016 (r424092) +++ head/www/aria2/Makefile Mon Oct 17 04:34:34 2016 (r424093) @@ -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 Modified: head/www/aria2/distinfo ============================================================================== --- head/www/aria2/distinfo Mon Oct 17 04:00:20 2016 (r424092) +++ head/www/aria2/distinfo Mon Oct 17 04:34:34 2016 (r424093) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610170434.u9H4YYua044361>