From owner-cvs-all@FreeBSD.ORG Mon Feb 20 04:21:37 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 551151065670; Mon, 20 Feb 2012 04:21:37 +0000 (UTC) Date: Mon, 20 Feb 2012 04:21:37 +0000 From: Alexey Dokuchaev To: Ryan Steinmetz Message-ID: <20120220042137.GA68349@FreeBSD.org> References: <201202191401.q1JE11pT092029@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201202191401.q1JE11pT092029@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/freeradius/files patch-doc__examples__mysql.sql X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2012 04:21:37 -0000 On Sun, Feb 19, 2012 at 02:01:01PM +0000, Ryan Steinmetz wrote: > zi 2012-02-19 14:01:01 UTC > > Added files: > net/freeradius/files patch-doc__examples__mysql.sql > Log: > - Remove warning when importing MySQL example script > - Do not bump PORTREVISION These types of simple largely mechanical fixes perhaps are better done with REINPLACE_CMD. It's short, readable, does not require an extra file to keep track of and waste an inode. Just an observation though; technically, nothing is wrong with the patch. ./danfe