git: 1cecd1dcd2a6 - main - www/aria2: Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Oct 2023 12:02:49 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1cecd1dcd2a649c056cd054231f31d1b45498588
commit 1cecd1dcd2a649c056cd054231f31d1b45498588
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-08 11:54:31 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-08 11:54:31 +0000
www/aria2: Update WWW
- Cosmetic change
---
www/aria2/Makefile | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/www/aria2/Makefile b/www/aria2/Makefile
index cd7faf6f6bf3..47cf4e1ca461 100644
--- a/www/aria2/Makefile
+++ b/www/aria2/Makefile
@@ -7,7 +7,8 @@ MASTER_SITES= https://github.com/aria2/aria2/releases/download/release-${PORTVER
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Yet another download tool
-WWW= https://aria2.github.io/
+WWW= https://aria2.github.io/ \
+ https://github.com/aria2/aria2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -15,10 +16,21 @@ LICENSE_FILE= ${WRKSRC}/COPYING
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 \
+ --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-appletls --without-gnutls --without-libgcrypt --without-libgmp --without-libnettle
+ --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" \
ac_cv_path_RST2HTML=no