Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2024 10:28:22 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: 063e57216d09 - main - graphics/colord: fix path to hwdata
Message-ID:  <202411251028.4APASM6m015061@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=063e57216d09fece74af1643e95aa15ad7b7ffd3

commit 063e57216d09fece74af1643e95aa15ad7b7ffd3
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-11-25 10:27:11 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-11-25 10:27:46 +0000

    graphics/colord: fix path to hwdata
    
    Noticed by:     jbeich
    
    Sponsored by:   Future Crew, LLC
---
 graphics/colord/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/colord/Makefile b/graphics/colord/Makefile
index 1083c682e7f2..c3a369abcd8e 100644
--- a/graphics/colord/Makefile
+++ b/graphics/colord/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	colord
 PORTVERSION=	1.4.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	https://www.freedesktop.org/software/colord/releases/
 
@@ -28,7 +28,7 @@ MAKE_JOBS_UNSAFE=	yes
 MAKE_ENV=	PYTHONDONTWRITEBYTECODE=1
 MESON_ARGS=	-Dsystemd=false -Dudev_rules=false \
 		-Ddaemon_user=colord -Dlibcolordcompat=true \
-		-Dpnp_ids=${LOCALBASE}/share/hwdata/hwdata/pnp.ids \
+		-Dpnp_ids=${LOCALBASE}/share/hwdata/pnp.ids \
 		--localstatedir=/var \
 
 INSTALL_TARGET=	install-strip



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