git: 87f6d49d99ac - main - x11-wm/hyprland: backport a crashfix after 3148af3f69ee
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jul 2023 00:34:22 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=87f6d49d99ac577a145342b1a8e7c201ddd8a126 commit 87f6d49d99ac577a145342b1a8e7c201ddd8a126 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-07-24 20:33:55 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-07-25 00:31:27 +0000 x11-wm/hyprland: backport a crashfix after 3148af3f69ee --- x11-wm/hyprland/Makefile | 3 ++- x11-wm/hyprland/distinfo | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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