aboutsummaryrefslogtreecommitdiff
path: root/graphics/drm-devel-kmod/Makefile
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-01-13 11:22:25 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-01-13 11:22:25 +0000
commit7c088fdf882ed18101ed4d55e57d46f80da759f5 (patch)
tree73d62a132b92a53f82d3db3fc3e29e9f18205150 /graphics/drm-devel-kmod/Makefile
parent80a1dde396b66ac601fbc432638106e5301b5972 (diff)
downloadports-7c088fdf882ed18101ed4d55e57d46f80da759f5.tar.gz
ports-7c088fdf882ed18101ed4d55e57d46f80da759f5.zip
graphics/drm-{current,devel}-kmod: Update to latest source
This fix a compilation problem with a pre 1300135 source tree. Reported by: Filippo Moretti <filippomore@yahoo.com>
Notes
Notes: svn path=/head/; revision=561457
Diffstat (limited to 'graphics/drm-devel-kmod/Makefile')
-rw-r--r--graphics/drm-devel-kmod/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/drm-devel-kmod/Makefile b/graphics/drm-devel-kmod/Makefile
index 4aec00429ded..2c664cb61124 100644
--- a/graphics/drm-devel-kmod/Makefile
+++ b/graphics/drm-devel-kmod/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= drm-devel-kmod
-PORTVERSION= 5.4.62.g20201109
+PORTVERSION= 5.4.62.g20210113
CATEGORIES= graphics kld
MAINTAINER= x11@FreeBSD.org
@@ -28,7 +28,7 @@ USES= kmod uidfix compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_PROJECT= drm-kmod
-GH_TAGNAME= drm_v5.4.62_6
+GH_TAGNAME= drm_v5.4.62_7
.include <bsd.port.options.mk>