git: 20a2b97fcbab - main - editors/impress: Mark DEPRECATED

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

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

commit 20a2b97fcbab9e6f5c6be03eb47379c2d34b3409
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-16 18:00:17 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-16 19:15:40 +0000

    editors/impress: Mark DEPRECATED
    
    - Upstream last release was in 2000
    - Set EXPIRATION_DATE 2024-01-16
    - Pet portclippy
---
 editors/impress/Makefile | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/editors/impress/Makefile b/editors/impress/Makefile
index b05341872863..8e7e64cc931c 100644
--- a/editors/impress/Makefile
+++ b/editors/impress/Makefile
@@ -12,15 +12,20 @@ WWW=		https://www.ntlug.org/~ccox/impress/
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-OPTIONS_DEFINE=	DOCS
+DEPRECATED=	Upstream last release was in 2000
+EXPIRATION_DATE=	2024-01-16
+
+USES+=		tk
 
-NO_BUILD=	yes
 NO_ARCH=	yes
+NO_BUILD=	yes
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES+=		tk
 
-PORTDOCS=	*
 PLIST_FILES=	bin/impress
+PORTDOCS=	*
+
+OPTIONS_DEFINE=	DOCS
 
 post-patch:
 	${REINPLACE_CMD} -e 's|exec wish|exec ${WISH}|g' \