svn commit: r565137 - head/games/libretro-genesis_plus_gx

Bernhard Froehlich decke at FreeBSD.org
Sat Feb 13 13:09:24 UTC 2021


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 at 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


More information about the svn-ports-all mailing list