Date: Wed, 08 Aug 2012 07:17:36 -0500 From: Bryan Drewery <bdrewery@freebsd.org> To: Alexey Dokuchaev <danfe@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r302213 - head/www/pound Message-ID: <502258E0.7050902@FreeBSD.org> In-Reply-To: <20120808110537.GB56960@FreeBSD.org> References: <201208061950.q76JoROF076158@svn.freebsd.org> <20120808110537.GB56960@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 8/8/2012 6:05 AM, Alexey Dokuchaev wrote: > On Mon, Aug 06, 2012 at 07:50:27PM +0000, Bryan Drewery wrote: >> New Revision: 302213 >> URL: http://svn.freebsd.org/changeset/ports/302213 >> >> Log: >> - Fix typo in CONFIGURE_ARGS to properly disable tcmalloc >> - Add LICENSE information >> >> +++ head/www/pound/Makefile Mon Aug 6 19:50:27 2012 (r302213) >> @@ -17,6 +17,9 @@ EXTRACT_SUFX= .tgz >> MAINTAINER= anders@FreeBSD.org >> COMMENT= Reverse proxy, load balancer and HTTP(S) frontend for web servers >> >> +LICENSE= GPLv3 >> +LICENSE_FILE= ${WRKSRC}/GPL.txt > > Why to set LICENSE_FILE for standard licenses (like GPLv3)? > > ./danfe > I actually did discuss removing this with the submitter. I confused myself though. I looked in bsd.licenses.mk and saw $WRKSRC/$LICENSE, so thought it was needed since it was not WRKSRC/GPLv3.txt. I see now that obviously it's standard and in Templates/Licenses, so there's no need :) -- Regards, Bryan Drewery bdrewery@freenode/EFNet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?502258E0.7050902>