diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile index 3e270afa687c..e5de94779ffb 100644 --- a/devel/hyprutils/Makefile +++ b/devel/hyprutils/Makefile @@ -1,30 +1,30 @@ PORTNAME= hyprutils DISTVERSIONPREFIX= v -DISTVERSION= 0.2.0 +DISTVERSION= 0.2.1 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 13635aa336d5..0f6fc7cbcfe0 100644 --- a/devel/hyprutils/distinfo +++ b/devel/hyprutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721071737 -SHA256 (hyprwm-hyprutils-v0.2.0_GH0.tar.gz) = 958d0b9ba1157ae0099c9d879fd5247eceda3af0bfd7d6fdacb69926e1d3eeb3 -SIZE (hyprwm-hyprutils-v0.2.0_GH0.tar.gz) = 19268 +TIMESTAMP = 1722098849 +SHA256 (hyprwm-hyprutils-v0.2.1_GH0.tar.gz) = 061449c828d0cdaf7b147d9e232282fd0dde997c6ec7c43d51fe96d878b66c12 +SIZE (hyprwm-hyprutils-v0.2.1_GH0.tar.gz) = 19941 diff --git a/devel/hyprutils/pkg-plist b/devel/hyprutils/pkg-plist index 3b99a12e3498..9af24dd8f8d1 100644 --- a/devel/hyprutils/pkg-plist +++ b/devel/hyprutils/pkg-plist @@ -1,15 +1,16 @@ 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 lib/libhyprutils.so lib/libhyprutils.so.1 lib/libhyprutils.so.%%VERSION%% libdata/pkgconfig/hyprutils.pc