From owner-svn-ports-head@FreeBSD.ORG Fri Nov 15 11:03:51 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA1DCB14; Fri, 15 Nov 2013 11:03:51 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 901CC2148; Fri, 15 Nov 2013 11:03:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAFB3p34072707; Fri, 15 Nov 2013 11:03:51 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAFB3pZP072705; Fri, 15 Nov 2013 11:03:51 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311151103.rAFB3pZP072705@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 15 Nov 2013 11:03:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333852 - 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.16 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: Fri, 15 Nov 2013 11:03:51 -0000 Author: sunpoet Date: Fri Nov 15 11:03:50 2013 New Revision: 333852 URL: http://svnweb.freebsd.org/changeset/ports/333852 Log: - Update to 1.18.1 - Add settable variable ARIA2_DISK_CACHE for disk cache size (defaults to 16M) Changes: http://sourceforge.net/projects/aria2/files/stable/aria2-1.18.1/README.rst/view Modified: head/www/aria2/Makefile head/www/aria2/distinfo Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Fri Nov 15 10:55:18 2013 (r333851) +++ head/www/aria2/Makefile Fri Nov 15 11:03:50 2013 (r333852) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aria2 -PORTVERSION= 1.17.1 +PORTVERSION= 1.18.1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} @@ -17,18 +17,20 @@ OPTIONS_SUB= yes CA_BUNDLE_DESC= Use CA bundle from Mozilla Project CONFIGURE_ARGS= --disable-epoll --enable-bittorrent --enable-metalink \ - --enable-shared --enable-threads=posix --with-libz \ - --with-libxml2 --with-openssl --without-gnutls \ + --enable-shared --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 CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" \ ZLIB_CFLAGS=-I${INCLUDEDIR} ZLIB_LIBS="-L${LIBDIR} -lz" \ ac_cv_path_RST2HTML=no GNU_CONFIGURE= yes +USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_OPENSSL= yes USE_XZ= yes -USES= pathfix pkgconfig +USES= compiler:c++11-lang pathfix pkgconfig CA_BUNDLE_CONFIGURE_OFF=--without-ca-bundle CA_BUNDLE_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt @@ -40,6 +42,8 @@ SQLITE_CONFIGURE_OFF= --without-sqlite3 SQLITE_CONFIGURE_ON= --with-sqlite3 SQLITE_USE= SQLITE=yes +ARIA2_DISK_CACHE?= 16M + .include .if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 Modified: head/www/aria2/distinfo ============================================================================== --- head/www/aria2/distinfo Fri Nov 15 10:55:18 2013 (r333851) +++ head/www/aria2/distinfo Fri Nov 15 11:03:50 2013 (r333852) @@ -1,2 +1,2 @@ -SHA256 (aria2-1.17.1.tar.xz) = 7e18cf15afa17cf725c2ab4338751bc165e33d41917a4af9927da0855298efc0 -SIZE (aria2-1.17.1.tar.xz) = 1450440 +SHA256 (aria2-1.18.1.tar.xz) = 14179cec7d476204faa52c4220fd8332a1036edd2c16fa3a9a29fd5d8b763968 +SIZE (aria2-1.18.1.tar.xz) = 1326632