Date: Sun, 2 Jun 2024 18:11:39 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: f86d588e19ae - main - x11/foot: unbundle execvpe(3) on FreeBSD >= 14.1 Message-ID: <202406021811.452IBdOQ093665@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=f86d588e19ae6c604f62cd27f1843f59bec5ce0f commit f86d588e19ae6c604f62cd27f1843f59bec5ce0f Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-06-02 18:02:24 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-06-02 18:11:13 +0000 x11/foot: unbundle execvpe(3) on FreeBSD >= 14.1 https://cgit.freebsd.org/src/commit/?id=0667d0e0e365 --- x11/foot/Makefile | 4 ++++ x11/foot/distinfo | 2 ++ 2 files changed, 6 insertions(+) diff --git a/x11/foot/Makefile b/x11/foot/Makefile index b4dc7186722c..aac0e154dd0c 100644 --- a/x11/foot/Makefile +++ b/x11/foot/Makefile @@ -1,8 +1,12 @@ PORTNAME= foot DISTVERSION= 1.17.2 +PORTREVISION= 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+= d229fd7fcc5a.patch:-p1 # https://codeberg.org/dnkl/foot/pulls/1726 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Fast, lightweight and minimalistic Wayland terminal emulator WWW= https://codeberg.org/dnkl/foot diff --git a/x11/foot/distinfo b/x11/foot/distinfo index 480355dfe160..10f5460fb802 100644 --- a/x11/foot/distinfo +++ b/x11/foot/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1713346005 SHA256 (foot-1.17.2.tar.gz) = 6b6c52f3e6d9ad357b9704996ce3039523c87df7b8e00a9250f8858d16495bf6 SIZE (foot-1.17.2.tar.gz) = 547484 +SHA256 (d229fd7fcc5a.patch) = ec49c2e491ad253723523ad3e98ac41000f258cbd789bdc5c6006992a8075580 +SIZE (d229fd7fcc5a.patch) = 1418
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406021811.452IBdOQ093665>