Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A457784E5B for ; Wed, 6 Dec 2023 00:09:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZUcaV-DB1NbE for ; Wed, 6 Dec 2023 00:09:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1D0B284C2C for ; Wed, 6 Dec 2023 00:09:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15ED0FA42; Wed, 6 Dec 2023 00:09:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701821379175560" MIME-Version: 1.0 Date: Wed, 6 Dec 2023 00:09:39 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/shells/oksh To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20231206000939.15ED0FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701821379175560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Wed Dec 6 00:09:39 UTC 2023 Modified Files: pkgsrc/shells/oksh: Makefile distinfo Log Message: shells/oksh: Update oksh to 7.4 - Remove broken special handling of test -t - consistently escape control characters when displaying file name completions, even when there are multiple matches - added kefir compiler support To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/shells/oksh/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/shells/oksh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1701821379175560 Content-Disposition: inline Content-Length: 1462 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/oksh/Makefile diff -u pkgsrc/shells/oksh/Makefile:1.12 pkgsrc/shells/oksh/Makefile:1.13 --- pkgsrc/shells/oksh/Makefile:1.12 Thu Aug 24 15:47:03 2023 +++ pkgsrc/shells/oksh/Makefile Wed Dec 6 00:09:38 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2023/08/24 15:47:03 schmonz Exp $ +# $NetBSD: Makefile,v 1.13 2023/12/06 00:09:38 gdt Exp $ -DISTNAME= oksh-7.3 +DISTNAME= oksh-7.4 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GITHUB:=ibara/} GITHUB_TAG= ${DISTNAME} Index: pkgsrc/shells/oksh/distinfo diff -u pkgsrc/shells/oksh/distinfo:1.11 pkgsrc/shells/oksh/distinfo:1.12 --- pkgsrc/shells/oksh/distinfo:1.11 Thu Aug 24 15:46:18 2023 +++ pkgsrc/shells/oksh/distinfo Wed Dec 6 00:09:38 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2023/08/24 15:46:18 schmonz Exp $ +$NetBSD: distinfo,v 1.12 2023/12/06 00:09:38 gdt Exp $ -BLAKE2s (oksh-7.3.tar.gz) = 8d0ddb83953556ae99e7730ffa9cc7d62eca6c7043c4976ddb5e55c2ab49d5f6 -SHA512 (oksh-7.3.tar.gz) = c7ff73ac9024d73cef387ceb9df76dda707ddd42a2cccb54f2c12bd688b79ac1e963a302f86c5180bffe642caae94a755b951f4b5da31fa479de1065916e848b -Size (oksh-7.3.tar.gz) = 308690 bytes +BLAKE2s (oksh-7.4.tar.gz) = bd836a43e363c1e219383a15e09f85a03f551eb37c8eb7ac9be59ce9d995be82 +SHA512 (oksh-7.4.tar.gz) = c6b97242abf1a2c68570dfbc3a47badf7b622788a35b9971929a235e195fbdf9f6cfc8019b975394f2e79b35b8a89a762619eddb6966052a64551289aee240f2 +Size (oksh-7.4.tar.gz) = 308650 bytes --_----------=_1701821379175560--