diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile index e5de94779ffb..d365f4d3ad06 100644 --- a/devel/hyprutils/Makefile +++ b/devel/hyprutils/Makefile @@ -1,30 +1,30 @@ PORTNAME= hyprutils DISTVERSIONPREFIX= v -DISTVERSION= 0.2.1 +DISTVERSION= 0.2.2 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org COMMENT= Hyprland utilities library used across the ecosystem WWW= https://github.com/hyprwm/hyprutils LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c++11-lib cmake:testing pkgconfig xorg USE_GITHUB= yes USE_LDCONFIG= yes USE_XORG= pixman GH_ACCOUNT= hyprwm PLIST_SUB= VERSION=${DISTVERSION:C/-.*//} # XXX Drop after FreeBSD 14.0 EOL around 2024-10-01 .if exists(/usr/lib/libc++.so) && !exists(/usr/include/c++/v1/__format/write_escaped.h) CXXFLAGS+= -fexperimental-library .endif post-patch: # Respect PREFIX for system-wide config @${REINPLACE_CMD} 's,/etc,${PREFIX}&,' \ ${WRKSRC}/src/path/Path.cpp .include diff --git a/devel/hyprutils/distinfo b/devel/hyprutils/distinfo index 0f6fc7cbcfe0..7ba4a4e9169c 100644 --- a/devel/hyprutils/distinfo +++ b/devel/hyprutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722098849 -SHA256 (hyprwm-hyprutils-v0.2.1_GH0.tar.gz) = 061449c828d0cdaf7b147d9e232282fd0dde997c6ec7c43d51fe96d878b66c12 -SIZE (hyprwm-hyprutils-v0.2.1_GH0.tar.gz) = 19941 +TIMESTAMP = 1726874949 +SHA256 (hyprwm-hyprutils-v0.2.2_GH0.tar.gz) = ff0090bdbdfa17d47ad040e1479425f628e4aa094bd1b47fc332adbd9ed4fff3 +SIZE (hyprwm-hyprutils-v0.2.2_GH0.tar.gz) = 20284 diff --git a/devel/hyprutils/pkg-plist b/devel/hyprutils/pkg-plist index 9af24dd8f8d1..17c8ed4def49 100644 --- a/devel/hyprutils/pkg-plist +++ b/devel/hyprutils/pkg-plist @@ -1,16 +1,17 @@ include/hyprutils/math/Box.hpp include/hyprutils/math/Edges.hpp include/hyprutils/math/Misc.hpp include/hyprutils/math/Region.hpp include/hyprutils/math/Vector2D.hpp include/hyprutils/memory/SharedPtr.hpp include/hyprutils/memory/WeakPtr.hpp include/hyprutils/path/Path.hpp include/hyprutils/signal/Listener.hpp include/hyprutils/signal/Signal.hpp include/hyprutils/string/String.hpp include/hyprutils/string/VarList.hpp +include/hyprutils/utils/ScopeGuard.hpp lib/libhyprutils.so lib/libhyprutils.so.1 lib/libhyprutils.so.%%VERSION%% libdata/pkgconfig/hyprutils.pc