Received: by mail.netbsd.org (Postfix, from userid 605) id E2C4B84F10; Mon, 19 Feb 2024 20:50:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708375848; bh=jlCQgmYrgVQY8wodiPKb+IJ81kbRgtIid4h0Dx/yLPg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=MMVIQMQY9JC/JieRQsLT5VSLMt+DhxqYy+HNeZFp0xF8mcowSErf7X6LUUrwOhuM/ lZDVbR9uaUAX/a4210gsWZH2qXn6y8hS2EPnpnY1d3Eruwbw2WqRO2OL/rNkxAH84X OpQQnPru4cBy+/egX+W7sIUOmggUYa57gYtK1w4k= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AD0FD84F13 for ; Mon, 19 Feb 2024 20:50:46 +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 1hofO4H86jQF for ; Mon, 19 Feb 2024 20:50:46 +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 1FC3584ECB for ; Mon, 19 Feb 2024 20:50:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708375846; bh=jlCQgmYrgVQY8wodiPKb+IJ81kbRgtIid4h0Dx/yLPg=; h=Date:From:Subject:To:Reply-To; b=ntBoArMdMkNj3Dp3WbdW0qwGNizyf7UgSZ+rHp78MXdOeWBWo/5LxE6Yxi80jeHJD Rr+FUNFtyoJtXm4hhN2bh9B8LBFm7DnZtmZI5/IMHFaL8ar9eK4GPjpYEweltVr9Hs mimloLf2GKfz34ZOMzoxGyocrp32FvBuwjeYZI2Q= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D62EF9F4; Mon, 19 Feb 2024 20:50:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170837584629390" MIME-Version: 1.0 Date: Mon, 19 Feb 2024 20:50:46 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20240219205046.0D62EF9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170837584629390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Mon Feb 19 20:50:45 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: Add and enable sharness. To generate a diff of this commit: cvs rdiff -u -r1.4180 -r1.4181 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170837584629390 Content-Disposition: inline Content-Length: 560 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4180 pkgsrc/devel/Makefile:1.4181 --- pkgsrc/devel/Makefile:1.4180 Sun Feb 18 09:30:27 2024 +++ pkgsrc/devel/Makefile Mon Feb 19 20:50:45 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4180 2024/02/18 09:30:27 bsiegert Exp $ +# $NetBSD: Makefile,v 1.4181 2024/02/19 20:50:45 schmonz Exp $ # COMMENT= Development utilities @@ -3458,6 +3458,7 @@ SUBDIR+= semantic SUBDIR+= semi SUBDIR+= sfsexp SUBDIR+= sgb +SUBDIR+= sharness SUBDIR+= shellspec SUBDIR+= shfmt SUBDIR+= shtk --_----------=_170837584629390--