From owner-svn-ports-all@freebsd.org Sun Feb 7 16:25:35 2016 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 55405AA1B70; Sun, 7 Feb 2016 16:25:35 +0000 (UTC) (envelope-from jbeich@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 0CFBB17F; Sun, 7 Feb 2016 16:25:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17GPY0E027768; Sun, 7 Feb 2016 16:25:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17GPXC8027765; Sun, 7 Feb 2016 16:25:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201602071625.u17GPXC8027765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 7 Feb 2016 16:25:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408421 - in head: devel/py-game_sdl2 devel/renpy net-p2p/transmission-cli 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.20 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, 07 Feb 2016 16:25:35 -0000 Author: jbeich Date: Sun Feb 7 16:25:33 2016 New Revision: 408421 URL: https://svnweb.freebsd.org/changeset/ports/408421 Log: Clarify LICENSE Modified: head/devel/py-game_sdl2/Makefile (contents, props changed) head/devel/renpy/Makefile (contents, props changed) head/net-p2p/transmission-cli/Makefile (contents, props changed) Modified: head/devel/py-game_sdl2/Makefile ============================================================================== --- head/devel/py-game_sdl2/Makefile Sun Feb 7 16:22:50 2016 (r408420) +++ head/devel/py-game_sdl2/Makefile Sun Feb 7 16:25:33 2016 (r408421) @@ -11,7 +11,7 @@ DISTNAME= py${PORTNAME}-for-renpy-${DIST MAINTAINER= jbeich@FreeBSD.org COMMENT= Reimplementation of portions of the pygame API using SDL2 -LICENSE= LGPL21 ZLIB +LICENSE= LGPL21+ ZLIB LICENSE_COMB= multi BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Sun Feb 7 16:22:50 2016 (r408420) +++ head/devel/renpy/Makefile Sun Feb 7 16:25:33 2016 (r408421) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.renpy.org/dl/${ MAINTAINER= jbeich@FreeBSD.org COMMENT= Framework for developing visual-novel type games -LICENSE= APACHE20 BSD3CLAUSE DejaVu LGPL21 MIT OFL11 ZLIB +LICENSE= APACHE20 BSD3CLAUSE DejaVu LGPL21+ MIT OFL11 ZLIB LICENSE_COMB= multi LICENSE_NAME_DejaVu= Bitstream Vera and Arev fonts license LICENSE_FILE_DejaVu= ${WRKSRC}/renpy/common/DejaVuSans.txt Modified: head/net-p2p/transmission-cli/Makefile ============================================================================== --- head/net-p2p/transmission-cli/Makefile Sun Feb 7 16:22:50 2016 (r408420) +++ head/net-p2p/transmission-cli/Makefile Sun Feb 7 16:25:33 2016 (r408421) @@ -13,7 +13,7 @@ COMMENT?= Lightweight CLI (command line) SLAVEPORT?= cli -LICENSE= GPLv2 +LICENSE= GPLv2+ .if ${SLAVEPORT} == cli LICENSE+= MIT LICENSE_COMB= multi