From owner-svn-ports-all@FreeBSD.ORG Wed Oct 17 18:27:49 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 92E4D807; Wed, 17 Oct 2012 18:27:49 +0000 (UTC) Date: Wed, 17 Oct 2012 18:27:49 +0000 From: Alexey Dokuchaev To: Beat Gaetzi Subject: Re: svn commit: r305934 - in head/devel: clanlib clanlib1 clanlib22 Message-ID: <20121017182749.GA2404@FreeBSD.org> References: <201210151951.q9FJpZZg060536@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201210151951.q9FJpZZg060536@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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2012 18:27:49 -0000 On Mon, Oct 15, 2012 at 07:51:35PM +0000, Beat Gaetzi wrote: > New Revision: 305934 > URL: http://svn.freebsd.org/changeset/ports/305934 > > Log: > - Remove LICENSE_GROUPS, LICENSE_NAME and LICENSE_PERMS as the ZLIB license > is defined in bsd.licenses.db.mk now. > > @@ -13,10 +13,7 @@ MAINTAINER= c.petrik.sosa@gmail.com > COMMENT= Cross-platform game SDK > > LICENSE= ZLIB > -LICENSE_GROUPS= FSF GPL OSI > -LICENSE_NAME= ZLIB license > LICENSE_FILE= ${WRKSRC}/COPYING Perhaps it makes sense to add ZLIB license template to Templates/Licenses, so we can avoid setting LICENSE_FILE? ./danfe