Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 2025 19:58:39 +0000
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 85e2c9cf7d20 - main - devel/hyprutils: Update to 0.10.4
Message-ID:  <69260a6f.2a803.a52733c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

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

commit 85e2c9cf7d20966cb9305d0209f43c3b0f425490
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-11-25 19:57:24 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-11-25 19:58:31 +0000

    devel/hyprutils: Update to 0.10.4
    
    Changelog:
    - https://github.com/hyprwm/hyprutils/releases/tag/v0.10.3
    - https://github.com/hyprwm/hyprutils/releases/tag/v0.10.4
    
    Reported by:    GitHub (watch releases)
---
 devel/hyprutils/Makefile                          |  6 +++---
 devel/hyprutils/distinfo                          |  6 +++---
 devel/hyprutils/files/patch-src_memory_Memory.cpp | 17 -----------------
 devel/hyprutils/files/patch-tests_os_Process.cpp  | 12 ++++++++++++
 devel/hyprutils/pkg-plist                         |  5 ++++-
 5 files changed, 22 insertions(+), 24 deletions(-)

diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile
index 5112374efc3a..5843a47fccd5 100644
--- a/devel/hyprutils/Makefile
+++ b/devel/hyprutils/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	hyprutils
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.10.2
+DISTVERSION=	0.10.4
 CATEGORIES=	devel
 
 MAINTAINER=	tagattie@FreeBSD.org
@@ -22,8 +22,8 @@ USE_XORG=	pixman
 
 LDFLAGS+=	-pthread
 
-PLIST_SUB=	SOVERSION_MAJOR=9 \
-		SOVERSION_FULL=${DISTVERSION:C/-.*//}
+PLIST_SUB=	SOVERSION_FULL=${DISTVERSION:C/-.*//} \
+		SOVERSION_MAJOR=9
 
 post-patch:
 # Respect PREFIX for system-wide config
diff --git a/devel/hyprutils/distinfo b/devel/hyprutils/distinfo
index 3b875213a4ad..ab999571acf9 100644
--- a/devel/hyprutils/distinfo
+++ b/devel/hyprutils/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762929689
-SHA256 (hyprwm-hyprutils-v0.10.2_GH0.tar.gz) = f468997ee10d2f38413f65e099f717a88c6b7c0a0aba64d2c663d5508dfb5439
-SIZE (hyprwm-hyprutils-v0.10.2_GH0.tar.gz) = 46526
+TIMESTAMP = 1764096184
+SHA256 (hyprwm-hyprutils-v0.10.4_GH0.tar.gz) = 054464eec86b1da8c91b950dc4db88e69f1364290c8cfa5e40d5a21df3944421
+SIZE (hyprwm-hyprutils-v0.10.4_GH0.tar.gz) = 55014
diff --git a/devel/hyprutils/files/patch-src_memory_Memory.cpp b/devel/hyprutils/files/patch-src_memory_Memory.cpp
deleted file mode 100644
index b31de03954a9..000000000000
--- a/devel/hyprutils/files/patch-src_memory_Memory.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/memory/Memory.cpp.orig	2025-11-12 06:55:16 UTC
-+++ src/memory/Memory.cpp
-@@ -1,6 +1,7 @@
- #include <hyprutils/memory/WeakPtr.hpp>
- #include <hyprutils/memory/Atomic.hpp>
- #include <hyprutils/memory/Casts.hpp>
-+#include <thread>
- 
- using namespace Hyprutils::Memory;
- 
-@@ -176,4 +177,4 @@ TEST(Memory, memory) {
-     testAtomicImpl();
- }
- 
--#endif
-\ No newline at end of file
-+#endif
diff --git a/devel/hyprutils/files/patch-tests_os_Process.cpp b/devel/hyprutils/files/patch-tests_os_Process.cpp
new file mode 100644
index 000000000000..802b1862220f
--- /dev/null
+++ b/devel/hyprutils/files/patch-tests_os_Process.cpp
@@ -0,0 +1,12 @@
+--- tests/os/Process.cpp.orig	2025-11-25 18:53:32 UTC
++++ tests/os/Process.cpp
+@@ -2,6 +2,9 @@
+ 
+ #include <gtest/gtest.h>
+ 
++#include <sys/types.h>
++#include <signal.h>
++
+ using namespace Hyprutils::OS;
+ 
+ TEST(OS, process) {
diff --git a/devel/hyprutils/pkg-plist b/devel/hyprutils/pkg-plist
index fac1e7e4c9a9..a95dea8b9aa9 100644
--- a/devel/hyprutils/pkg-plist
+++ b/devel/hyprutils/pkg-plist
@@ -2,6 +2,8 @@ include/hyprutils/animation/AnimatedVariable.hpp
 include/hyprutils/animation/AnimationConfig.hpp
 include/hyprutils/animation/AnimationManager.hpp
 include/hyprutils/animation/BezierCurve.hpp
+include/hyprutils/cli/ArgumentParser.hpp
+include/hyprutils/cli/Logger.hpp
 include/hyprutils/i18n/I18nEngine.hpp
 include/hyprutils/math/Box.hpp
 include/hyprutils/math/Edges.hpp
@@ -15,6 +17,7 @@ include/hyprutils/memory/ImplBase.hpp
 include/hyprutils/memory/SharedPtr.hpp
 include/hyprutils/memory/UniquePtr.hpp
 include/hyprutils/memory/WeakPtr.hpp
+include/hyprutils/os/File.hpp
 include/hyprutils/os/FileDescriptor.hpp
 include/hyprutils/os/Process.hpp
 include/hyprutils/path/Path.hpp
@@ -26,6 +29,6 @@ include/hyprutils/string/VarList.hpp
 include/hyprutils/string/VarList2.hpp
 include/hyprutils/utils/ScopeGuard.hpp
 lib/libhyprutils.so
-lib/libhyprutils.so.%%SOVERSION_MAJOR%%
 lib/libhyprutils.so.%%SOVERSION_FULL%%
+lib/libhyprutils.so.%%SOVERSION_MAJOR%%
 libdata/pkgconfig/hyprutils.pc


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69260a6f.2a803.a52733c>