aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2025-10-07 04:37:01 +0000
committerDon Lewis <truckman@FreeBSD.org>2025-10-07 21:43:15 +0000
commit560b8922879bac967fd6bbd2535d06b2c0e2059a (patch)
treea440a08638a21435b170ca1abd0e4a3963b3b82e
parent791c065c1250332893170256e9e6fcc8d5c6a055 (diff)
deskutils/gnome-shell-extension-simple-weather: Unbreak with gnome-shell 47
Tweak RUN_DEPENDS to fix: ===> gnome-shell-extension-simple-weather-48.2.0 depends on package: gnome-shell>=48.0 - not found *** Error code 1 Stop. make: stopped making "run-depends" in /usr/ports/deskutils/gnome-shell-extension-simple-weather when gnome shell is still version 47.x. The port does a patch that makes it look like support goes back to 46.x. MFH: 2025Q4 (cherry picked from commit c43d039d15967fd2be8def86661fd232093610c2)
-rw-r--r--deskutils/gnome-shell-extension-simple-weather/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gnome-shell-extension-simple-weather/Makefile b/deskutils/gnome-shell-extension-simple-weather/Makefile
index ecb38b0dac6a..d23a4ea5a4e8 100644
--- a/deskutils/gnome-shell-extension-simple-weather/Makefile
+++ b/deskutils/gnome-shell-extension-simple-weather/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/romanlefler/SimpleWeather
LICENSE= GPLv3+
-RUN_DEPENDS= gnome-shell>=48.0:x11/gnome-shell \
+RUN_DEPENDS= gnome-shell>=47.0:x11/gnome-shell \
gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas
USES= gnome zip