From owner-svn-ports-all@freebsd.org Mon May 14 19:18:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7FFDE6862E; Mon, 14 May 2018 19:18:52 +0000 (UTC) (envelope-from rakuco@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C74171F4F; Mon, 14 May 2018 19:18:52 +0000 (UTC) (envelope-from rakuco@freebsd.org) Received: from freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) by freefall.freebsd.org (Postfix) with ESMTP id 53C5C4119; Mon, 14 May 2018 19:18:52 +0000 (UTC) (envelope-from rakuco@freebsd.org) From: Raphael Kubo da Costa To: Tobias Kortkamp Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469874 - head/x11-fonts/fantasque-sans-mono References: <201805141024.w4EAONGN032356@repo.freebsd.org> <1526295407.2311419.1371181224.2C509C6F@webmail.messagingengine.com> Date: Mon, 14 May 2018 21:18:50 +0200 In-Reply-To: <1526295407.2311419.1371181224.2C509C6F@webmail.messagingengine.com> (Tobias Kortkamp's message of "Mon, 14 May 2018 12:56:47 +0200") Message-ID: <86d0xyoxk5.fsf@FreeBSD.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 19:18:53 -0000 Tobias Kortkamp writes: > Why do I have to download all variants when only one distfile is ever be used for each one? > Why not use something like NORMAL_DISTFILES=FantasqueSansMono-Normal.tar.gz or > NORMAL_VARS=DISTNAME=FantasqueSansMono-Normal instead of the > _EXTRACT_ONLY helpers? That probably works as well. Could you send a patch?