Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2023 00:36:32 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: c66bf0a8defe - 2023Q3 - x11-wm/hyprland: backport a crashfix after 3148af3f69ee
Message-ID:  <202307250036.36P0aW59058228@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c66bf0a8defe9a06e0444dffb21be62bee35bbe8

commit c66bf0a8defe9a06e0444dffb21be62bee35bbe8
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:35:34 +0000

    x11-wm/hyprland: backport a crashfix after 3148af3f69ee
    
    (cherry picked from commit 87f6d49d99ac577a145342b1a8e7c201ddd8a126)
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307250036.36P0aW59058228>