From owner-svn-ports-all@freebsd.org Sat Nov 4 13:14:02 2017 Return-Path: Delivered-To: svn-ports-all@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 ACD84E6E16D; Sat, 4 Nov 2017 13:14:02 +0000 (UTC) (envelope-from dbaio@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 86E766DD1E; Sat, 4 Nov 2017 13:14:02 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA4DE126062441; Sat, 4 Nov 2017 13:14:01 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA4DE10u062437; Sat, 4 Nov 2017 13:14:01 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201711041314.vA4DE10u062437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 4 Nov 2017 13:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453460 - in head: Mk Templates/Licenses audio/taglib textproc/es-hunspell X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head: Mk Templates/Licenses audio/taglib textproc/es-hunspell X-SVN-Commit-Revision: 453460 X-SVN-Commit-Repository: ports 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.23 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: Sat, 04 Nov 2017 13:14:02 -0000 Author: dbaio Date: Sat Nov 4 13:14:01 2017 New Revision: 453460 URL: https://svnweb.freebsd.org/changeset/ports/453460 Log: Remove MPL (without version) license All ports now are using MPL[10|11|20] license. Approved by: portmgr (rene) Differential Revision: D12940 Deleted: head/Templates/Licenses/MPL Modified: head/Mk/bsd.licenses.db.mk head/Mk/bsd.sanity.mk head/audio/taglib/Makefile head/textproc/es-hunspell/Makefile Modified: head/Mk/bsd.licenses.db.mk ============================================================================== --- head/Mk/bsd.licenses.db.mk Sat Nov 4 13:08:28 2017 (r453459) +++ head/Mk/bsd.licenses.db.mk Sat Nov 4 13:14:01 2017 (r453460) @@ -75,7 +75,7 @@ _LICENSE_LIST+= CC0-1.0 \ CC-BY-SA-1.0 CC-BY-SA-2.0 CC-BY-SA-2.5 CC-BY-SA-3.0 CC-BY-SA-4.0 # MPL family -_LICENSE_LIST+= MPL MPL10 MPL11 MPL20 +_LICENSE_LIST+= MPL10 MPL11 MPL20 # Others _LICENSE_LIST+= NONE @@ -350,9 +350,6 @@ _LICENSE_PERMS_LPPL13c= dist-mirror dist-sell _LICENSE_NAME_MIT= MIT license / X11 license _LICENSE_GROUPS_MIT= COPYFREE FSF GPL OSI - -_LICENSE_NAME_MPL= Mozilla Public License -_LICENSE_GROUPS_MPL= FSF OSI _LICENSE_NAME_MPL10= Mozilla Public License version 1.0 _LICENSE_GROUPS_MPL10= FSF OSI Modified: head/Mk/bsd.sanity.mk ============================================================================== --- head/Mk/bsd.sanity.mk Sat Nov 4 13:08:28 2017 (r453459) +++ head/Mk/bsd.sanity.mk Sat Nov 4 13:14:01 2017 (r453460) @@ -112,9 +112,6 @@ DEV_ERROR+= "USE_DOS2UNIX is no longer supported, plea .if ${LICENSE:MBSD} DEV_WARNING+= "LICENSE must not contain BSD, instead use BSD[234]CLAUSE" .endif -.if ${LICENSE:MMPL} -DEV_WARNING+= "LICENSE must not contain MPL, instead use MPL[10|11|20]" -.endif .else DEV_WARNING+= "Please set LICENSE for this port" .endif Modified: head/audio/taglib/Makefile ============================================================================== --- head/audio/taglib/Makefile Sat Nov 4 13:08:28 2017 (r453459) +++ head/audio/taglib/Makefile Sat Nov 4 13:14:01 2017 (r453460) @@ -12,7 +12,7 @@ COMMENT= Library for manipulating ID3 tags and Ogg com LICENSE= LGPL21 MPL11 LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL -LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL USES= cmake cpe pathfix CMAKE_ARGS= -DWITH_ASF:BOOL=ON \ Modified: head/textproc/es-hunspell/Makefile ============================================================================== --- head/textproc/es-hunspell/Makefile Sat Nov 4 13:08:28 2017 (r453459) +++ head/textproc/es-hunspell/Makefile Sat Nov 4 13:14:01 2017 (r453460) @@ -16,7 +16,7 @@ LICENSE= GPLv3 LGPL3 MPL11 LICENSE_COMB= dual LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3.txt LICENSE_FILE_LGPL3= ${WRKSRC}/LGPLv3.txt -LICENSE_FILE_MPL= ${WRKSRC}/MPL-1.1.txt +LICENSE_FILE_MPL11= ${WRKSRC}/MPL-1.1.txt NO_ARCH= yes NO_BUILD= yes