From owner-svn-ports-all@freebsd.org  Tue Jul 24 23:13:53 2018
Return-Path: <owner-svn-ports-all@freebsd.org>
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 C786210587B4;
 Tue, 24 Jul 2018 23:13:53 +0000 (UTC) (envelope-from cpm@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 7216A841E7;
 Tue, 24 Jul 2018 23:13:53 +0000 (UTC) (envelope-from cpm@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 5037C12370;
 Tue, 24 Jul 2018 23:13:53 +0000 (UTC) (envelope-from cpm@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6ONDrRn042664;
 Tue, 24 Jul 2018 23:13:53 GMT (envelope-from cpm@FreeBSD.org)
Received: (from cpm@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6ONDrgW042663;
 Tue, 24 Jul 2018 23:13:53 GMT (envelope-from cpm@FreeBSD.org)
Message-Id: <201807242313.w6ONDrgW042663@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org
 using -f
From: "Carlos J. Puga Medina" <cpm@FreeBSD.org>
Date: Tue, 24 Jul 2018 23:13:53 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r475280 - head/www/chromium
X-SVN-Group: ports-head
X-SVN-Commit-Author: cpm
X-SVN-Commit-Paths: head/www/chromium
X-SVN-Commit-Revision: 475280
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-all@freebsd.org
X-Mailman-Version: 2.1.27
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Jul 2018 23:13:54 -0000

Author: cpm
Date: Tue Jul 24 23:13:52 2018
New Revision: 475280
URL: https://svnweb.freebsd.org/changeset/ports/475280

Log:
  Put the git dependency in the right place. Now chromedriver needs git dependency at build time.
  
  Don't bump PORTREVISION because DRIVER option is enabled by default and does not affect to the generated package.
  
  Reported by:	Claude Buisson <clbuisson@orange.fr>
  MFH:		2018Q3 (blanket)

Modified:
  head/www/chromium/Makefile

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Tue Jul 24 22:13:20 2018	(r475279)
+++ head/www/chromium/Makefile	Tue Jul 24 23:13:52 2018	(r475280)
@@ -18,8 +18,7 @@ BUILD_DEPENDS=	bash:shells/bash \
 		${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \
 
 .if !defined(GN_ONLY)
-BUILD_DEPENDS+=	git:devel/git \
-		gperf:devel/gperf \
+BUILD_DEPENDS+=	gperf:devel/gperf \
 		yasm:devel/yasm \
 		ffmpeg>=3.2.2,1:multimedia/ffmpeg \
 		flock:sysutils/flock \
@@ -176,6 +175,7 @@ DEBUG_VARS_OFF=		BUILDTYPE=Release \
 			GN_ARGS+=remove_webcore_debug_symbols=true \
 			WANTSPACE="a fair amount of free disk space (~ 5.8GB)"
 
+DRIVER_BUILD_DEPENDS=	git:devel/git
 DRIVER_MAKE_ARGS=	chromedriver
 
 KERBEROS_VARS=		GN_ARGS+=use_kerberos=true