Date: Sun, 8 Oct 2023 12:02:49 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1cecd1dcd2a6 - main - www/aria2: Update WWW Message-ID: <202310081202.398C2n1l053620@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310081202.398C2n1l053620>