From owner-svn-ports-all@freebsd.org Sat Oct 22 12:46:18 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 773CCC1BAF1; Sat, 22 Oct 2016 12:46:18 +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 48F0222A; Sat, 22 Oct 2016 12:46:18 +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 u9MCkHHD028575; Sat, 22 Oct 2016 12:46:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9MCkHKr028574; Sat, 22 Oct 2016 12:46:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610221246.u9MCkHKr028574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 22 Oct 2016 12:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424471 - head/emulators/citra 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.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, 22 Oct 2016 12:46:18 -0000 Author: jbeich Date: Sat Oct 22 12:46:17 2016 New Revision: 424471 URL: https://svnweb.freebsd.org/changeset/ports/424471 Log: emulators/citra: list more licenses Modified: head/emulators/citra/Makefile (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Sat Oct 22 12:37:02 2016 (r424470) +++ head/emulators/citra/Makefile Sat Oct 22 12:46:17 2016 (r424471) @@ -8,12 +8,17 @@ CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org COMMENT= Nintendo 3DS emulator/debugger -LICENSE= BSD2CLAUSE BSD3CLAUSE BSL GPLv2+ +LICENSE= BSD2CLAUSE BSD3CLAUSE BSL GPLv2+ LGPL21+ UNLICENSE LICENSE_COMB= multi LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/externals/dynarmic/externals/fmt/LICENSE.rst LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/externals/inih/inih/LICENSE.txt LICENSE_FILE_BSL= ${WRKSRC}/externals/catch/LICENSE_1_0.txt LICENSE_FILE_GPLv2+ = ${WRKSRC}/license.txt +LICENSE_FILE_LGPL21+ = ${WRKSRC}/externals/qhexedit/license.txt +LICENSE_NAME_UNLICENSE= The Unlicense +LICENSE_TEXT_UNLICENSE= See http://unlicense.org/ +LICENSE_PERMS_UNLICENSE= ${_LICENSE_PERMS_PD} +LICENSE_GROUPS_UNLICENSE= ${_LICENSE_GROUPS_PD} LIB_DEPENDS= libpng.so:graphics/png