From owner-svn-ports-all@freebsd.org Sat Jun 17 23:04:14 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 6CEA7C3161C; Sat, 17 Jun 2017 23:04:14 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A7C57AE6C; Sat, 17 Jun 2017 23:04:13 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 40CF33F65C; Sat, 17 Jun 2017 19:04:12 -0400 (EDT) Received: from anthias.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 9FB893F4D9; Sat, 17 Jun 2017 19:04:11 -0400 (EDT) Date: Sun, 18 Jun 2017 01:04:10 +0200 (CEST) From: Gerald Pfeifer To: Bryan Drewery cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r442729 - head/Mk In-Reply-To: <201706060015.v560FKXX085956@repo.freebsd.org> Message-ID: References: <201706060015.v560FKXX085956@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Sat, 17 Jun 2017 23:04:14 -0000 On Tue, 6 Jun 2017, Bryan Drewery wrote: > Log: > No quoting needed here. I find that I often log at the output of svn log when I'm debugging something, or just try to understand, and will admit that a message like this is a little terse (in that it doesn't provide context where this happened). > -DEPENDS_ARGS+= RUBY_VER="${RUBY_VER}" > +DEPENDS_ARGS+= RUBY_VER=${RUBY_VER} How about something like No quoting needed when adding RUBY_VER to DEPENDS_ARGS. or so? Still less than one line, one two seconds more of typing. :-) Gerald