Date: Tue, 7 Jan 2025 00:36:13 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: 1d79c7dc976b - main - net/waypipe: add another upstream fix Message-ID: <202501070036.5070aDER039203@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=1d79c7dc976b9fce6c324b582789681a1b864d12 commit 1d79c7dc976b9fce6c324b582789681a1b864d12 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2025-01-07 00:32:26 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2025-01-07 00:36:02 +0000 net/waypipe: add another upstream fix --- net/waypipe/Makefile | 3 ++- net/waypipe/distinfo | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net/waypipe/Makefile b/net/waypipe/Makefile index e994b92ea62e..b7efa194eacd 100644 --- a/net/waypipe/Makefile +++ b/net/waypipe/Makefile @@ -1,12 +1,13 @@ PORTNAME= waypipe DISTVERSIONPREFIX= v DISTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net wayland PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ PATCHFILES+= eccbb5cbf1e3.patch:-p1 # https://gitlab.freedesktop.org/mstoeckl/waypipe/-/issues/110 PATCHFILES+= 4216e58e3c0f.patch:-p1 # https://gitlab.freedesktop.org/mstoeckl/waypipe/-/issues/116 +PATCHFILES+= 853cfbb482be.patch:-p1 # https://gitlab.freedesktop.org/mstoeckl/waypipe/-/issues/115 MAINTAINER= jbeich@FreeBSD.org COMMENT= Network transparency with Wayland diff --git a/net/waypipe/distinfo b/net/waypipe/distinfo index 116128c16af8..8507f778bc30 100644 --- a/net/waypipe/distinfo +++ b/net/waypipe/distinfo @@ -5,3 +5,5 @@ SHA256 (eccbb5cbf1e3.patch) = e9f2cb8f771deda59be2041c625bb8da4af068cefbfb40fa88 SIZE (eccbb5cbf1e3.patch) = 543 SHA256 (4216e58e3c0f.patch) = 25de12dad5de8f7e409751653adeb07380e248dfc7e08c625fef64cbb610ee06 SIZE (4216e58e3c0f.patch) = 828 +SHA256 (853cfbb482be.patch) = 2ae021c59e45ca8f9883538432f0de9750c7d307e64234fe57b9f7cd4789056c +SIZE (853cfbb482be.patch) = 786
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501070036.5070aDER039203>