git: 8149c145c954 - main - games/gnome-taquin: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Oct 2023 22:57:33 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8149c145c9545b88f67f54e59e841e897b269890
commit 8149c145c9545b88f67f54e59e841e897b269890
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-29 17:57:44 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-29 22:53:36 +0000
games/gnome-taquin: Mark DEPRECATED
- BROKEN for more than a year
- Upstream has no activity for the last 2 years
- Set EXPIRATION_DATE 2023-11-30
Approved by: portmgr (blanket)
---
games/gnome-taquin/Makefile | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/games/gnome-taquin/Makefile b/games/gnome-taquin/Makefile
index 04f6730ca64a..c546e637aa1c 100644
--- a/games/gnome-taquin/Makefile
+++ b/games/gnome-taquin/Makefile
@@ -16,18 +16,19 @@ WWW= https://wiki.gnome.org/Apps/Taquin/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= BROKEN for more than a year and no upstream activity for more than 2 years
+EXPIRATION_DATE= 2023-11-30
+BROKEN= Does not build with current vala
+
BUILD_DEPENDS= itstool:textproc/itstool
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
libcanberra-gtk3.so:audio/libcanberra-gtk3
-PORTSCOUT= limitw:1,even
-
USES= gettext gmake gnome localbase meson pathfix pkgconfig tar:xz vala:build xorg
USE_GNOME= cairo gsound gtk30 intlhack librsvg2 libxml2:build
-USE_XORG= x11
-
GLIB_SCHEMAS= org.gnome.Taquin.gschema.xml
+USE_XORG= x11
-BROKEN= Does not build with current vala
+PORTSCOUT= limitw:1,even
.include <bsd.port.mk>