svn commit: r503249 - head/shells/ksh93
Cy Schubert
cy at FreeBSD.org
Sat Jun 1 18:36:04 UTC 2019
Author: cy
Date: Sat Jun 1 18:36:02 2019
New Revision: 503249
URL: https://svnweb.freebsd.org/changeset/ports/503249
Log:
Fix version going backward due to update to 2020.0.0.a1 (pointy hat to
yours truly).
The maintainer no longer wants to maintain ksh93 as his desire is to
maintain a backlevel port of ksh93 in order to build and support a
shared library for use by legacy applications, which is inconsistent
with the direction of the att/ast team on github. I will maintain the
port.
PR: 237332
PR: 238266
Approved by: maintiner (saper at saper.info)
Modified:
head/shells/ksh93/Makefile (contents, props changed)
Modified: head/shells/ksh93/Makefile
==============================================================================
--- head/shells/ksh93/Makefile Sat Jun 1 18:32:40 2019 (r503248)
+++ head/shells/ksh93/Makefile Sat Jun 1 18:36:02 2019 (r503249)
@@ -2,9 +2,10 @@
PORTNAME= ksh93
DISTVERSION=2020.0.0-alpha1
+PORTEPOCH= 1
CATEGORIES= shells
-MAINTAINER= saper at saper.info
+MAINTAINER= cy at freebsd.org
COMMENT= AT&T KornShell 93
LICENSE= EPL
More information about the svn-ports-all
mailing list