Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2023 03:59:08 GMT
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4cb9a60fdcbe - main - emulators/fmsx: clarify LICENSE_PERMS
Message-ID:  <202306180359.35I3x82j054957@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eugen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4cb9a60fdcbe24c2b668dd46e0fe0a194e011527

commit 4cb9a60fdcbe24c2b668dd46e0fe0a194e011527
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2023-06-18 03:53:17 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2023-06-18 03:59:03 +0000

    emulators/fmsx: clarify LICENSE_PERMS
    
    The software source is open. It is free to use for non-commercial purposes
    emulating ancient hardware to use "abadonware". Let exp-run build it.
    
    No commercial redistribution.
---
 emulators/fmsx/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile
index 6d08e6c87567..8150075bc458 100644
--- a/emulators/fmsx/Makefile
+++ b/emulators/fmsx/Makefile
@@ -14,12 +14,12 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Portable MSX/MSX2/MSX2+ Emulator
 WWW=		https://fms.komkon.org/fMSX/
 
-LICENSE=	UNKNOWN
-LICENSE_NAME=	unknown
+LICENSE=	fMSX
+LICENSE_NAME=	fMSX License
 LICENSE_TEXT=	This program is NOT in public domain.\
 		It can be freely distributed for non-commercial purposes only. \
-		Legal status of distributed ROM images is unclear.
-LICENSE_PERMS=	none
+		Legal status of distributed ROM images is unclear (abadonware).
+LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
 
 USES=		dos2unix gmake xorg zip
 USE_XORG=	x11 xext



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