Date: Wed, 25 Dec 2024 19:46:54 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: 9e2e3befcba6 - main - net/waypipe: fix a regression after f5f2e6412f6d Message-ID: <202412251946.4BPJksnx062379@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=9e2e3befcba6614ee1d00101ced6ec0f2e88d1ee commit 9e2e3befcba6614ee1d00101ced6ec0f2e88d1ee Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-12-24 19:00:41 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-12-25 19:46:26 +0000 net/waypipe: fix a regression after f5f2e6412f6d --- net/waypipe/Makefile | 4 ++++ net/waypipe/distinfo | 2 ++ 2 files changed, 6 insertions(+) diff --git a/net/waypipe/Makefile b/net/waypipe/Makefile index 4e9fbda728da..abbc7763523e 100644 --- a/net/waypipe/Makefile +++ b/net/waypipe/Makefile @@ -1,8 +1,12 @@ PORTNAME= waypipe DISTVERSIONPREFIX= v DISTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= net wayland +PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ +PATCHFILES+= 4216e58e3c0f.patch:-p1 # https://gitlab.freedesktop.org/mstoeckl/waypipe/-/issues/116 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Network transparency with Wayland WWW= https://gitlab.freedesktop.org/mstoeckl/waypipe diff --git a/net/waypipe/distinfo b/net/waypipe/distinfo index d8918f60dd06..c6b45d46ee1f 100644 --- a/net/waypipe/distinfo +++ b/net/waypipe/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1731968960 SHA256 (waypipe-v0.9.2.tar.bz2) = ef0783ba95abb950cb0e876e1d186de77905759ed7406ec23973f46cab96b5ee SIZE (waypipe-v0.9.2.tar.bz2) = 196024 +SHA256 (4216e58e3c0f.patch) = 25de12dad5de8f7e409751653adeb07380e248dfc7e08c625fef64cbb610ee06 +SIZE (4216e58e3c0f.patch) = 828
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412251946.4BPJksnx062379>