From owner-svn-ports-head@freebsd.org Sun Feb 21 09:41:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1C82AAF49A; Sun, 21 Feb 2016 09:41:33 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94B4B1B9B; Sun, 21 Feb 2016 09:41:33 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1L9fWRI077138; Sun, 21 Feb 2016 09:41:32 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1L9fWJO077137; Sun, 21 Feb 2016 09:41:32 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602210941.u1L9fWJO077137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 21 Feb 2016 09:41:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409273 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2016 09:41:33 -0000 Author: koobs Date: Sun Feb 21 09:41:32 2016 New Revision: 409273 URL: https://svnweb.freebsd.org/changeset/ports/409273 Log: Mk/bsd.licenses.db.mk: Add UCIC/NCSA License Add University of Illinois/NCSA Open Source License (aka UCIC) [1][2] used by the LLVM project among others [3]. While I'm here: * Sort MIT license group values [1] https://spdx.org/licenses/NCSA.html [2] http://www.opensource.org/licenses/NCSA [3] https://en.wikipedia.org/wiki/Category:Software_using_the_NCSA_license Reviewed by: antoine Approved by: portmgr (maintainer, antoine) Differential Revision: D5372 Modified: head/Mk/bsd.licenses.db.mk Modified: head/Mk/bsd.licenses.db.mk ============================================================================== --- head/Mk/bsd.licenses.db.mk Sun Feb 21 09:12:40 2016 (r409272) +++ head/Mk/bsd.licenses.db.mk Sun Feb 21 09:41:32 2016 (r409273) @@ -40,7 +40,7 @@ Licenses_db_Include_MAINTAINER= # _LICENSE_LIST= BSL CC0-1.0 CDDL CPAL-1.0 ClArtistic EPL GFDL GMGPL \ - ISCL MIT MPL OFL10 OFL11 OWL OpenSSL PD PSFL PostgreSQL \ + ISCL MIT MPL NCSA OFL10 OFL11 OWL OpenSSL PD PSFL PostgreSQL \ RUBY ZLIB ZPL21 # GNU family @@ -227,11 +227,14 @@ _LICENSE_GROUPS_LPPL13c= FSF OSI _LICENSE_PERMS_LPPL13c= dist-mirror dist-sell _LICENSE_NAME_MIT= MIT license / X11 license -_LICENSE_GROUPS_MIT= FSF GPL OSI COPYFREE +_LICENSE_GROUPS_MIT= COPYFREE FSF GPL OSI _LICENSE_NAME_MPL= Mozilla Public License _LICENSE_GROUPS_MPL= FSF OSI +_LICENSE_NAME_NCSA= University of Illinois/NCSA Open Source License +_LICENSE_GROUPS_NCSA= COPYFREE FSF GPL OSI + _LICENSE_NAME_OFL10= SIL Open Font License version 1.0 (http://scripts.sil.org/OFL) _LICENSE_GROUPS_OFL10= FONTS