git: 04d8b3b43354 - main - biology/ucsc-userapps: Change license to MIT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Nov 2024 23:41:54 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=04d8b3b43354d64c5a6040e2bc61bbd0c8968ef0 commit 04d8b3b43354d64c5a6040e2bc61bbd0c8968ef0 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2024-11-07 23:40:25 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2024-11-07 23:41:53 +0000 biology/ucsc-userapps: Change license to MIT Old license did not allow packaging This port still excludes a few tools that are non-free --- biology/ucsc-userapps/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/biology/ucsc-userapps/Makefile b/biology/ucsc-userapps/Makefile index 7ed02e4b69ce..029a1f08f246 100644 --- a/biology/ucsc-userapps/Makefile +++ b/biology/ucsc-userapps/Makefile @@ -8,13 +8,9 @@ MAINTAINER= jwb@FreeBSD.org COMMENT= Command line tools from the UCSC Genome Browser project WWW= https://hgdownload.cse.ucsc.edu/admin/exe/ -LICENSE= UCSC-GB -LICENSE_NAME= UCSC Genome Browser License -LICENSE_TEXT= Some tools installed by this port require a license for\ - commercial use.\n\nContact UCSC directly if you are using\ - these tools for commercial purposes.\n\nSee\ - https://genome.ucsc.edu/license/ for full terms. -LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell +# Some tools in the source dist are non-free for commercial use. +# If they are added, the license below must be changed and packaging forbidden. +LICENSE= MIT ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= uses _mm_popcnt_u64() function