Received: by mail.netbsd.org (Postfix, from userid 605) id 88E7084D41; Sat, 2 May 2020 08:03:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1186A84D3F for ; Sat, 2 May 2020 08:03:18 +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 CxAIe70Jwasn for ; Sat, 2 May 2020 08:03:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6D6DA84CE1 for ; Sat, 2 May 2020 08:03:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66EF1FB27; Sat, 2 May 2020 08:03:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1588406597178770" MIME-Version: 1.0 Date: Sat, 2 May 2020 08:03:17 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/regress/tools To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200502080317.66EF1FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1588406597178770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat May 2 08:03:17 UTC 2020 Modified Files: pkgsrc/regress/tools: Makefile Log Message: regress/tools: adjust COMMENT To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/regress/tools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1588406597178770 Content-Disposition: inline Content-Length: 840 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/regress/tools/Makefile diff -u pkgsrc/regress/tools/Makefile:1.16 pkgsrc/regress/tools/Makefile:1.17 --- pkgsrc/regress/tools/Makefile:1.16 Sat May 2 07:24:31 2020 +++ pkgsrc/regress/tools/Makefile Sat May 2 08:03:17 2020 @@ -1,18 +1,15 @@ -# $NetBSD: Makefile,v 1.16 2020/05/02 07:24:31 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2020/05/02 08:03:17 rillig Exp $ # -DISTNAME= # not applicable -PKGNAME= regress-tools-1.2 -CATEGORIES= regress -MASTER_SITES= # none +PKGNAME= regress-tools-2020.05.02 +CATEGORIES= pkgtools DISTFILES= # none MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= Test whether the TOOLS do what I expect +COMMENT= Ensure that the tools wrapper works as expected LICENSE= 2-clause-bsd WRKSRC= ${WRKDIR} -NO_CHECKSUM= yes PLIST_SRC= # none REGRESS_TESTS+= logging shquote --_----------=_1588406597178770--