From owner-svn-ports-all@freebsd.org Tue Apr 4 15:59:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7DCBD2EB89; Tue, 4 Apr 2017 15:59:54 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 89E30C42; Tue, 4 Apr 2017 15:59:54 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A390C185A; Tue, 4 Apr 2017 15:59:53 +0000 (UTC) From: Jan Beich To: Vanilla Hsu Cc: v@fatpipi.com, "svn-ports-head\@freebsd.org" , "svn-ports-all\@freebsd.org" , "ports-committers\@freebsd.org" , "Vanilla I. Shu" Subject: Re: svn commit: r437740 - head/www/geckodriver References: <201704041517.v34FHPRB035076@repo.freebsd.org> Date: Tue, 04 Apr 2017 18:01:29 +0200 Message-ID: <4ly4-maau-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 04 Apr 2017 15:59:54 -0000 Vanilla Hsu writes: > 2017-04-04 23:27 GMT+08:00 Jan Beich : > >> "Vanilla I. Shu" writes: >> >> > @@ -15,7 +15,7 @@ BUILD_DEPENDS= cargo:devel/cargo >> > >> > USE_GITHUB= yes >> > GH_ACCOUNT= mozilla >> > -GH_TAGNAME= a49be92 >> > +GH_TAGNAME= v${PORTVERSION} >> >> This should be DISTVERSIONPREFIX=v > Yep, I think about this before commit, > > but how to handle multiple distfiles ? When DISTFILES is set explicitly DISTVERSIONSUFFIX only has effect on USE_GITHUB bits.