Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2024 12:40:57 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: 75d2c78558aa - main - games/jumpy: Fix LICENSE_DISTFILES
Message-ID:  <202405261240.44QCev96079096@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=75d2c78558aae11c767ace3f1744a946e51ffd75

commit 75d2c78558aae11c767ace3f1744a946e51ffd75
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2024-05-26 12:36:45 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2024-05-26 12:40:19 +0000

    games/jumpy: 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)
    Suggested by:   mat
---
 games/jumpy/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games/jumpy/Makefile b/games/jumpy/Makefile
index 52326cd6aead..5f48faa986e5 100644
--- a/games/jumpy/Makefile
+++ b/games/jumpy/Makefile
@@ -10,6 +10,7 @@ WWW=		https://fishfolk.org/games/jumpy/
 LICENSE=	CC-BY-NC-4.0 MIT
 LICENSE_COMB=	multi
 LICENSE_FILE_MIT=	${WRKSRC}/licenses/LICENSE-MIT
+LICENSE_DISTFILES_CC-BY-NC-4.0=	${DISTNAME}${EXTRACT_SUFX}
 
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libudev.so:devel/libudev-devd



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