Date: Sat, 9 Nov 2024 22:17:34 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: 31c3fdee0227 - main - devel/hyprutils: update to 0.2.4 Message-ID: <202411092217.4A9MHYVw055671@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=31c3fdee022723913d44cbcd5b1059fefb4fecae commit 31c3fdee022723913d44cbcd5b1059fefb4fecae Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-11-09 14:42:18 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-11-09 22:15:51 +0000 devel/hyprutils: update to 0.2.4 Changes: https://github.com/hyprwm/hyprutils/releases/tag/v0.2.4 Reported by: GitHub (watch releases) --- devel/hyprutils/Makefile | 5 ++++- devel/hyprutils/distinfo | 8 +++++--- devel/hyprutils/pkg-plist | 1 + 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile index 9af3a5c2d4ad..0cffa02348cc 100644 --- a/devel/hyprutils/Makefile +++ b/devel/hyprutils/Makefile @@ -1,8 +1,11 @@ PORTNAME= hyprutils DISTVERSIONPREFIX= v -DISTVERSION= 0.2.3 +DISTVERSION= 0.2.4 CATEGORIES= devel +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= d504d45114ad.patch:-p1 # https://github.com/hyprwm/hyprutils/pull/16 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Hyprland utilities library used across the ecosystem WWW= https://github.com/hyprwm/hyprutils diff --git a/devel/hyprutils/distinfo b/devel/hyprutils/distinfo index d05b4285e638..e5db0de2da11 100644 --- a/devel/hyprutils/distinfo +++ b/devel/hyprutils/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1727218706 -SHA256 (hyprwm-hyprutils-v0.2.3_GH0.tar.gz) = 06821949c3a060c6233bebcaad3a3a3e3a6dfc4b2e6e1034834a5c92d7236b21 -SIZE (hyprwm-hyprutils-v0.2.3_GH0.tar.gz) = 22012 +TIMESTAMP = 1731163338 +SHA256 (hyprwm-hyprutils-v0.2.4_GH0.tar.gz) = ce8455a7bb74e2266910f9a3c1fcbcc9fa4317ca057ba6e8fbf79ec95c8ef699 +SIZE (hyprwm-hyprutils-v0.2.4_GH0.tar.gz) = 23619 +SHA256 (d504d45114ad.patch) = e2bb129b9efe94769a19c7311318934f6f96301b1ac02f39e85533ad2fb6838f +SIZE (d504d45114ad.patch) = 873 diff --git a/devel/hyprutils/pkg-plist b/devel/hyprutils/pkg-plist index 1328046afd34..dc1cac2ff84d 100644 --- a/devel/hyprutils/pkg-plist +++ b/devel/hyprutils/pkg-plist @@ -6,6 +6,7 @@ include/hyprutils/math/Region.hpp include/hyprutils/math/Vector2D.hpp include/hyprutils/memory/SharedPtr.hpp include/hyprutils/memory/WeakPtr.hpp +include/hyprutils/os/Process.hpp include/hyprutils/path/Path.hpp include/hyprutils/signal/Listener.hpp include/hyprutils/signal/Signal.hpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411092217.4A9MHYVw055671>