From owner-svn-ports-head@freebsd.org Tue Sep 13 16:11:29 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 68518BD9645; Tue, 13 Sep 2016 16:11:29 +0000 (UTC) (envelope-from amdmi3@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 3AD6D63E; Tue, 13 Sep 2016 16:11:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8DGBSqQ042675; Tue, 13 Sep 2016 16:11:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8DGBSs2042674; Tue, 13 Sep 2016 16:11:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609131611.u8DGBSs2042674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 13 Sep 2016 16:11:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422029 - head/games/motogt 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.23 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: Tue, 13 Sep 2016 16:11:29 -0000 Author: amdmi3 Date: Tue Sep 13 16:11:28 2016 New Revision: 422029 URL: https://svnweb.freebsd.org/changeset/ports/422029 Log: - Switch to newly supported CC licenses - Switch to USES=localbase Modified: head/games/motogt/Makefile Modified: head/games/motogt/Makefile ============================================================================== --- head/games/motogt/Makefile Tue Sep 13 16:05:45 2016 (r422028) +++ head/games/motogt/Makefile Tue Sep 13 16:11:28 2016 (r422029) @@ -14,20 +14,17 @@ COMMENT= 2D top-viewed motorcycle racing LIB_DEPENDS= libsfml1-system.so:devel/sfml1 \ libpng.so:graphics/png -LICENSE= GPLv2 CCbySA +LICENSE= GPLv2 CC-BY-SA-3.0 LICENSE_COMB= multi -LICENSE_NAME_CCbySA= Creative Commons Attribution-ShareAlike -LICENSE_PERMS_CCbySA= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LICENSE_FILE_CCbySA= ${WRKSRC}/doc/cc-by-sa.txt +LICENSE_FILE_GPLv20= ${WRKSRC}/doc/gpl.txt +LICENSE_FILE_CC-BY-SA-3.0= ${WRKSRC}/doc/cc-by-sa.txt -USES= zip +USES= localbase zip USE_GL= gl BUILD_WRKSRC= ${WRKSRC}/src MAKEFILE= Makefile.lnx MAKE_JOBS_UNSAFE= yes SUB_FILES= motogt -CXXFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} libexec/MotoGT.bin PORTDATA= *