svn commit: r336561 - in head: comms/dcf77pi lang/bf2c misc/biosfont-demos sysutils/biosfont www/chromium

Rene Ladan rene at FreeBSD.org
Sun Dec 15 17:41:40 UTC 2013


Author: rene
Date: Sun Dec 15 17:41:39 2013
New Revision: 336561
URL: http://svnweb.freebsd.org/changeset/ports/336561

Log:
  Specify which BSD licence applies.
  
  Submitted by:	make check-sanity

Modified:
  head/comms/dcf77pi/Makefile
  head/lang/bf2c/Makefile
  head/misc/biosfont-demos/Makefile
  head/sysutils/biosfont/Makefile
  head/www/chromium/Makefile

Modified: head/comms/dcf77pi/Makefile
==============================================================================
--- head/comms/dcf77pi/Makefile	Sun Dec 15 17:21:06 2013	(r336560)
+++ head/comms/dcf77pi/Makefile	Sun Dec 15 17:41:39 2013	(r336561)
@@ -8,7 +8,7 @@ CATEGORIES=	comms
 MAINTAINER=	rene at FreeBSD.org
 COMMENT=	DCF77 receiver/logger/analyzer for the Raspberry Pi
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rene0

Modified: head/lang/bf2c/Makefile
==============================================================================
--- head/lang/bf2c/Makefile	Sun Dec 15 17:21:06 2013	(r336560)
+++ head/lang/bf2c/Makefile	Sun Dec 15 17:41:39 2013	(r336561)
@@ -8,7 +8,7 @@ CATEGORIES=	lang
 MAINTAINER=	rene at FreeBSD.org
 COMMENT=	Optimizing BrainF*ck to C compiler
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rene0

Modified: head/misc/biosfont-demos/Makefile
==============================================================================
--- head/misc/biosfont-demos/Makefile	Sun Dec 15 17:21:06 2013	(r336560)
+++ head/misc/biosfont-demos/Makefile	Sun Dec 15 17:41:39 2013	(r336561)
@@ -10,7 +10,7 @@ MASTER_SITES=	ftp://rene-ladan.nl/pub/di
 MAINTAINER=	rene at FreeBSD.org
 COMMENT=	Demos for the biosfont kernel module
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 BUILD_DEPENDS=	${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont
 RUN_DEPENDS=	/boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont

Modified: head/sysutils/biosfont/Makefile
==============================================================================
--- head/sysutils/biosfont/Makefile	Sun Dec 15 17:21:06 2013	(r336560)
+++ head/sysutils/biosfont/Makefile	Sun Dec 15 17:41:39 2013	(r336561)
@@ -9,9 +9,9 @@ MASTER_SITES=	ftp://rene-ladan.nl/pub/di
 MAINTAINER=	rene at FreeBSD.org
 COMMENT=	Kernel module to retrieve bitmap fonts from BIOS memory
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
-# only platforms guraranteed to be ok, feedback/patches are welcome
+# only platforms guaranteed to be ok, feedback/patches are welcome
 ONLY_FOR_ARCHS=	i386 amd64
 
 USES=		uidfix kmod

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Sun Dec 15 17:21:06 2013	(r336560)
+++ head/www/chromium/Makefile	Sun Dec 15 17:41:39 2013	(r336561)
@@ -16,7 +16,7 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:br
 MAINTAINER=	chromium at FreeBSD.org
 COMMENT=	Mostly BSD-licensed web browser based on WebKit and Gtk+
 
-LICENSE=	BSD LGPL21 MPL
+LICENSE=	BSD3CLAUSE LGPL21 MPL
 LICENSE_COMB=	multi
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}


More information about the svn-ports-head mailing list