aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smorgrav <des@FreeBSD.org>2023-10-08 11:50:45 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-08 11:50:45 +0000
commit06b2f3340c1f6dc764575a8e836c0e2fb226e0b7 (patch)
treef7f7bb45f9652454a1f4ea8e0f0a0fb4857fb87f
parent13511f8279de34e2d0d760c924a029df38d0dca1 (diff)
downloadports-06b2f3340c1f6dc764575a8e836c0e2fb226e0b7.tar.gz
ports-06b2f3340c1f6dc764575a8e836c0e2fb226e0b7.zip
www/aria2: Drop bogus --without-ca-bundle option
- Bump PORTREVISION for package change Differential Revision: https://reviews.freebsd.org/D42118 Fixes: b6c274c6a7264f1258cd3cff73035c06fca27bf9
-rw-r--r--www/aria2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile
index bc6af1230006..cd7faf6f6bf3 100644
--- a/www/aria2/Makefile
+++ b/www/aria2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= aria2
PORTVERSION= 1.36.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= https://github.com/aria2/aria2/releases/download/release-${PORTVERSION}/ \
LOCAL/sunpoet
@@ -17,7 +17,7 @@ USES= compiler:c++11-lib cpe libtool pathfix pkgconfig ssl tar:xz
CONFIGURE_ARGS= --disable-epoll \
--enable-bittorrent --enable-libaria2 --enable-metalink --enable-shared --enable-ssl --enable-threads=posix --enable-websocket \
--with-disk-cache=${ARIA2_DISK_CACHE} \
- --with-libz --with-openssl --without-ca-bundle \
+ --with-libz --with-openssl \
--without-appletls --without-gnutls --without-libgcrypt --without-libgmp --without-libnettle
CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} \
OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \