Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A6D997A169 for ; Thu, 4 May 2017 22:48:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 184D5855AA; Thu, 4 May 2017 22:48:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9DA5884E02 for ; Thu, 4 May 2017 22:48:25 +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 94PaxvYRjP-Q for ; Thu, 4 May 2017 22:48: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 096AA84CDA for ; Thu, 4 May 2017 22:48:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03917FBE4; Thu, 4 May 2017 22:48:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149393810458480" MIME-Version: 1.0 Date: Thu, 4 May 2017 22:48:24 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/todoman To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170504224825.03917FBE4@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. --_----------=_149393810458480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu May 4 22:48:24 UTC 2017 Modified Files: pkgsrc/misc/todoman: Makefile Log Message: Add missing BUILD_DEPENDS. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/todoman/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149393810458480 Content-Disposition: inline Content-Length: 851 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/todoman/Makefile diff -u pkgsrc/misc/todoman/Makefile:1.10 pkgsrc/misc/todoman/Makefile:1.11 --- pkgsrc/misc/todoman/Makefile:1.10 Thu Apr 27 13:09:30 2017 +++ pkgsrc/misc/todoman/Makefile Thu May 4 22:48:24 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/04/27 13:09:30 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/05/04 22:48:24 wiz Exp $ DISTNAME= todoman-3.1.0 CATEGORIES= misc @@ -21,6 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-tabulate-[0-9]* DEPENDS+= ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm +BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner # TEST_DEPENDS BUILD_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8 --_----------=_149393810458480--