aboutsummaryrefslogtreecommitdiff
path: root/graphics/gpu-firmware-kmod/Makefile
diff options
context:
space:
mode:
authorJohannes M Dieterich <jmd@FreeBSD.org>2020-12-13 20:58:11 +0000
committerJohannes M Dieterich <jmd@FreeBSD.org>2020-12-13 20:58:11 +0000
commitd6f12b8b6661407b3277db15bf20ef796fa77915 (patch)
treeb7fea41cac7dd0fca7d42345e61b41be700117ca /graphics/gpu-firmware-kmod/Makefile
parent4317b3f9e26dc66e0623f85f378f37bbbf4dd632 (diff)
downloadports-d6f12b8b6661407b3277db15bf20ef796fa77915.tar.gz
ports-d6f12b8b6661407b3277db15bf20ef796fa77915.zip
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
Notes
Notes: svn path=/head/; revision=558006
Diffstat (limited to 'graphics/gpu-firmware-kmod/Makefile')
-rw-r--r--graphics/gpu-firmware-kmod/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gpu-firmware-kmod/Makefile b/graphics/gpu-firmware-kmod/Makefile
index 54476651e71d..e03921941b61 100644
--- a/graphics/gpu-firmware-kmod/Makefile
+++ b/graphics/gpu-firmware-kmod/Makefile
@@ -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>