Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2025 23:55:57 GMT
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 560b8922879b - 2025Q4 - deskutils/gnome-shell-extension-simple-weather: Unbreak with gnome-shell 47
Message-ID:  <202510072355.597NtvoE025014@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2025Q4 has been updated by truckman:

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

commit 560b8922879bac967fd6bbd2535d06b2c0e2059a
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:43:15 +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
    (cherry picked from commit c43d039d15967fd2be8def86661fd232093610c2)
---
 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510072355.597NtvoE025014>