svn commit: r302213 - head/www/pound

Bryan Drewery bdrewery at freebsd.org
Wed Aug 8 12:18:00 UTC 2012


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 at 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 at freenode/EFNet



More information about the svn-ports-head mailing list