From owner-dev-commits-ports-all@freebsd.org Sun Apr 18 07:09:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B05755F40A5; Sun, 18 Apr 2021 07:09:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FNLfd3bHlz4Zc6; Sun, 18 Apr 2021 07:09:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A8AC270D8; Sun, 18 Apr 2021 07:09:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13I79SnZ094873; Sun, 18 Apr 2021 07:09:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13I79SpR094872; Sun, 18 Apr 2021 07:09:28 GMT (envelope-from git) Date: Sun, 18 Apr 2021 07:09:28 GMT Message-Id: <202104180709.13I79SpR094872@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 2e72e642cf7e - main - www/aria2: Cosmetic change MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2e72e642cf7e7ea7423da998269558f5d53de156 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2021 07:09:30 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e72e642cf7e7ea7423da998269558f5d53de156 commit 2e72e642cf7e7ea7423da998269558f5d53de156 Author: Po-Chuan Hsieh AuthorDate: 2021-04-18 04:58:28 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-04-18 05:42:14 +0000 www/aria2: Cosmetic change --- www/aria2/Makefile | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/www/aria2/Makefile b/www/aria2/Makefile index bb88279459c5..a594008df084 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -3,7 +3,7 @@ PORTNAME= aria2 PORTVERSION= 1.35.0 CATEGORIES= www -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${PORTVERSION}/ \ +MASTER_SITES= https://github.com/aria2/aria2/releases/download/release-${PORTVERSION}/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org @@ -12,33 +12,33 @@ COMMENT= Yet another download tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= CA_BUNDLE CARES DOCS NLS SQLITE SSH2 -OPTIONS_DEFAULT=CA_BUNDLE SQLITE -OPTIONS_SUB= yes -CA_BUNDLE_DESC= Use CA bundle from Mozilla Project -SSH2_DESC= SSH2 protocol support +USES= compiler:c++11-lib gnome libtool pathfix pkgconfig ssl tar:xz +USE_GNOME= libxml2 -CONFIGURE_ARGS= --disable-epoll --enable-bittorrent --enable-libaria2 \ - --enable-metalink --enable-shared --enable-ssl --enable-static \ - --enable-threads=posix --enable-websocket \ +CONFIGURE_ARGS= --disable-epoll \ + --enable-bittorrent --enable-libaria2 --enable-metalink --enable-shared --enable-ssl --enable-static --enable-threads=posix --enable-websocket \ --with-disk-cache=${ARIA2_DISK_CACHE} \ --with-libxml2 --with-libz --with-openssl \ - --without-appletls --without-gnutls \ - --without-libexpat --without-libgcrypt --without-libgmp \ - --without-libnettle --without-libuv + --without-appletls --without-gnutls --without-libexpat --without-libgcrypt --without-libgmp --without-libnettle --without-libuv CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ ac_cv_path_RST2HTML=no GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_CXXSTD= c++11 -USE_GNOME= libxml2 USE_LDCONFIG= yes -USE_RC_SUBR= ${PORTNAME} -USES= compiler:c++11-lib gnome libtool pathfix pkgconfig ssl tar:xz +USE_RC_SUBR= aria2 PORTDOCS= * +ARIA2_DISK_CACHE?= 16M + +OPTIONS_DEFINE= CA_BUNDLE CARES DOCS NLS SQLITE SSH2 +OPTIONS_DEFAULT=CA_BUNDLE SQLITE +OPTIONS_SUB= yes +CA_BUNDLE_DESC= Use CA bundle from Mozilla Project +SSH2_DESC= SSH2 protocol support + CA_BUNDLE_CONFIGURE_OFF=--without-ca-bundle CA_BUNDLE_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss @@ -53,8 +53,6 @@ SQLITE_USES= sqlite SSH2_CONFIGURE_WITH= libssh2 SSH2_LIB_DEPENDS= libssh2.so:security/libssh2 -ARIA2_DISK_CACHE?= 16M - post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ ${INSTALL_DATA} ${WRKSRC}/doc/bash_completion/aria2c ${STAGEDIR}${PREFIX}/etc/bash_completion.d/