Date: Sun, 13 Dec 2020 20:58:12 +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: r558006 - head/graphics/gpu-firmware-kmod Message-ID: <202012132058.0BDKwCPc089028@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmd Date: Sun Dec 13 20:58:11 2020 New Revision: 558006 URL: https://svnweb.freebsd.org/changeset/ports/558006 Log: graphics/gpu-firmware-kmod: change firmware names From github commit: This change will adjust the firmware image name to the firmware kernel module file name and with that will allow firmware(9) as-is to auto-load the the kernel module without any extra logic needed for firmare(9)/kernel linker. Submitted by: bz (upstream change PR#15) Reviewed by: manu Modified: head/graphics/gpu-firmware-kmod/Makefile head/graphics/gpu-firmware-kmod/distinfo Modified: head/graphics/gpu-firmware-kmod/Makefile ============================================================================== --- head/graphics/gpu-firmware-kmod/Makefile Sun Dec 13 19:57:15 2020 (r558005) +++ head/graphics/gpu-firmware-kmod/Makefile Sun Dec 13 20:58:11 2020 (r558006) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gpu-firmware-kmod -PORTVERSION= g20200920 +PORTVERSION= g20201213 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org @@ -22,6 +22,6 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-firmware -GH_TAGNAME= 25a0e22 +GH_TAGNAME= efe0d9f .include <bsd.port.mk> Modified: head/graphics/gpu-firmware-kmod/distinfo ============================================================================== --- head/graphics/gpu-firmware-kmod/distinfo Sun Dec 13 19:57:15 2020 (r558005) +++ head/graphics/gpu-firmware-kmod/distinfo Sun Dec 13 20:58:11 2020 (r558006) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600636807 -SHA256 (FreeBSDDesktop-kms-firmware-g20200920-25a0e22_GH0.tar.gz) = 7ddd9c8b810151ccdc141a86e910736c284d90647f0ced0e9e5cfb883334efac -SIZE (FreeBSDDesktop-kms-firmware-g20200920-25a0e22_GH0.tar.gz) = 24339384 +TIMESTAMP = 1607892847 +SHA256 (FreeBSDDesktop-kms-firmware-g20201213-efe0d9f_GH0.tar.gz) = e896b5311527b7e463d9f16075c50d0516c045a3ac6e4e2512278724f4176cd8 +SIZE (FreeBSDDesktop-kms-firmware-g20201213-efe0d9f_GH0.tar.gz) = 24336631
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012132058.0BDKwCPc089028>