Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 32A5284F50 for ; Thu, 24 Aug 2023 15:46:19 +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 LAiTSpH0vEhx for ; Thu, 24 Aug 2023 15:46:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A5AE784D37 for ; Thu, 24 Aug 2023 15:46:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 988C2FBDB; Thu, 24 Aug 2023 15:46:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692891978212100" MIME-Version: 1.0 Date: Thu, 24 Aug 2023 15:46:18 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/shells/oksh To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20230824154618.988C2FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692891978212100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Thu Aug 24 15:46:18 UTC 2023 Modified Files: pkgsrc/shells/oksh: Makefile distinfo Log Message: Update to 7.3. From the changelog: - Add missing return types to configure checks (#71) - Omit version in SMALL ksh builds - Reformat some multiline markup - Remove array reference from sh(1) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/shells/oksh/Makefile \ pkgsrc/shells/oksh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692891978212100 Content-Disposition: inline Content-Length: 1680 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.10 pkgsrc/shells/oksh/Makefile:1.11 --- pkgsrc/shells/oksh/Makefile:1.10 Mon Jan 9 17:19:51 2023 +++ pkgsrc/shells/oksh/Makefile Thu Aug 24 15:46:18 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2023/01/09 17:19:51 fcambus Exp $ +# $NetBSD: Makefile,v 1.11 2023/08/24 15:46:18 schmonz Exp $ -DISTNAME= oksh-7.2 +DISTNAME= oksh-7.3 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GITHUB:=ibara/} GITHUB_TAG= ${DISTNAME} @@ -15,4 +15,6 @@ WRKSRC= ${WRKDIR}/oksh-${PKGNAME_NOREV} GNU_CONFIGURE= yes PKG_SHELL= ${PREFIX}/bin/oksh +# + .include "../../mk/bsd.pkg.mk" Index: pkgsrc/shells/oksh/distinfo diff -u pkgsrc/shells/oksh/distinfo:1.10 pkgsrc/shells/oksh/distinfo:1.11 --- pkgsrc/shells/oksh/distinfo:1.10 Mon Jan 9 17:19:51 2023 +++ pkgsrc/shells/oksh/distinfo Thu Aug 24 15:46:18 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2023/01/09 17:19:51 fcambus Exp $ +$NetBSD: distinfo,v 1.11 2023/08/24 15:46:18 schmonz Exp $ -BLAKE2s (oksh-7.2.tar.gz) = 573f12eebb58e42ef6923defd66ff9af841d6b1008c3658a06e13b8208d04948 -SHA512 (oksh-7.2.tar.gz) = fcaade8de024786e0e4ae46c49bddfa907c426914796f95591e48e7cec8169a32824533ded5945280909c74d0791603138c544de878ebf954a71a2dda8898895 -Size (oksh-7.2.tar.gz) = 308640 bytes +BLAKE2s (oksh-7.3.tar.gz) = 8d0ddb83953556ae99e7730ffa9cc7d62eca6c7043c4976ddb5e55c2ab49d5f6 +SHA512 (oksh-7.3.tar.gz) = c7ff73ac9024d73cef387ceb9df76dda707ddd42a2cccb54f2c12bd688b79ac1e963a302f86c5180bffe642caae94a755b951f4b5da31fa479de1065916e848b +Size (oksh-7.3.tar.gz) = 308690 bytes --_----------=_1692891978212100--