From owner-svn-ports-head@freebsd.org Tue Sep 17 19:46:19 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 68E4412D1A8; Tue, 17 Sep 2019 19:46:19 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Xts728vdz4cCd; Tue, 17 Sep 2019 19:46:19 +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 2E95019B70; Tue, 17 Sep 2019 19:46:19 +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 x8HJkJMT093746; Tue, 17 Sep 2019 19:46:19 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8HJkITD093742; Tue, 17 Sep 2019 19:46:18 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201909171946.x8HJkITD093742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 17 Sep 2019 19:46:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512236 - 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: 512236 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2019 19:46:19 -0000 Author: cy Date: Tue Sep 17 19:46:17 2019 New Revision: 512236 URL: https://svnweb.freebsd.org/changeset/ports/512236 Log: Update to the latest att/ast github commit. Added: head/shells/ksh93-devel/files/extra-patch-install-as-ksh93-doc (contents, props changed) 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) head/shells/ksh93-devel/pkg-plist (contents, props changed) Modified: head/shells/ksh93-devel/Makefile ============================================================================== --- head/shells/ksh93-devel/Makefile Tue Sep 17 19:46:10 2019 (r512235) +++ head/shells/ksh93-devel/Makefile Tue Sep 17 19:46:17 2019 (r512236) @@ -12,8 +12,8 @@ LICENSE= EPL USES= compiler:c11 meson ninja python:build -HASH= 657c587 -AST_COMMIT_DATE= 2019.09.03 +HASH= 1c9e7ab8 +AST_COMMIT_DATE= 2019.09.17 USE_GITHUB= yes GH_ACCOUNT= att @@ -31,7 +31,8 @@ OPTIONS_SINGLE_BIN_KSH= KSH KSH93 KSH_DESC= Install to ${PREFIX}/bin/ksh KSH93_DESC= Install to ${PREFIX}/bin/ksh93 -KSH93_EXTRA_PATCHES= ${FILESDIR}/extra-patch-install-as-ksh93 +KSH93_EXTRA_PATCHES= ${FILESDIR}/extra-patch-install-as-ksh93 \ + ${FILESDIR}/extra-patch-install-as-ksh93-doc KSH_PLIST_SUB= 93="" KSH93_PLIST_SUB= 93="93" Modified: head/shells/ksh93-devel/distinfo ============================================================================== --- head/shells/ksh93-devel/distinfo Tue Sep 17 19:46:10 2019 (r512235) +++ head/shells/ksh93-devel/distinfo Tue Sep 17 19:46:17 2019 (r512236) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567565030 -SHA256 (att-ast-2019.09.03-657c587_GH0.tar.gz) = 62494fb5d9dfa3d201091a7df19654806110db8b969546b9d64ec271be27baba -SIZE (att-ast-2019.09.03-657c587_GH0.tar.gz) = 2023290 +TIMESTAMP = 1568746353 +SHA256 (att-ast-2019.09.17-1c9e7ab8_GH0.tar.gz) = c313b4c967690b0c6b3e86c30a25ee60ae5a75c5993f2bcd3f230aa81ce95a7a +SIZE (att-ast-2019.09.17-1c9e7ab8_GH0.tar.gz) = 2112496 Modified: head/shells/ksh93-devel/files/extra-patch-install-as-ksh93 ============================================================================== --- head/shells/ksh93-devel/files/extra-patch-install-as-ksh93 Tue Sep 17 19:46:10 2019 (r512235) +++ head/shells/ksh93-devel/files/extra-patch-install-as-ksh93 Tue Sep 17 19:46:17 2019 (r512236) @@ -1,6 +1,6 @@ ---- ./src/cmd/ksh93/meson.build.orig 2019-08-25 15:52:12.000000000 -0700 -+++ ./src/cmd/ksh93/meson.build 2019-08-28 12:34:47.804820000 -0700 -@@ -26,19 +26,19 @@ +--- ./src/cmd/ksh93/meson.build.orig 2019-09-16 17:08:04.000000000 -0700 ++++ ./src/cmd/ksh93/meson.build 2019-09-17 11:55:21.799030000 -0700 +@@ -27,13 +27,13 @@ dependencies: [libm_dep, libexecinfo_dep, libdl_dep, libsocket_dep, libnsl_dep], install: get_option('default_library') == 'shared') @@ -16,10 +16,3 @@ include_directories: [configuration_incdir, ksh93_incdir], link_with: [libksh, libast, libcmd, libdll], dependencies: [libm_dep, libexecinfo_dep, libdl_dep, libsocket_dep, libnsl_dep], - install: true) - --install_man('docs/ksh.1') -+install_man('docs/ksh93.1') - - test_dir = join_paths(meson.current_source_dir(), 'tests') - test_driver = join_paths(test_dir, 'util', 'run_test.sh') Added: head/shells/ksh93-devel/files/extra-patch-install-as-ksh93-doc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/ksh93-devel/files/extra-patch-install-as-ksh93-doc Tue Sep 17 19:46:17 2019 (r512236) @@ -0,0 +1,10 @@ +--- src/cmd/ksh93/docs/meson.build.orig 2019-09-16 17:08:04.000000000 -0700 ++++ src/cmd/ksh93/docs/meson.build 2019-09-17 12:15:14.321848000 -0700 +@@ -3,6 +3,6 @@ + # default man page directory: /usr/local/share/man/man1. The man pages for individual builtins will + # be installed in /usr/local/share/ksh/man. + # +-install_man('ksh.1', install_mode: 'rw-r--r--') ++install_man('ksh93.1', install_mode: 'rw-r--r--') + + # See also scripts/install_aux_files.sh which takes care of installing the private man pages. Modified: head/shells/ksh93-devel/pkg-plist ============================================================================== --- head/shells/ksh93-devel/pkg-plist Tue Sep 17 19:46:10 2019 (r512235) +++ head/shells/ksh93-devel/pkg-plist Tue Sep 17 19:46:17 2019 (r512236) @@ -1,3 +1,33 @@ @shell bin/ksh%%93%% bin/shcomp%%93%% man/man1/ksh%%93%%.1.gz +share/ksh/config.ksh +share/ksh/functions/_ksh_print_help +share/ksh/functions/dirs +share/ksh/functions/man +share/ksh/functions/popd +share/ksh/functions/pushd +share/ksh/man/man1/alias.1 +share/ksh/man/man1/basename.1 +share/ksh/man/man1/bg.1 +share/ksh/man/man1/break.1 +share/ksh/man/man1/builtin.1 +share/ksh/man/man1/cat.1 +share/ksh/man/man1/cd.1 +share/ksh/man/man1/chmod.1 +share/ksh/man/man1/cmp.1 +share/ksh/man/man1/command.1 +share/ksh/man/man1/continue.1 +share/ksh/man/man1/cut.1 +share/ksh/man/man1/dirname.1 +share/ksh/man/man1/disown.1 +share/ksh/man/man1/echo.1 +share/ksh/man/man1/enum.1 +share/ksh/man/man1/eval.1 +share/ksh/man/man1/exec.1 +share/ksh/man/man1/exit.1 +share/ksh/man/man1/export.1 +share/ksh/man/man1/fg.1 +share/ksh/man/man1/head.1 +share/ksh/man/man1/hist.1 +share/ksh/man/man1/source.1