Date: Thu, 30 Sep 2021 15:15:09 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d3197ef374a5 - main - www/aria2: Add CPE information Message-ID: <202109301515.18UFF9pJ046987@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3197ef374a503e22eb4a46601d63099ff2b1877 commit d3197ef374a503e22eb4a46601d63099ff2b1877 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-30 14:49:17 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-30 15:14:17 +0000 www/aria2: Add CPE information Approved by: portmgr (blanket) --- www/aria2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/aria2/Makefile b/www/aria2/Makefile index 01beca2ede08..c2472441a684 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -12,7 +12,9 @@ COMMENT= Yet another download tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lib libtool pathfix pkgconfig ssl tar:xz +USES= compiler:c++11-lib cpe libtool pathfix pkgconfig ssl tar:xz + +CPE_VENDOR= aria2_project CONFIGURE_ARGS= --disable-epoll \ --enable-bittorrent --enable-libaria2 --enable-metalink --enable-shared --enable-ssl --enable-threads=posix --enable-websocket \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109301515.18UFF9pJ046987>