From 1cecd1dcd2a649c056cd054231f31d1b45498588 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sun, 8 Oct 2023 19:54:31 +0800 Subject: [PATCH] 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 cd7faf6f6bf3b..47cf4e1ca4611 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