From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:19:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3C6B126; Wed, 18 Feb 2015 16:19:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FD71DD9; Wed, 18 Feb 2015 16:19:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGJL2l057045; Wed, 18 Feb 2015 16:19:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGJLPN057043; Wed, 18 Feb 2015 16:19:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181619.t1IGJLPN057043@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:19:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379231 - head/www/aria2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 16:19:21 -0000 Author: sunpoet Date: Wed Feb 18 16:19:20 2015 New Revision: 379231 URL: https://svnweb.freebsd.org/changeset/ports/379231 QAT: https://qat.redports.org/buildarchive/r379231/ Log: - Update to 1.18.9 - Set more CONFIGURE_ARGS explicitly Changes: https://github.com/tatsuhiro-t/aria2/blob/master/NEWS Modified: head/www/aria2/Makefile head/www/aria2/distinfo Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Wed Feb 18 16:19:15 2015 (r379230) +++ head/www/aria2/Makefile Wed Feb 18 16:19:20 2015 (r379231) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= aria2 -PORTVERSION= 1.18.8 -PORTREVISION= 1 +PORTVERSION= 1.18.9 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} @@ -18,11 +17,13 @@ OPTIONS_SUB= yes CA_BUNDLE_DESC= Use CA bundle from Mozilla Project CONFIGURE_ARGS= --disable-epoll --enable-bittorrent --enable-libaria2 \ - --enable-metalink --enable-shared --enable-static \ - --enable-threads=posix --with-disk-cache=${ARIA2_DISK_CACHE} \ - --with-libxml2 --with-libz --with-openssl --without-gnutls \ - --without-libcares --without-libexpat --without-libgcrypt \ - --without-libgmp --without-libnettle + --enable-metalink --enable-shared --enable-ssl --enable-static \ + --enable-threads=posix --enable-websocket \ + --with-disk-cache=${ARIA2_DISK_CACHE} \ + --with-libxml2 --with-libz --with-openssl \ + --without-appletls --without-gnutls --without-libcares \ + --without-libexpat --without-libgcrypt --without-libgmp \ + --without-libnettle --without-libuv CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ ZLIB_CFLAGS=-I${INCLUDEDIR} \ Modified: head/www/aria2/distinfo ============================================================================== --- head/www/aria2/distinfo Wed Feb 18 16:19:15 2015 (r379230) +++ head/www/aria2/distinfo Wed Feb 18 16:19:20 2015 (r379231) @@ -1,2 +1,2 @@ -SHA256 (aria2-1.18.8.tar.xz) = ed08fb94dbf4713251a7a9f9eab3b63d480061cb94048720d8fe372f73d83863 -SIZE (aria2-1.18.8.tar.xz) = 1363500 +SHA256 (aria2-1.18.9.tar.xz) = 4a7be62cac075e4ad14c91dd4ab9f22afe6e21507255142c20de252e15a7b1e7 +SIZE (aria2-1.18.9.tar.xz) = 1373320