git: 0cd8dd4e18df - main - graphics/aseprite: Disallow package distribution.

Yuri Victorovich yuri at FreeBSD.org
Fri Aug 6 22:20:10 UTC 2021


The branch main has been updated by yuri:

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

commit 0cd8dd4e18dfcd47fc99ed602467e8e01ec7e194
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-06 22:18:10 +0000
Commit:     Yuri Victorovich <yuri at 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 at 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


More information about the dev-commits-ports-all mailing list