1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

x11/waybar: backport CPU frequencey fix

[warning] cpu/bsd: parseCpuFrequencies is not implemented, expect garbage in {*_frequency}
This commit is contained in:
Sheng-Yi Hong 2024-02-22 09:08:17 +08:00 committed by Jan Beich
parent 6669db647d
commit 64e0aba099
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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