git: 75d2c78558aa - main - games/jumpy: Fix LICENSE_DISTFILES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 May 2024 12:40:57 UTC
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