Date: Fri, 15 Nov 2013 11:03:51 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333852 - head/www/aria2 Message-ID: <201311151103.rAFB3pZP072705@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311151103.rAFB3pZP072705>