Received: by mail.netbsd.org (Postfix, from userid 605) id 6447E84D8C; Sat, 7 Oct 2017 20:45:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB07584D7E for ; Sat, 7 Oct 2017 20:45:31 +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 ZgoRSybF6qi0 for ; Sat, 7 Oct 2017 20:45:31 +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 54D9184D24 for ; Sat, 7 Oct 2017 20:45:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4FB71FBC7; Sat, 7 Oct 2017 20:45:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150740913182010" MIME-Version: 1.0 Date: Sat, 7 Oct 2017 20:45:31 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel/py-buildbot-worker To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20171007204531.4FB71FBC7@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. --_----------=_150740913182010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sat Oct 7 20:45:31 UTC 2017 Modified Files: pkgsrc/devel/py-buildbot-worker: Makefile Log Message: py-buildbot-worker: Needs py-future. Bump revision. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-buildbot-worker/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150740913182010 Content-Disposition: inline Content-Length: 899 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-buildbot-worker/Makefile diff -u pkgsrc/devel/py-buildbot-worker/Makefile:1.1 pkgsrc/devel/py-buildbot-worker/Makefile:1.2 --- pkgsrc/devel/py-buildbot-worker/Makefile:1.1 Fri Sep 29 21:38:35 2017 +++ pkgsrc/devel/py-buildbot-worker/Makefile Sat Oct 7 20:45:31 2017 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2017/09/29 21:38:35 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2017/10/07 20:45:31 joerg Exp $ DISTNAME= buildbot-worker-0.9.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel net python MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-worker/} @@ -10,6 +11,7 @@ HOMEPAGE= https://buildbot.net/ COMMENT= Worker for the buildbot CI system LICENSE= gnu-gpl-v2 +DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future DEPENDS+= ${PYPKGPREFIX}-twisted>=14.0.1:../../net/py-twisted .include "../../lang/python/egg.mk" --_----------=_150740913182010--