Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2024 09:23:35 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 88a567db96ac - main - x11/plasma5-libkscreen: chase hwdata move
Message-ID:  <202411250923.4AP9NZX0000118@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=88a567db96acd66e6d13ed11297a4c0d549faaea

commit 88a567db96acd66e6d13ed11297a4c0d549faaea
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-11-25 09:22:42 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-11-25 09:23:30 +0000

    x11/plasma5-libkscreen: chase hwdata move
    
    Sponsored by:   Future Crew, LLC
---
 x11/plasma5-libkscreen/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11/plasma5-libkscreen/Makefile b/x11/plasma5-libkscreen/Makefile
index 4146791ca0a8..d5d691dd60b9 100644
--- a/x11/plasma5-libkscreen/Makefile
+++ b/x11/plasma5-libkscreen/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libkscreen
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -17,7 +18,7 @@ USE_QT=		core dbus gui wayland x11extras \
 		buildtools:build qmake:build testlib:build
 USE_XORG=	x11 xcb xrandr
 
-PNP_IDS_FILE=	${LOCALBASE}/share/hwdata/hwdata/pnp.ids
+PNP_IDS_FILE=	${LOCALBASE}/share/hwdata/pnp.ids
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/share/hwdata/pnp.ids|${PNP_IDS_FILE}|' ${WRKSRC}/src/edid.cpp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411250923.4AP9NZX0000118>