Date: Sun, 15 Dec 2013 17:41:39 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336561 - in head: comms/dcf77pi lang/bf2c misc/biosfont-demos sysutils/biosfont www/chromium Message-ID: <201312151741.rBFHfd2J012998@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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@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@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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312151741.rBFHfd2J012998>