svn commit: r379231 - head/www/aria2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Feb 18 16:19:21 UTC 2015
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
More information about the svn-ports-head
mailing list