Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 47E5084D9B for ; Wed, 8 Nov 2023 13:08:37 +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 wrYwUMRCCIzd for ; Wed, 8 Nov 2023 13:08:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D06CC84D27 for ; Wed, 8 Nov 2023 13:08:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C9FDBFA2F; Wed, 8 Nov 2023 13:08:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169944891673840" MIME-Version: 1.0 Date: Wed, 8 Nov 2023 13:08:36 +0000 From: "Stephen Borrill" Subject: CVS commit: pkgsrc/www/ufdbguard To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: sborrill@netbsd.org X-Mailer: log_accum Message-Id: <20231108130836.C9FDBFA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169944891673840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sborrill Date: Wed Nov 8 13:08:36 UTC 2023 Modified Files: pkgsrc/www/ufdbguard: Makefile Log Message: www/ufdbguard: requires bash Add bash to USE_TOOLS To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ufdbguard/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169944891673840 Content-Disposition: inline Content-Length: 606 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ufdbguard/Makefile diff -u pkgsrc/www/ufdbguard/Makefile:1.6 pkgsrc/www/ufdbguard/Makefile:1.7 --- pkgsrc/www/ufdbguard/Makefile:1.6 Tue Oct 31 16:46:51 2023 +++ pkgsrc/www/ufdbguard/Makefile Wed Nov 8 13:08:36 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2023/10/31 16:46:51 sborrill Exp $ +# $NetBSD: Makefile,v 1.7 2023/11/08 13:08:36 sborrill Exp $ DISTNAME= ufdbGuard-${VERSION} VERSION= 1.35.5 @@ -15,7 +15,7 @@ BUILD_DEFS+= VARBASE USE_LANGUAGES= c c++ GNU_CONFIGURE= yes -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run bash RCD_SCRIPTS+= ufdbguardd --_----------=_169944891673840--