Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2018 07:11:28 +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: r487849 - head/shells/ksh93-devel
Message-ID:  <201812200711.wBK7BSKN021283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu Dec 20 07:11:27 2018
New Revision: 487849
URL: https://svnweb.freebsd.org/changeset/ports/487849

Log:
  Update to the latest ast/ksh93 github commit.
  
  Notable fixes are:
  
      Sync all streams before restoring file descriptors
  
      This was causing issues while truncating files. Sync all streams
      before restoring file descriptors to avoid any similar issues in
      future.

Modified:
  head/shells/ksh93-devel/Makefile   (contents, props changed)
  head/shells/ksh93-devel/distinfo   (contents, props changed)

Modified: head/shells/ksh93-devel/Makefile
==============================================================================
--- head/shells/ksh93-devel/Makefile	Thu Dec 20 06:37:02 2018	(r487848)
+++ head/shells/ksh93-devel/Makefile	Thu Dec 20 07:11:27 2018	(r487849)
@@ -14,8 +14,8 @@ PORTNAME=	ksh93
 PORTVERSION=	${AST_COMMIT_DATE}
 CATEGORIES=	shells
 PKGNAMESUFFIX=	-devel
-HASH=		6bc588b
-AST_COMMIT_DATE=	2018.11.08
+HASH=		228ed74
+AST_COMMIT_DATE=	2018.12.19
 
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Development branch of AT&T KornShell 93

Modified: head/shells/ksh93-devel/distinfo
==============================================================================
--- head/shells/ksh93-devel/distinfo	Thu Dec 20 06:37:02 2018	(r487848)
+++ head/shells/ksh93-devel/distinfo	Thu Dec 20 07:11:27 2018	(r487849)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541736298
-SHA256 (att-ast-2018.11.08-6bc588b_GH0.tar.gz) = 0d382c4b53a762f2314c56cd8aa2a592e145ba98210c27ddb0be1bf010d2bf10
-SIZE (att-ast-2018.11.08-6bc588b_GH0.tar.gz) = 15267482
+TIMESTAMP = 1545289175
+SHA256 (att-ast-2018.12.19-228ed74_GH0.tar.gz) = 0461c8f311eeab08ce9a293e72b96afad1d6c69ae3df3f2aae86f689a400931b
+SIZE (att-ast-2018.12.19-228ed74_GH0.tar.gz) = 2187759



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