From owner-svn-ports-head@FreeBSD.ORG Mon Nov 26 13:56:09 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 74BF53AA; Mon, 26 Nov 2012 13:56:09 +0000 (UTC) Date: Mon, 26 Nov 2012 13:56:09 +0000 From: Alexey Dokuchaev To: Guido Falsi Subject: Re: svn commit: r307782 - head/audio/asunder Message-ID: <20121126135609.GC62928@FreeBSD.org> References: <201211261259.qAQCxdXD089022@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211261259.qAQCxdXD089022@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2012 13:56:09 -0000 On Mon, Nov 26, 2012 at 12:59:39PM +0000, Guido Falsi wrote: > New Revision: 307782 > URL: http://svnweb.freebsd.org/changeset/ports/307782 > > -PORTVERSION= 2.0 > -PORTREVISION?= 2 > +PORTVERSION= 2.2 Hmm, does this port have slaves? PORTREVISION?= suggests it does, it this case it should be left as PORTREVISION?=0, otherwise it could be overridden by slave port(s). > +MONKEYAUDIO_DESC= Monkey's Audio support We have standard knob for this one (APE_DESC). > PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO Normally we do not install COPYING as part of the docs, LICENSE should be set instead. If software expects to find this file (e.g. for displaying in the about dialog), it should be redirected to share/licenses/${PKGNAME} instead (see `graphics/luminance' port for an example). ./danfe