Received: by mail.netbsd.org (Postfix, from userid 605) id 7951684EBD; Mon, 9 Jan 2023 17:19:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AAE4A84EBB for ; Mon, 9 Jan 2023 17:19:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jObuw9JU0ccg for ; Mon, 9 Jan 2023 17:19:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 01BBC84EA8 for ; Mon, 9 Jan 2023 17:19:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EFC4DFA90; Mon, 9 Jan 2023 17:19:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167328479172920" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 17:19:51 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/shells/oksh To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20230109171951.EFC4DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167328479172920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Mon Jan 9 17:19:51 UTC 2023 Modified Files: pkgsrc/shells/oksh: Makefile distinfo Log Message: oksh: update to 7.2. No ChangeLog available. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 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. --_----------=_167328479172920 Content-Disposition: inline Content-Length: 1454 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.9 pkgsrc/shells/oksh/Makefile:1.10 --- pkgsrc/shells/oksh/Makefile:1.9 Sun Oct 10 11:27:35 2021 +++ pkgsrc/shells/oksh/Makefile Mon Jan 9 17:19:51 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2021/10/10 11:27:35 schmonz Exp $ +# $NetBSD: Makefile,v 1.10 2023/01/09 17:19:51 fcambus Exp $ -DISTNAME= oksh-7.0 +DISTNAME= oksh-7.2 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GITHUB:=ibara/} GITHUB_TAG= ${DISTNAME} Index: pkgsrc/shells/oksh/distinfo diff -u pkgsrc/shells/oksh/distinfo:1.9 pkgsrc/shells/oksh/distinfo:1.10 --- pkgsrc/shells/oksh/distinfo:1.9 Tue Oct 26 11:18:38 2021 +++ pkgsrc/shells/oksh/distinfo Mon Jan 9 17:19:51 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 11:18:38 nia Exp $ +$NetBSD: distinfo,v 1.10 2023/01/09 17:19:51 fcambus Exp $ -BLAKE2s (oksh-7.0.tar.gz) = d2a35c509dda0491d9e8b7158122e973c3b49bff5496f3a35c5eb518a061645c -SHA512 (oksh-7.0.tar.gz) = e06536b63c64ee0ab50a7a0ef28a1597e06ef9e1579ff35f48d2a1da414dbd6e6c8a53792dbdb1c77613f8f3d1247988fdfec53cb95e12974e086f3c558aa5f7 -Size (oksh-7.0.tar.gz) = 308123 bytes +BLAKE2s (oksh-7.2.tar.gz) = 573f12eebb58e42ef6923defd66ff9af841d6b1008c3658a06e13b8208d04948 +SHA512 (oksh-7.2.tar.gz) = fcaade8de024786e0e4ae46c49bddfa907c426914796f95591e48e7cec8169a32824533ded5945280909c74d0791603138c544de878ebf954a71a2dda8898895 +Size (oksh-7.2.tar.gz) = 308640 bytes --_----------=_167328479172920--