summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-09-15 20:53:24 -0700
committerCy Schubert <cy@FreeBSD.org>2022-09-15 20:59:46 -0700
commit48fd3d149256f15d343d4daa2711a99314800bda (patch)
tree4a9802505244a2b340094255ab15a4987127b653
parentsecurity/cryptopp: Update to 8.7.0 (diff)
shells/ksh2020: Deprecate unmaintained ksh2020
ksh93 modernization development, which was halted in 2020, resulted in the att/ast team saving the development in their ksh2020 branch and reverting the mainline back to ksh93. Since the the ksh2020 developers have forked ksh93 and resumed ksh2020 development under the ksh93 account in their ksh repository. Therefore the now "abandonware" ksh2020 ports is to be removed in favour of the shells/ksh or shells/ksh-devel ports. The shells/ksh port tracks releases while shells/ksh-devel tracks development. shells/ksh93 is available for legacy applications that require the original AT&T KSH93. The "co-existence" options of each of these ports allow users to install shells/ksh (and/or ksh-devel) with shells/ksh93 for users who wish to use the currently developed ksh93 but still need the legacy AT&T ksh93 due to incompatibilties between the old and the new. (Note: The latest CDE-25 develpment has switched to using the new ksh93 shell.)
-rw-r--r--shells/ksh2020/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/shells/ksh2020/Makefile b/shells/ksh2020/Makefile
index 0b027d2e1bad..e4859480b2a4 100644
--- a/shells/ksh2020/Makefile
+++ b/shells/ksh2020/Makefile
@@ -4,11 +4,14 @@ PORTREVISION= 1
CATEGORIES= shells
MAINTAINER= cy@FreeBSD.org
-COMMENT= Development branch of AT&T KornShell 93
+COMMENT= Archived development branch of AT&T KornShell 93
WWW= http://www.kornshell.com/
LICENSE= EPL
+DEPRECATED= Upstream ksh2020 branch archived, development continues under new ksh93 project
+EXPIRATION_DATE= 2022-09-30
+
USES= compiler:c11 meson ninja python:build
USE_GITHUB= yes