Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=2QGDwkJF; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=wvST+MXK Received: by mail.netbsd.org (Postfix, from userid 605) id 2305484E72; Sat, 16 Mar 2024 13:33:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710595984; bh=hDvmV2BQ4E4BGLGwSbyfin5ZVYmwYfffLPn1pFlOBUg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=2QGDwkJF3fVFt8Fm28WlTYhMCrLL6DboNOHbL3tX/Emswj5aJl1YwF4uaeKbXcT7/ x8brLebxY+vXOTgqpkaTGM4BB/73sMjy3+TkkIavQG4Jg2HC6u5AIbGiqB1BHNr38v BC/a6B+VFvFKSuUuqI9xj+eulvmwOmJwAcsOcs7Q= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D3E1D84E70 for ; Sat, 16 Mar 2024 13:33:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 27iVddaqrCcH for ; Sat, 16 Mar 2024 13:33:02 +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 67B5184E59 for ; Sat, 16 Mar 2024 13:33:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710595982; bh=hDvmV2BQ4E4BGLGwSbyfin5ZVYmwYfffLPn1pFlOBUg=; h=Date:From:Subject:To:Reply-To; b=wvST+MXKti3nu7Se4rnAOM/lVewwm9XHkQoKduo7e3XdVoWxVT0bROCHEo0e921U8 az0TfGmnglhVaP5C8VtcpbnLCtulbo5h0bDTdGrbH11cV0BBy+rhy76J1nHI5IOS/5 wrWD9KBLFyDuZu7Bl44idVrAY/6WcayyAp1UH3T8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5E926FA2C; Sat, 16 Mar 2024 13:33:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171059598279080" MIME-Version: 1.0 Date: Sat, 16 Mar 2024 13:33:02 +0000 From: "Robert Elz" Subject: CVS commit: pkgsrc/shells/bash To: pkgsrc-changes@NetBSD.org Reply-To: kre@netbsd.org X-Mailer: log_accum Message-Id: <20240316133302.5E926FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171059598279080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kre Date: Sat Mar 16 13:33:02 UTC 2024 Modified Files: pkgsrc/shells/bash: Makefile Log Message: Add PKGREVISION (==1) for patch-examples_loadables_getconf.c addition. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 pkgsrc/shells/bash/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171059598279080 Content-Disposition: inline Content-Length: 527 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/bash/Makefile diff -u pkgsrc/shells/bash/Makefile:1.112 pkgsrc/shells/bash/Makefile:1.113 --- pkgsrc/shells/bash/Makefile:1.112 Sun Jan 14 23:21:15 2024 +++ pkgsrc/shells/bash/Makefile Sat Mar 16 13:33:02 2024 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.112 2024/01/14 23:21:15 kre Exp $ +# $NetBSD: Makefile,v 1.113 2024/03/16 13:33:02 kre Exp $ BASH_VERSION= 5.2 BASH_PATCHLEVEL= 26 +PKGREVISION= 1 DISTNAME= bash-${BASH_VERSION} PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL} --_----------=_171059598279080--