git: 48fd3d149256 - main - shells/ksh2020: Deprecate unmaintained ksh2020
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Sep 2022 04:00:10 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=48fd3d149256f15d343d4daa2711a99314800bda commit 48fd3d149256f15d343d4daa2711a99314800bda Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-09-16 03:53:24 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-09-16 03:59:46 +0000 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.) --- shells/ksh2020/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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