git: 778f60319ac4 - main - editors/jove: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Dec 2023 19:16:07 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=778f60319ac4bca2c88b9df03e392f354db5b380
commit 778f60319ac4bca2c88b9df03e392f354db5b380
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-16 17:31:33 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-16 19:15:40 +0000
editors/jove: Mark DEPRECATED
- Pet portclippy
- Upstream last release was in 2000
- Set EXPIRATION_DATE 2024-01-16
---
editors/jove/Makefile | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/editors/jove/Makefile b/editors/jove/Makefile
index d54c3c0ad02b..0fd4d006dfd7 100644
--- a/editors/jove/Makefile
+++ b/editors/jove/Makefile
@@ -13,16 +13,22 @@ LICENSE_NAME= JOVE License
LICENSE_FILE= ${WRKSRC}/README
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+DEPRECATED= No upstream update in last 23 years
+EXPIRATION_DATE= 2024-01-16
+
USES= ncurses
+
MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
+
WRKSRC= ${WRKDIR}/${PORTNAME}
OPTIONS_DEFINE= EXTRADOCS
-EXTRADOCS_DESC= Build and install cmds.doc
-EXTRADOCS_USES= groff
OPTIONS_DEFAULT=
OPTIONS_SUB= yes
+EXTRADOCS_DESC= Build and install cmds.doc
+EXTRADOCS_USES= groff
+
post-patch:
# Fix collisions with getline(3)
@${REINPLACE_CMD} 's|[[:<:]]getline[[:>:]]|get_line|g' ${WRKSRC}/*.c ${WRKSRC}/*.h