Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2023 00:45:14 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: 191560484b00 - main - x11-wm/hyprland: unbreak system info after f16b003f6abd
Message-ID:  <202312190045.3BJ0jEEu041133@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=191560484b00a814348ef4e88e6ba954c9e3b686

commit 191560484b00a814348ef4e88e6ba954c9e3b686
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-12-18 23:35:57 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-12-19 00:43:30 +0000

    x11-wm/hyprland: unbreak system info after f16b003f6abd
    
    $ Hyprland
    ...
    [LOG] ===== SYSTEM INFO: =====
    [LOG] System name: FreeBSD<garbage>
    [LOG] Node name: foo.bar<garbage>
    [LOG] Release: 13.2-RELEASE<garbage>
    [LOG] Version: [...]<garbage>
    ...
---
 x11-wm/hyprland/Makefile | 5 ++++-
 x11-wm/hyprland/distinfo | 2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index c335893bc99b..42f2d0676c36 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,9 +1,12 @@
 PORTNAME=	hyprland
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.33.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm wayland
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	ef445093f9fb.patch:-p1 # https://github.com/hyprwm/Hyprland/issues/4188
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #'
 WWW=		https://hyprland.org/
diff --git a/x11-wm/hyprland/distinfo b/x11-wm/hyprland/distinfo
index 0dc80a963e45..aa470ab2cdec 100644
--- a/x11-wm/hyprland/distinfo
+++ b/x11-wm/hyprland/distinfo
@@ -7,3 +7,5 @@ SHA256 (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 69aff959179ff
 SIZE (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 116938
 SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf35797002b1d2e40bb35a10c65605e0ea1435271
 SIZE (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = 179289803
+SHA256 (ef445093f9fb.patch) = 9c47090090581a8047deede5db7b1d1927407c7a8adfe4b63e53fcdbb85e28a8
+SIZE (ef445093f9fb.patch) = 2086



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