From owner-svn-ports-head@freebsd.org Wed Aug 30 01:25:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D779DEADB3; Wed, 30 Aug 2017 01:25:02 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26A047D358; Wed, 30 Aug 2017 01:25:02 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7U1P1aM042209; Wed, 30 Aug 2017 01:25:01 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7U1P1jf042206; Wed, 30 Aug 2017 01:25:01 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201708300125.v7U1P1jf042206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Wed, 30 Aug 2017 01:25:01 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: in head: . graphics/gpu-firmware-kmod X-SVN-Commit-Revision: 448952 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2017 01:25:02 -0000 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 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