git: e88e1c27f0b6 - main - games/iagno: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Oct 2023 22:57:36 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e88e1c27f0b643e5d0461a6bb1c16c53db7dd18d
commit e88e1c27f0b643e5d0461a6bb1c16c53db7dd18d
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-29 18:52:21 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-29 22:53:37 +0000
games/iagno: Mark DEPRECATED
- BROKEN for more than a year
- Upstream has no activity in last 2 years
- Set EXPIRATION_DATE 2023-11-30
Approved by: portmgr (blanket)
---
games/iagno/Makefile | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/games/iagno/Makefile b/games/iagno/Makefile
index 7aefeb203a1e..b633632b2592 100644
--- a/games/iagno/Makefile
+++ b/games/iagno/Makefile
@@ -16,21 +16,22 @@ WWW= https://wiki.gnome.org/Iagno
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= BROKEN for more than a year and no upstream activity for the last 2 years
+EXPIRATION_DATE= 2023-11-30
+BROKEN= Does not build against current vala
+
BUILD_DEPENDS= itstool:textproc/itstool \
appstream-util:devel/appstream-glib
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.Reversi.gschema.xml
+USE_XORG= x11
-BROKEN= Does not build against current vala
+PORTSCOUT= limitw:1,even
.include <bsd.port.mk>