Date: Sat, 4 Jan 2025 19:10:08 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3ce512db04ba - main - x11/foot: replace workaround with upstream fix Message-ID: <202501041910.504JA8H5036843@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ce512db04bab622326a039769e2888d95868e38 commit 3ce512db04bab622326a039769e2888d95868e38 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2025-01-04 17:39:03 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2025-01-04 19:10:00 +0000 x11/foot: replace workaround with upstream fix --- x11/foot/Makefile | 4 +++- x11/foot/distinfo | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/x11/foot/Makefile b/x11/foot/Makefile index 46fd808958b7..91c73191beaf 100644 --- a/x11/foot/Makefile +++ b/x11/foot/Makefile @@ -3,6 +3,9 @@ DISTVERSION= 1.20.1 CATEGORIES= x11 wayland MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ +PATCH_SITES= https://codeberg.org/dnkl/${PORTNAME}/commit/ +PATCHFILES+= a2960aa457d8.patch:-p1 # https://codeberg.org/dnkl/foot/issues/1903 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Fast, lightweight and minimalistic Wayland terminal emulator WWW= https://codeberg.org/dnkl/foot @@ -45,7 +48,6 @@ PGO_SCRIPT_ARGS= --colors-regular --colors-bright --colors-256 --colors-rgb \ UTF8PROC_DESC= Grapheme clustering using libutf8proc UTF8PROC_LIB_DEPENDS= libutf8proc.so:textproc/utf8proc -UTF8PROC_USES= localbase # https://codeberg.org/dnkl/foot/issues/1903 UTF8PROC_MESON_ENABLED= grapheme-clustering XDG_DESC= Open files with xdg-open diff --git a/x11/foot/distinfo b/x11/foot/distinfo index a7f675f9b40b..64953f5f1db7 100644 --- a/x11/foot/distinfo +++ b/x11/foot/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1735887695 SHA256 (foot-1.20.1.tar.gz) = a89ad5b45c55397862b6746a921e11448ce7d320726ae7193bacb72a33209bdd SIZE (foot-1.20.1.tar.gz) = 589903 +SHA256 (a2960aa457d8.patch) = 2fbc9f67ac89c34c50e0937981189084c900be50ee4feb0970a31c695454d342 +SIZE (a2960aa457d8.patch) = 1239
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501041910.504JA8H5036843>