git: 06b2f3340c1f - main - www/aria2: Drop bogus --without-ca-bundle option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Oct 2023 11:51:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=06b2f3340c1f6dc764575a8e836c0e2fb226e0b7 commit 06b2f3340c1f6dc764575a8e836c0e2fb226e0b7 Author: Dag-Erling Smorgrav <des@FreeBSD.org> AuthorDate: 2023-10-08 11:50:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-10-08 11:50:45 +0000 www/aria2: Drop bogus --without-ca-bundle option - Bump PORTREVISION for package change Differential Revision: https://reviews.freebsd.org/D42118 Fixes: b6c274c6a7264f1258cd3cff73035c06fca27bf9 --- www/aria2/Makefile | 4 ++-- 1 file 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" \