svn commit: r373984 - in head/www: nginx nginx-devel

Mark Felder feld at FreeBSD.org
Thu Dec 4 21:26:04 UTC 2014


Author: feld
Date: Thu Dec  4 21:26:03 2014
New Revision: 373984
URL: https://svnweb.freebsd.org/changeset/ports/373984
QAT: https://qat.redports.org/buildarchive/r373984/

Log:
  Update LICENSE to make the warnings go away

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx/Makefile

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Thu Dec  4 20:55:21 2014	(r373983)
+++ head/www/nginx-devel/Makefile	Thu Dec  4 21:26:03 2014	(r373984)
@@ -14,7 +14,7 @@ PKGNAMESUFFIX=	-devel
 MAINTAINER=	osa at FreeBSD.org
 COMMENT=	Robust and small WWW server
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 USES+=		cpe
 

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Thu Dec  4 20:55:21 2014	(r373983)
+++ head/www/nginx/Makefile	Thu Dec  4 21:26:03 2014	(r373984)
@@ -14,7 +14,7 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	osa at FreeBSD.org
 COMMENT=	Robust and small WWW server
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 USES+=		cpe
 


More information about the svn-ports-head mailing list