diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-18 18:02:48 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-18 18:10:19 +0000 |
commit | 722f8a6189036e1c59f70178f0f57218e27c7b58 (patch) | |
tree | 1d117edcb259bbe7e9caf1a24fda3da87b40b48f | |
parent | a7cc9f1b9f66b0fa1f00c26e952ee0ed49d31237 (diff) |
deskutils/gnome-shell-extension-openweather: Mark DEPRECATED
- Upstream vaporized nearly an year
- Set EXPIRATION_DATE 2023-06-18
-rw-r--r-- | deskutils/gnome-shell-extension-openweather/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/gnome-shell-extension-openweather/Makefile b/deskutils/gnome-shell-extension-openweather/Makefile index cdca275d9329..872a0a7e3026 100644 --- a/deskutils/gnome-shell-extension-openweather/Makefile +++ b/deskutils/gnome-shell-extension-openweather/Makefile @@ -8,6 +8,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= OpenWeather extension for the GNOME3 shell WWW= https://github.com/jenslody/gnome-shell-extension-openweather +DEPRECATED= Upstream vaporized +EXPIRATION_DATE= 2023-06-18 BROKEN= does not fetch BUILD_DEPENDS= gnome-autogen.sh:devel/gnome-common \ |