svn commit: r488166 - head/shells/ksh93-devel

Cy Schubert cy at FreeBSD.org
Sun Dec 23 05:45:02 UTC 2018


Author: cy
Date: Sun Dec 23 05:45:01 2018
New Revision: 488166
URL: https://svnweb.freebsd.org/changeset/ports/488166

Log:
  Update to the latest ast/ksh93 github commit.
  
  Notable fixes:
  
      Fix `${+}` parameter expansion inside loops
  
      `nv_getval()` function internally calls `nv_optimize()` and
      optimizations outside `varsub()` function depend on it. Using
      `nv_isnull()` instead of `nv_getval()` was causing broken behavior
      with `${+}` parameter expansions inside loops.
  
      Resolves: #70

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	Sun Dec 23 03:44:09 2018	(r488165)
+++ head/shells/ksh93-devel/Makefile	Sun Dec 23 05:45:01 2018	(r488166)
@@ -14,8 +14,8 @@ PORTNAME=	ksh93
 PORTVERSION=	${AST_COMMIT_DATE}
 CATEGORIES=	shells
 PKGNAMESUFFIX=	-devel
-HASH=		228ed74
-AST_COMMIT_DATE=	2018.12.19
+HASH=		1b6198b
+AST_COMMIT_DATE=	2018.12.22
 
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Development branch of AT&T KornShell 93

Modified: head/shells/ksh93-devel/distinfo
==============================================================================
--- head/shells/ksh93-devel/distinfo	Sun Dec 23 03:44:09 2018	(r488165)
+++ head/shells/ksh93-devel/distinfo	Sun Dec 23 05:45:01 2018	(r488166)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545289175
-SHA256 (att-ast-2018.12.19-228ed74_GH0.tar.gz) = 0461c8f311eeab08ce9a293e72b96afad1d6c69ae3df3f2aae86f689a400931b
-SIZE (att-ast-2018.12.19-228ed74_GH0.tar.gz) = 2187759
+TIMESTAMP = 1545543445
+SHA256 (att-ast-2018.12.22-1b6198b_GH0.tar.gz) = b2480a312bad9267f62fdf1ac87c93f8be60245723e0cdf54f46df18df9eabe2
+SIZE (att-ast-2018.12.22-1b6198b_GH0.tar.gz) = 2189047


More information about the svn-ports-all mailing list