Received: by mail.netbsd.org (Postfix, from userid 605) id CFBE184E60; Mon, 28 Sep 2020 10:40:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 59ED184E4E for ; Mon, 28 Sep 2020 10:40:26 +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 IyLhSoIZAmvw for ; Mon, 28 Sep 2020 10:40:25 +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 AFE4F84D25 for ; Mon, 28 Sep 2020 10:40:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AC2B3FB28; Mon, 28 Sep 2020 10:40:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601289625217680" MIME-Version: 1.0 Date: Mon, 28 Sep 2020 10:40:25 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/shells/pbosh To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20200928104025.AC2B3FB28@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. --_----------=_1601289625217680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Mon Sep 28 10:40:25 UTC 2020 Modified Files: pkgsrc/shells/pbosh: Makefile Log Message: shells/pbosh: Specify minimum required version of smake tool dependency This is required because devel/smake/Makefile.common must be recent enough. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/shells/pbosh/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601289625217680 Content-Disposition: inline Content-Length: 763 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/pbosh/Makefile diff -u pkgsrc/shells/pbosh/Makefile:1.14 pkgsrc/shells/pbosh/Makefile:1.15 --- pkgsrc/shells/pbosh/Makefile:1.14 Wed Aug 26 14:22:36 2020 +++ pkgsrc/shells/pbosh/Makefile Mon Sep 28 10:40:25 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2020/08/26 14:22:36 micha Exp $ +# $NetBSD: Makefile,v 1.15 2020/09/28 10:40:25 micha Exp $ DISTNAME= schily-2020-08-12 PKGNAME= pbosh-20200812 @@ -15,7 +15,7 @@ MAKE_JOBS_SAFE= no .include "../../mk/bsd.prefs.mk" -TOOL_DEPENDS+= smake-[0-9]*:../../devel/smake +TOOL_DEPENDS+= smake>=1.3nb11:../../devel/smake SMAKE= MAKEFLAGS= smake MAKE_FLAGS+= DESTDIR=${DESTDIR} INS_BASE=${PREFIX} DEFMANBASE=. MANDIR=${PKGMANDIR} # Honor CPPFLAGS, CFLAGS and LDFLAGS --_----------=_1601289625217680--