From owner-svn-ports-head@FreeBSD.ORG Mon Aug 27 13:09:20 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 68F661065673; Mon, 27 Aug 2012 13:09:20 +0000 (UTC) Date: Mon, 27 Aug 2012 13:09:20 +0000 From: Alexey Dokuchaev To: Bernhard Froehlich Message-ID: <20120827130920.GA55054@FreeBSD.org> References: <201208271253.q7RCrfNp099110@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201208271253.q7RCrfNp099110@svn.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r303225 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod virtualbox-ose/files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Aug 2012 13:09:20 -0000 On Mon, Aug 27, 2012 at 12:53:41PM +0000, Bernhard Froehlich wrote: > New Revision: 303225 > URL: http://svn.freebsd.org/changeset/ports/303225 > > @@ -19,13 +18,13 @@ DISTNAME= VirtualBox-${DISTVERSION} > MAINTAINER= vbox@FreeBSD.org > COMMENT= VirtualBox additions for FreeBSD guests > > +LICENSE= GPLv2 > +LICENSE_FILE= ${WRKSRC}/COPYING Why specify LICENSE_FILE for standard licenses? License framework was supposed to reduce filesystem spamming with identical copies of GPL, not to contribute to it further. > @@ -20,6 +20,9 @@ EXTRACT_ONLY= VirtualBox-${DISTVERSION}$ > MAINTAINER= vbox@FreeBSD.org > COMMENT= A general-purpose full virtualizer for x86 hardware > > +LICENSE= GPLv2 > +LICENSE_FILE= ${WRKSRC}/COPYING Ditto. ./danfe