From owner-svn-ports-head@freebsd.org Mon May 14 20:26:50 2018 Return-Path: Delivered-To: svn-ports-head@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 37F04E75E33; Mon, 14 May 2018 20:26:50 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E0ACE7F90F; Mon, 14 May 2018 20:26:49 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C113F210AD; Mon, 14 May 2018 20:26:49 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EKQnNQ043690; Mon, 14 May 2018 20:26:49 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EKQneh043689; Mon, 14 May 2018 20:26:49 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805142026.w4EKQneh043689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 14 May 2018 20:26:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469962 - head/x11-fonts/fantasque-sans-mono X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/x11-fonts/fantasque-sans-mono X-SVN-Commit-Revision: 469962 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 20:26:50 -0000 Author: rakuco Date: Mon May 14 20:26:49 2018 New Revision: 469962 URL: https://svnweb.freebsd.org/changeset/ports/469962 Log: Set DISTFILES as OPTIONs helpers. This allows one to only download the tarball corresponding to the chosen VARIANT option, at the expense of making `make makesum' more cumbersome to run (so add a comment to remind me of how to do it). PR: 228206 Submitted by: tobik Modified: head/x11-fonts/fantasque-sans-mono/Makefile Modified: head/x11-fonts/fantasque-sans-mono/Makefile ============================================================================== --- head/x11-fonts/fantasque-sans-mono/Makefile Mon May 14 19:38:32 2018 (r469961) +++ head/x11-fonts/fantasque-sans-mono/Makefile Mon May 14 20:26:49 2018 (r469962) @@ -5,10 +5,6 @@ PORTVERSION= 1.7.2 PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/belluzj/fantasque-sans/releases/download/v${PORTVERSION}/ -DISTFILES= FantasqueSansMono-Normal.tar.gz \ - FantasqueSansMono-NoLoopK.tar.gz \ - FantasqueSansMono-LargeLineHeight.tar.gz \ - FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz MAINTAINER= rakuco@FreeBSD.org COMMENT= Programming font, designed with functionality in mind @@ -22,6 +18,9 @@ USES= fonts OPTIONS_DEFINE= DOCS +# For `make makesum' to include all distfiles, it should be run with +# WITH="$(make -V OPTIONS_SINGLE_VARIANT)". + OPTIONS_SINGLE= VARIANT OPTIONS_SINGLE_VARIANT= NORMAL NOLOOPK LLINE LLINENOLOOPK @@ -32,10 +31,10 @@ LLINENOLOOPK_DESC= Large line spacing with Nondescript OPTIONS_DEFAULT= NORMAL -NORMAL_EXTRACT_ONLY= FantasqueSansMono-Normal.tar.gz -NOLOOPK_EXTRACT_ONLY= FantasqueSansMono-NoLoopK.tar.gz -LLINE_EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight.tar.gz -LLINENOLOOPK_EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz +NORMAL_DISTFILES= FantasqueSansMono-Normal.tar.gz +NOLOOPK_DISTFILES= FantasqueSansMono-NoLoopK.tar.gz +LLINE_DISTFILES= FantasqueSansMono-LargeLineHeight.tar.gz +LLINENOLOOPK_DISTFILES= FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR}