Date: Sat, 8 Apr 2023 22:03:53 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: 6fc8f7d2b67c - main - x11-wm/hyprland: backport hyprctl notify crashfix after a756cde94cd2 Message-ID: <202304082203.338M3rLX049691@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=6fc8f7d2b67c04dffc315275b5fd720d05093503 commit 6fc8f7d2b67c04dffc315275b5fd720d05093503 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-08 19:41:38 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-08 22:03:36 +0000 x11-wm/hyprland: backport hyprctl notify crashfix after a756cde94cd2 --- x11-wm/hyprland/Makefile | 2 ++ x11-wm/hyprland/distinfo | 2 ++ 2 files changed, 4 insertions(+) diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index 27adcafafe19..cfae59dd1d9d 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -1,11 +1,13 @@ PORTNAME= hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.24.0 +PORTREVISION= 1 CATEGORIES= x11-wm wayland PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 31963f823b12.patch:-p1 # https://github.com/hyprwm/Hyprland/issues/1993 PATCHFILES+= 86852cdc78b8.patch:-p1 # https://github.com/hyprwm/Hyprland/issues/1995 +PATCHFILES+= b32af6ebfb5e.patch:-p1 # https://github.com/hyprwm/Hyprland/issues/1997 MAINTAINER= jbeich@FreeBSD.org COMMENT= Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #' diff --git a/x11-wm/hyprland/distinfo b/x11-wm/hyprland/distinfo index afff69066ae3..a2bb6859f16f 100644 --- a/x11-wm/hyprland/distinfo +++ b/x11-wm/hyprland/distinfo @@ -11,3 +11,5 @@ SHA256 (31963f823b12.patch) = 7f12f62e5ed967f25d5c625d4dc802d689df79931e75403510 SIZE (31963f823b12.patch) = 929 SHA256 (86852cdc78b8.patch) = 81e807d4f672be6d74110564de1ad79b4ea625e3b3ba9806d11a65daf3f08552 SIZE (86852cdc78b8.patch) = 754 +SHA256 (b32af6ebfb5e.patch) = cf4b8c50cc9a7e9bc4b3c52e66953bd85693adfc5c906d369070a63f6f1e6f1d +SIZE (b32af6ebfb5e.patch) = 743
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304082203.338M3rLX049691>