Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2021 13:09:23 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565137 - head/games/libretro-genesis_plus_gx
Message-ID:  <202102131309.11DD9NWr066748@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Sat Feb 13 13:09:23 2021
New Revision: 565137
URL: https://svnweb.freebsd.org/changeset/ports/565137

Log:
  games/libretro-genesis_plus_gx: Fix LICENSE_PERMS for "MAME License" and pet portlint
  
  PR:		253455
  Approved by:	Daniel Menelkir <menelkir@itroll.org> (maintainer)

Modified:
  head/games/libretro-genesis_plus_gx/Makefile

Modified: head/games/libretro-genesis_plus_gx/Makefile
==============================================================================
--- head/games/libretro-genesis_plus_gx/Makefile	Sat Feb 13 13:07:00 2021	(r565136)
+++ head/games/libretro-genesis_plus_gx/Makefile	Sat Feb 13 13:09:23 2021	(r565137)
@@ -10,12 +10,12 @@ COMMENT=	Enhanced port of Genesis Plus
 LICENSE=	GPGX
 LICENSE_NAME=	GPGX
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
-LICENSE_PERMS=  dist-mirror pkg-mirror auto-accept
+LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
 
 USES=		compiler:c++11-lib gmake
 USE_LDCONFIG=	yes
 
-NO_CDROM=       Commercial users must seek permission from copyright holders.
+NO_CDROM=	Commercial users must seek permission from copyright holders.
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	libretro



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102131309.11DD9NWr066748>