From owner-svn-ports-all@freebsd.org Wed Sep 26 03:38:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14525109E698; Wed, 26 Sep 2018 03:38:31 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6D158C9A4; Wed, 26 Sep 2018 03:38:30 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A731211CAE; Wed, 26 Sep 2018 03:38:30 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8Q3cU5N073272; Wed, 26 Sep 2018 03:38:30 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8Q3cTZm073269; Wed, 26 Sep 2018 03:38:29 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201809260338.w8Q3cTZm073269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 26 Sep 2018 03:38:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480711 - in head/shells/ksh93-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/shells/ksh93-devel: . files X-SVN-Commit-Revision: 480711 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2018 03:38:31 -0000 Author: cy Date: Wed Sep 26 03:38:29 2018 New Revision: 480711 URL: https://svnweb.freebsd.org/changeset/ports/480711 Log: Update to the latest att/ast github commit. Modified: head/shells/ksh93-devel/Makefile (contents, props changed) head/shells/ksh93-devel/distinfo (contents, props changed) head/shells/ksh93-devel/files/extra-patch-install-as-ksh93 (contents, props changed) Modified: head/shells/ksh93-devel/Makefile ============================================================================== --- head/shells/ksh93-devel/Makefile Wed Sep 26 00:59:08 2018 (r480710) +++ head/shells/ksh93-devel/Makefile Wed Sep 26 03:38:29 2018 (r480711) @@ -14,8 +14,8 @@ PORTNAME= ksh93 PORTVERSION= ${AST_COMMIT_DATE} CATEGORIES= shells PKGNAMESUFFIX= -devel -HASH= b29f796 -AST_COMMIT_DATE= 2018.09.22 +HASH= 2bb160b +AST_COMMIT_DATE= 2018.09.25 MAINTAINER= cy@FreeBSD.org COMMENT= Development branch of AT&T KornShell 93 Modified: head/shells/ksh93-devel/distinfo ============================================================================== --- head/shells/ksh93-devel/distinfo Wed Sep 26 00:59:08 2018 (r480710) +++ head/shells/ksh93-devel/distinfo Wed Sep 26 03:38:29 2018 (r480711) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537656976 -SHA256 (att-ast-2018.09.22-b29f796_GH0.tar.gz) = a2fe7be5663548d26d59eb7ee23e7834de62c0d3f7a524ecfe7a52c065131ede -SIZE (att-ast-2018.09.22-b29f796_GH0.tar.gz) = 15286626 +TIMESTAMP = 1537926812 +SHA256 (att-ast-2018.09.25-2bb160b_GH0.tar.gz) = e7207cae1852ffec64b2993db525bf32f8c5ea653bd5f95bb0a8529006821343 +SIZE (att-ast-2018.09.25-2bb160b_GH0.tar.gz) = 15260630 Modified: head/shells/ksh93-devel/files/extra-patch-install-as-ksh93 ============================================================================== --- head/shells/ksh93-devel/files/extra-patch-install-as-ksh93 Wed Sep 26 00:59:08 2018 (r480710) +++ head/shells/ksh93-devel/files/extra-patch-install-as-ksh93 Wed Sep 26 03:38:29 2018 (r480711) @@ -1,20 +1,20 @@ ---- src/cmd/ksh93/meson.build.orig 2018-09-20 20:55:29.000000000 -0700 -+++ src/cmd/ksh93/meson.build 2018-09-21 00:13:21.315431000 -0700 -@@ -27,19 +27,19 @@ +--- src/cmd/ksh93/meson.build.orig 2018-09-25 15:33:55.000000000 -0700 ++++ src/cmd/ksh93/meson.build 2018-09-25 19:00:44.313649000 -0700 +@@ -26,19 +26,19 @@ dependencies: [libm_dep, libexecinfo_dep, libdl_dep], install: false) -ksh93_exe = executable('ksh', ['sh/pmain.c'], c_args: shared_c_args, +ksh93_exe = executable('ksh93', ['sh/pmain.c'], c_args: shared_c_args, include_directories: [configuration_incdir, ksh93_incdir], - link_with: [libksh, libast, libcmd, libcoshell, libdll], + link_with: [libksh, libast, libcmd, libdll], dependencies: [libm_dep, libexecinfo_dep, libdl_dep], install: true) -shcomp_exe = executable('shcomp', ['sh/shcomp.c'], c_args: shared_c_args, +shcomp_exe = executable('shcomp93', ['sh/shcomp.c'], c_args: shared_c_args, include_directories: [configuration_incdir, ksh93_incdir], - link_with: [libksh, libast, libcmd, libcoshell, libdll], + link_with: [libksh, libast, libcmd, libdll], dependencies: [libm_dep, libexecinfo_dep, libdl_dep], install: true)