From owner-cvs-ports@FreeBSD.ORG Fri Nov 18 20:15:20 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 2E77010656A8; Fri, 18 Nov 2011 20:15:20 +0000 (UTC) Date: Fri, 18 Nov 2011 20:15:20 +0000 From: Alexey Dokuchaev To: Martin Wilke Message-ID: <20111118201520.GA6022@FreeBSD.org> References: <201111182007.pAIK7KNL031974@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201111182007.pAIK7KNL031974@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/audio/tuxguitar Makefile ports/audio/lmms Makefile ports/audio/qsynth Makefile ports/audio/fluidsynth-dssi Makefile ports/audio/fluidsynth Makefile distinfo pkg-plist ports/audio/fluidsynth/files patch-src__Makefile.in ports/audio/denemo ... 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: Fri, 18 Nov 2011 20:15:20 -0000 On Fri, Nov 18, 2011 at 08:07:20PM +0000, Martin Wilke wrote: > miwi 2011-11-18 20:07:20 UTC > > Modified files: > audio/tuxguitar Makefile > audio/lmms Makefile > audio/qsynth Makefile > audio/fluidsynth-dssi Makefile > audio/fluidsynth Makefile distinfo pkg-plist > audio/denemo Makefile > multimedia/vlc Makefile > multimedia/audacious-plugins Makefile > multimedia/gstreamer-plugins-buzztard Makefile > Removed files: > audio/fluidsynth/files patch-src__Makefile.in > Log: > - Update to 1.5.1 Martin, This log message is incorrect. Please be more careful when you update a port that requires subsequent changes in dependent ports due to shlib version bump: remember that people read lots sometimes, and this "Update to 1.5.1" message would be confusing for dependent ports. Usually it's better to do two separate commits: one for library update, another one for chasing shlib version, each with appropriate commit log. ./danfe