git: c43d039d1596 - main - deskutils/gnome-shell-extension-simple-weather: Unbreak with gnome-shell 47

From: Don Lewis <truckman_at_FreeBSD.org>
Date: Tue, 07 Oct 2025 21:41:38 UTC
The branch main has been updated by truckman:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c43d039d15967fd2be8def86661fd232093610c2

commit c43d039d15967fd2be8def86661fd232093610c2
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2025-10-07 04:37:01 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2025-10-07 21:41:27 +0000

    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
---
 deskutils/gnome-shell-extension-simple-weather/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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