aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheng-Yi Hong <aokblast@FreeBSD.org>2024-02-22 01:08:17 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-02-23 05:23:57 +0000
commit64e0aba099da01e0d9281d1bed6a50c07e8136bf (patch)
treeee4e398ef75f84d5271d548f23d4f34e86e4323f
parent6669db647d485e1e514badacbcf0076cc656d925 (diff)
downloadports-64e0aba099da01e0d9281d1bed6a50c07e8136bf.tar.gz
ports-64e0aba099da01e0d9281d1bed6a50c07e8136bf.zip
x11/waybar: backport CPU frequencey fix
[warning] cpu/bsd: parseCpuFrequencies is not implemented, expect garbage in {*_frequency}
-rw-r--r--x11/waybar/Makefile5
-rw-r--r--x11/waybar/distinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile
index b2d71c809442..c666c7b31cc1 100644
--- a/x11/waybar/Makefile
+++ b/x11/waybar/Makefile
@@ -1,9 +1,12 @@
PORTNAME= waybar
DISTVERSION= 0.9.24
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11 wayland
PKGNAMESUFFIX= ${FLAVOR:N${FLAVORS:[1]}:C/.+/-${FLAVOR}/}
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= 514d00803c91.patch:-p1 # https://github.com/Alexays/Waybar/pull/2949
+
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Highly customizable Wayland bar for Sway and wlroots-based compositors
WWW= https://github.com/Alexays/Waybar
diff --git a/x11/waybar/distinfo b/x11/waybar/distinfo
index 2eef355233ac..244d67ac4b5f 100644
--- a/x11/waybar/distinfo
+++ b/x11/waybar/distinfo
@@ -3,3 +3,5 @@ SHA256 (Alexays-Waybar-0.9.24_GH0.tar.gz) = 57aa7860bc066ebf4f3327dafa9841100b09
SIZE (Alexays-Waybar-0.9.24_GH0.tar.gz) = 275416
SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf35797002b1d2e40bb35a10c65605e0ea1435271
SIZE (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = 179289803
+SHA256 (514d00803c91.patch) = fcf2b190530afaab38a0cb9207508b64cd5fd63ea863036d7563e5005adaa6f9
+SIZE (514d00803c91.patch) = 1387