git: 6d1e4e620f78 - main - devel/hyprutils: Update to 0.14.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Sep 2026 00:10:08 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6d1e4e620f78a8ca86e20d928144842ce099ea7d
commit 6d1e4e620f78a8ca86e20d928144842ce099ea7d
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-09-07 00:09:06 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-09-07 00:09:06 +0000
devel/hyprutils: Update to 0.14.2
Changelog: https://github.com/hyprwm/hyprutils/releases/tag/v0.14.2
Reported by: GitHub (watch releases)
---
devel/hyprutils/Makefile | 2 +-
devel/hyprutils/distinfo | 6 +++---
devel/hyprutils/files/patch-CMakeLists.txt | 4 ++--
devel/hyprutils/pkg-plist | 7 +++++++
4 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile
index 426426f48368..116886e3923e 100644
--- a/devel/hyprutils/Makefile
+++ b/devel/hyprutils/Makefile
@@ -1,6 +1,6 @@
PORTNAME= hyprutils
DISTVERSIONPREFIX= v
-DISTVERSION= 0.14.1
+DISTVERSION= 0.14.2
CATEGORIES= devel
MAINTAINER= tagattie@FreeBSD.org
diff --git a/devel/hyprutils/distinfo b/devel/hyprutils/distinfo
index c7099d25fdde..6ff77e7d3806 100644
--- a/devel/hyprutils/distinfo
+++ b/devel/hyprutils/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1786669690
-SHA256 (hyprwm-hyprutils-v0.14.1_GH0.tar.gz) = e8cfb093d8124de1e63d3635b7d749758d0919c2e1b3ce44462ef7ab003060c4
-SIZE (hyprwm-hyprutils-v0.14.1_GH0.tar.gz) = 67477
+TIMESTAMP = 1788739018
+SHA256 (hyprwm-hyprutils-v0.14.2_GH0.tar.gz) = 2061b7b08c8104fb02a609553b28f6c8580e5ec38633015845f1c4553980175b
+SIZE (hyprwm-hyprutils-v0.14.2_GH0.tar.gz) = 81756
diff --git a/devel/hyprutils/files/patch-CMakeLists.txt b/devel/hyprutils/files/patch-CMakeLists.txt
index debbeed2bfa6..763295654678 100644
--- a/devel/hyprutils/files/patch-CMakeLists.txt
+++ b/devel/hyprutils/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig 2026-04-29 19:51:26 UTC
+--- CMakeLists.txt.orig 2026-09-05 14:51:23 UTC
+++ CMakeLists.txt
-@@ -62,14 +62,14 @@ if(BUILD_TESTING)
+@@ -73,14 +73,14 @@ if(BUILD_TESTING)
file(GLOB_RECURSE TESTFILES CONFIGURE_DEPENDS "tests/*.cpp")
add_executable(hyprutils_tests ${TESTFILES})
diff --git a/devel/hyprutils/pkg-plist b/devel/hyprutils/pkg-plist
index 29bf9c9f55f5..06a157ff10d4 100644
--- a/devel/hyprutils/pkg-plist
+++ b/devel/hyprutils/pkg-plist
@@ -5,7 +5,14 @@ include/hyprutils/animation/BezierCurve.hpp
include/hyprutils/animation/Spring.hpp
include/hyprutils/cli/ArgumentParser.hpp
include/hyprutils/cli/Logger.hpp
+include/hyprutils/eventLoop/EventLoop.hpp
+include/hyprutils/eventLoop/EventMask.hpp
+include/hyprutils/eventLoop/Executor.hpp
+include/hyprutils/eventLoop/FDSource.hpp
+include/hyprutils/eventLoop/PostDispatchHook.hpp
+include/hyprutils/eventLoop/Timer.hpp
include/hyprutils/i18n/I18nEngine.hpp
+include/hyprutils/macros/Enums.hpp
include/hyprutils/math/Box.hpp
include/hyprutils/math/Edges.hpp
include/hyprutils/math/Mat3x3.hpp