From owner-cvs-ports@FreeBSD.ORG Sat Jul 5 13:17:19 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 491671065682; Sat, 5 Jul 2008 13:17:19 +0000 (UTC) Date: Sat, 5 Jul 2008 13:17:19 +0000 From: Alexey Dokuchaev To: Beech Rintoul Message-ID: <20080705131719.GB94155@FreeBSD.org> References: <200807050149.m651nKNI017632@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200807050149.m651nKNI017632@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/www/atutor Makefile distinfo ports/www/atutor/files pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2008 13:17:19 -0000 On Sat, Jul 05, 2008 at 01:49:20AM +0000, Beech Rintoul wrote: > beech 2008-07-05 01:49:20 UTC > > FreeBSD ports repository > > Modified files: > www/atutor Makefile distinfo > www/atutor/files pkg-message.in > Log: > - Update to 1.6.1 > - Add static plist Couple of stylistic nits: - do-install: seems overly quiet; prepending each and every command is both bogus and silly (there's .SILENT for targets we want quiet) - @${CAT} ${PKGMESSAGE} should probably be surrounded by empty ${ECHO} to be consistent with package vs. port installation. Although this should have probably be handled in less obscure fashion ./danfe