From owner-svn-ports-all@FreeBSD.ORG Sun Dec 15 17:41:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE51A29F; Sun, 15 Dec 2013 17:41:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EF4F13A2; Sun, 15 Dec 2013 17:41:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFHfexC013003; Sun, 15 Dec 2013 17:41:40 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFHfd2J012998; Sun, 15 Dec 2013 17:41:39 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201312151741.rBFHfd2J012998@svn.freebsd.org> From: Rene Ladan Date: Sun, 15 Dec 2013 17:41:39 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 17:41:40 -0000 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}