git: 2ba443164a56 - main - drm_info: Terse COMMENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Sep 2025 17:13:45 UTC
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ba443164a566920221824204383fc32f81ad375 commit 2ba443164a566920221824204383fc32f81ad375 Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-09-16 17:12:12 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-09-16 17:13:09 +0000 drm_info: Terse COMMENT Reviewed by: jbeich Approved by: jbeich (maintainer) Differential Revision: https://reviews.freebsd.org/D52552 --- graphics/drm_info/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/drm_info/Makefile b/graphics/drm_info/Makefile index 6b535402ae00..6cf1191b576f 100644 --- a/graphics/drm_info/Makefile +++ b/graphics/drm_info/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 2.8.0 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org -COMMENT= Small utility to dump info about DRM devices +COMMENT= Dump info about DRM devices WWW= https://gitlab.freedesktop.org/emersion/drm_info LICENSE= MIT