Skip to content

Commit

Permalink
www/aria2: Drop bogus --without-ca-bundle option
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change

Differential Revision:	https://reviews.freebsd.org/D42118
Fixes:		b6c274c
  • Loading branch information
dag-erling authored and sunpoet committed Oct 8, 2023
1 parent 13511f8 commit 06b2f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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" \
Expand Down

0 comments on commit 06b2f33

Please sign in to comment.