Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2024 18:21:35 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8b92c19351b4 - main - graphics/lux: Change RUN_DEPENDS from x11-fonts/noto-sans-basic to x11-fonts/noto-sans
Message-ID:  <202405131821.44DILZ3Z026393@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=8b92c19351b4bf5d7730f5fd6673afc1bc6649ae

commit 8b92c19351b4bf5d7730f5fd6673afc1bc6649ae
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-13 18:20:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-13 18:20:16 +0000

    graphics/lux: Change RUN_DEPENDS from x11-fonts/noto-sans-basic to x11-fonts/noto-sans
    
    - Bump PORTREVISION for dependency change
---
 graphics/lux/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/lux/Makefile b/graphics/lux/Makefile
index cd4023ab21f4..7b91998c0b4c 100644
--- a/graphics/lux/Makefile
+++ b/graphics/lux/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	lux
 DISTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://bitbucket.org/kfj/pv/get/
 PKGNAMESUFFIX=	-pv	# distinguish from www/lux
@@ -19,7 +20,7 @@ LIB_DEPENDS=	libhwy.so:devel/highway \
 		libexiv2.so:graphics/exiv2 \
 		libvigraimpex.so:graphics/vigra \
 		libOpenImageIO.so:graphics/openimageio
-RUN_DEPENDS=	${GUIFONT}:x11-fonts/noto-sans-basic
+RUN_DEPENDS=	${GUIFONT}:x11-fonts/noto-sans
 GUIFONT=	${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf
 
 USES=		cmake desktop-file-utils dos2unix localbase:ldflags pkgconfig tar:bz2 gl



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