Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2024 19:45:51 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c4d18c1c1945 - main - games/jaggedalliance2: Fix LICENSE_DISTFILES
Message-ID:  <202405261945.44QJjpOI096830@gitrepo.freebsd.org>

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

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

commit c4d18c1c19459befc1bff5b31a0b57fb92eaac68
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2024-05-26 19:43:28 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2024-05-26 19:45:25 +0000

    games/jaggedalliance2: Fix LICENSE_DISTFILES
    
    This port, like many other Rust ports, brings numerous dependencies to
    the distinfo, and by default, LICENSE_DISTFILES applies to all of them.
    However, due to license permission constraints, it was removing about
    800 distfiles with `make clean-restricted`, which are also used by many
    other ports. With this change, the license constraint will apply only to
    the port itself.
    
    Approved by:    portmgr (blanket)
---
 games/jaggedalliance2/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile
index f0806e3d7259..a8f992b43dab 100644
--- a/games/jaggedalliance2/Makefile
+++ b/games/jaggedalliance2/Makefile
@@ -14,6 +14,7 @@ LICENSE_NAME_SFI-SCLA=	Strategy First Inc. Source Code License Agreement
 LICENSE_FILE_SFI-SCLA=	${WRKSRC}/SFI\ Source\ Code\ license\ agreement.txt
 LICENSE_PERMS_SFI-SCLA=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell \
 			auto-accept
+LICENSE_DISTFILES_SFI-SCLA=	${DISTNAME}${EXTRACT_SUFX}
 
 # Ignore this if you feel adventurous
 ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc64le



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