Date: Wed, 30 Aug 2017 01:25:01 +0000 (UTC) From: Johannes M Dieterich <jmd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448952 - in head: . graphics/gpu-firmware-kmod Message-ID: <201708300125.v7U1P1jf042206@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmd Date: Wed Aug 30 01:25:00 2017 New Revision: 448952 URL: https://svnweb.freebsd.org/changeset/ports/448952 Log: 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 Modified: head/LEGAL head/graphics/gpu-firmware-kmod/Makefile head/graphics/gpu-firmware-kmod/distinfo Modified: head/LEGAL ============================================================================== --- head/LEGAL Wed Aug 30 00:47:59 2017 (r448951) +++ head/LEGAL Wed Aug 30 01:25:00 2017 (r448952) @@ -99,7 +99,6 @@ giftool* graphics/giftool Do not redistribute for pro 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 Modified: head/graphics/gpu-firmware-kmod/Makefile ============================================================================== --- head/graphics/gpu-firmware-kmod/Makefile Wed Aug 30 00:47:59 2017 (r448951) +++ head/graphics/gpu-firmware-kmod/Makefile Wed Aug 30 01:25:00 2017 (r448952) @@ -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> Modified: head/graphics/gpu-firmware-kmod/distinfo ============================================================================== --- head/graphics/gpu-firmware-kmod/distinfo Wed Aug 30 00:47:59 2017 (r448951) +++ head/graphics/gpu-firmware-kmod/distinfo Wed Aug 30 01:25:00 2017 (r448952) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708300125.v7U1P1jf042206>