aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-07-24 20:33:55 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-07-25 00:31:27 +0000
commit87f6d49d99ac577a145342b1a8e7c201ddd8a126 (patch)
tree477dc81b0843243c174130dec92c36dac8ccfc08
parentb7a1b22d2713c9a5c4ecf9928013144c5628f2bd (diff)
downloadports-87f6d49d99ac577a145342b1a8e7c201ddd8a126.tar.gz
ports-87f6d49d99ac577a145342b1a8e7c201ddd8a126.zip
x11-wm/hyprland: backport a crashfix after 3148af3f69ee
-rw-r--r--x11-wm/hyprland/Makefile3
-rw-r--r--x11-wm/hyprland/distinfo2
2 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index eeb877f78283..31f41d5163ae 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,11 +1,12 @@
PORTNAME= hyprland
DISTVERSIONPREFIX= v
DISTVERSION= 0.27.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-wm wayland
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 9fc5f4c48b20.patch:-p1 # https://github.com/hyprwm/Hyprland/pull/2690
+PATCHFILES+= f6b340cc19d2.patch:-p1 # https://github.com/hyprwm/Hyprland/pull/2799
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 20bb31fa5454..b6e9b10b2c7b 100644
--- a/x11-wm/hyprland/distinfo
+++ b/x11-wm/hyprland/distinfo
@@ -9,3 +9,5 @@ SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf
SIZE (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = 179289803
SHA256 (9fc5f4c48b20.patch) = f8125b6acb6c36082cb42b745b4726b5d73b15ebd27b8ac5136f287fbe196f09
SIZE (9fc5f4c48b20.patch) = 2721
+SHA256 (f6b340cc19d2.patch) = 08148878a527d544bc2abef7050bb453ae7f335290bc766f473ee2fd83e711e8
+SIZE (f6b340cc19d2.patch) = 1737