summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmd <jmd@FreeBSD.org>2017-08-30 01:25:00 +0000
committerjmd <jmd@FreeBSD.org>2017-08-30 01:25:00 +0000
commit1e64bfe3a2dbf8cc7afcde1860170fcec49c6eab (patch)
treef0af6e8004545aa33028c91e9ddba3e108dc8158
parentcf475b88deaa486b65865953a0f48c95cbfa48fc (diff)
downloadFreeBSD-ports-1e64bfe3a2dbf8cc7afcde1860170fcec49c6eab.zip
FreeBSD-ports-1e64bfe3a2dbf8cc7afcde1860170fcec49c6eab.tar.gz
graphics/gpu-firmware-kmod: explicitly specify licensing terms for AMD and Intel firmware licenses to allow packaging this port. Remove from LEGAL. While there, pet portlint.
Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D12159
-rw-r--r--LEGAL1
-rw-r--r--graphics/gpu-firmware-kmod/Makefile16
-rw-r--r--graphics/gpu-firmware-kmod/distinfo6
3 files changed, 15 insertions, 8 deletions
diff --git a/LEGAL b/LEGAL
index 7a9c4a5..38f6018 100644
--- a/LEGAL
+++ b/LEGAL
@@ -99,7 +99,6 @@ giftool* graphics/giftool Do not redistribute for profit
gishdemo-* games/gish-demo (c) Copyright 2004 Chronic Logic All rights reserved
gnome2/mcitymicrogui-default* x11-themes/metacity-theme-microgui Themes may contain artwork not done by the author. Keep FreeBSD safe if the theme author violated copyrights
GoogleEarthLinux-* astro/google-earth Not really sure about the redistribution terms
-gpu-firmware-kmod-* graphics/gpu-firmware-kmod Distribution in binary form without license file not allowed.
groupoffice-com-* www/groupoffice Free for personal use only
gsview* print/gsview Can only be distributed for free
HeroesOfMightAndMagic-* games/HeroesOfMightAndMagic Software is commercial
diff --git a/graphics/gpu-firmware-kmod/Makefile b/graphics/gpu-firmware-kmod/Makefile
index 58df670..6ba1b50 100644
--- a/graphics/gpu-firmware-kmod/Makefile
+++ b/graphics/gpu-firmware-kmod/Makefile
@@ -3,22 +3,30 @@
PORTNAME= gpu-firmware-kmod
PORTVERSION= g20170829
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= jmd@FreeBSD.org
COMMENT= Firmware modules for the linuxkpi-based KMS components
+LICENSE= AMD INTEL
+LICENSE_COMB= multi
+LICENSE_NAME_AMD= AMD firmware license (amdgpu/radeon)
+LICENSE_NAME_INTEL= Intel firmware license (i915)
+LICENSE_FILE_AMD= ${WRKSRC}/LICENSE.radeon
+LICENSE_FILE_INTEL= ${WRKSRC}/LICENSE.i915
+LICENSE_PERMS_AMD= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
+LICENSE_PERMS_INTEL= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
+
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64
-NO_PACKAGE= Distribution in binary form without license file not allowed
+USES= kmod uidfix
USE_GITHUB= yes
GH_ACCOUNT= FreeBSDDesktop
GH_PROJECT= kms-firmware
-GH_TAGNAME= 3bfbfff
-
-USES= kmod uidfix
+GH_TAGNAME= 19fc21e
.include <bsd.port.pre.mk>
diff --git a/graphics/gpu-firmware-kmod/distinfo b/graphics/gpu-firmware-kmod/distinfo
index 40ea2bf..9debee3 100644
--- a/graphics/gpu-firmware-kmod/distinfo
+++ b/graphics/gpu-firmware-kmod/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504050712
-SHA256 (FreeBSDDesktop-kms-firmware-g20170829-3bfbfff_GH0.tar.gz) = 2a20a42d30a7372c03d7c8451c9256146284b937b11510313575f262a709abcc
-SIZE (FreeBSDDesktop-kms-firmware-g20170829-3bfbfff_GH0.tar.gz) = 10574052
+TIMESTAMP = 1504055130
+SHA256 (FreeBSDDesktop-kms-firmware-g20170829-19fc21e_GH0.tar.gz) = df971662696719d4d5eb12f46bdf4d991c1e9e3472dd33cb0450cdf566babd91
+SIZE (FreeBSDDesktop-kms-firmware-g20170829-19fc21e_GH0.tar.gz) = 10571049
OpenPOWER on IntegriCloud