Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2019 18:36:03 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503249 - head/shells/ksh93
Message-ID:  <201906011836.x51Ia35h051998@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@saper.info
+MAINTAINER=	cy@freebsd.org
 COMMENT=	AT&T KornShell 93
 
 LICENSE=	EPL



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906011836.x51Ia35h051998>