Received: by mail.netbsd.org (Postfix, from userid 605) id C577684D69; Sat, 25 Nov 2017 12:23:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5069184D65 for ; Sat, 25 Nov 2017 12:23:42 +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 J_VxDa-lGKdx for ; Sat, 25 Nov 2017 12:23:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B416384CE4 for ; Sat, 25 Nov 2017 12:23:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AF559FB40; Sat, 25 Nov 2017 12:23:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15116126213690" MIME-Version: 1.0 Date: Sat, 25 Nov 2017 12:23:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-flask To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171125122341.AF559FB40@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. --_----------=_15116126213690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Nov 25 12:23:41 UTC 2017 Modified Files: pkgsrc/www/py-flask: Makefile Log Message: py-flask: add upstream bug report URL for test failures To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-flask/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15116126213690 Content-Disposition: inline Content-Length: 805 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-flask/Makefile diff -u pkgsrc/www/py-flask/Makefile:1.11 pkgsrc/www/py-flask/Makefile:1.12 --- pkgsrc/www/py-flask/Makefile:1.11 Mon Jun 12 10:17:39 2017 +++ pkgsrc/www/py-flask/Makefile Sat Nov 25 12:23:41 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/06/12 10:17:39 adam Exp $ +# $NetBSD: Makefile,v 1.12 2017/11/25 12:23:41 wiz Exp $ DISTNAME= Flask-0.12.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -17,7 +17,8 @@ DEPENDS+= ${PYPKGPREFIX}-itsdangerous-[0 DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2 DEPENDS+= ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug -# actually TEST_DEPENDS +# https://github.com/pallets/flask/issues/2531 +# TEST_DEPENDS BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test do-test: --_----------=_15116126213690--