git: de5be0c70471 - main - editors/fxite: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 16 Dec 2023 22:21:14 UTC
The branch main has been updated by bofh:

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

commit de5be0c704710f87042320472b03255b545f8795
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-16 19:44:17 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-16 22:21:00 +0000

    editors/fxite: Mark DEPRECATED
    
    - Last upstream release was in 2013 and there is no activity
    - Set EXPIRATION_DATE 2024-01-16
    - Pet portclippy
---
 editors/fxite/Makefile | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile
index 61333dc48637..cc8c2f2980ef 100644
--- a/editors/fxite/Makefile
+++ b/editors/fxite/Makefile
@@ -11,10 +11,13 @@ WWW=		https://github.com/yetanothergeek/fxite
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Upstream last release was in 2013
+EXPIRATION_DATE=	2024-01-16
+
+USES=		autoreconf desktop-file-utils gettext gmake lua:52 pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	yetanothergeek
 
-USES=		autoreconf desktop-file-utils gettext gmake lua:52 pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-system-lua \
 		--with-lua-pkg=lua-${LUA_VER}
@@ -26,21 +29,22 @@ PLIST_FILES=	bin/fxite \
 		share/applications/fxite.desktop \
 		share/pixmaps/fxite.xpm
 
+OPTIONS_DEFAULT=	FOX16
 OPTIONS_SINGLE=		TOOLKIT
 OPTIONS_SINGLE_TOOLKIT=	FOX16 FOX17
-OPTIONS_DEFAULT=	FOX16
 
 FOX16_DESC=		Fox 1.6 GUI toolkit support
+FOX17_DESC=		Fox 1.7 GUI toolkit support
+TOOLKIT_DESC=		GUI toolkit
+
 FOX16_LIB_DEPENDS=	libFOX-1.6.so:x11-toolkits/fox16
 FOX16_CONFIGURE_ENV=	FOX_CFLAGS="$$(fox-config --cflags)" \
 			FOX_LIBS="$$(fox-config --libs)" \
 			RESWRAP="${LOCALBASE}/bin/reswrap"
-FOX17_DESC=		Fox 1.7 GUI toolkit support
 FOX17_BROKEN=		Fails to build: recorder.cpp:104:9: error: no matching member function for call to 'prepend'
 FOX17_LIB_DEPENDS=	libFOX-1.7.so:x11-toolkits/fox17
 FOX17_CONFIGURE_ENV=	FOX_CFLAGS="$$(pkgconf fox17 --cflags)" \
 			FOX_LIBS="$$(pkgconf fox17 --libs) -lX11" \
 			RESWRAP="${LOCALBASE}/bin/fox-1.7/reswrap"
-TOOLKIT_DESC=		GUI toolkit
 
 .include <bsd.port.mk>