Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Aug 2021 22:20:10 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0cd8dd4e18df - main - graphics/aseprite: Disallow package distribution.
Message-ID:  <202108062220.176MKAnG072545@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=0cd8dd4e18dfcd47fc99ed602467e8e01ec7e194

commit 0cd8dd4e18dfcd47fc99ed602467e8e01ec7e194
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-06 22:18:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-08-06 22:20:08 +0000

    graphics/aseprite: Disallow package distribution.
    
    Aseprite EULA says that this software can't be distributed to third parties.
    
    Reported by:    lspn <lspn@protonmail.com>
---
 graphics/aseprite/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/aseprite/Makefile b/graphics/aseprite/Makefile
index 611349ffff5d..dff669e253e0 100644
--- a/graphics/aseprite/Makefile
+++ b/graphics/aseprite/Makefile
@@ -12,7 +12,7 @@ COMMENT=		Animated sprite editor and pixel art tool
 LICENSE=		EULA
 LICENSE_NAME=		END-USER LICENSE AGREEMENT FOR ASEPRITE
 LICENSE_FILE=		${WRKSRC}/EULA.txt
-LICENSE_PERMS=		dist-mirror pkg-mirror auto-accept
+LICENSE_PERMS=		dist-mirror auto-accept
 
 BROKEN_armv6=		fails to compile: undefined reference to __va_copy
 BROKEN_armv7=		fails to compile: undefined reference to __va_copy



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