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 8B75E7A210 for ; Fri, 24 Mar 2017 16:57:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3F6CD855B6; Fri, 24 Mar 2017 16:57:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C510984CFB for ; Fri, 24 Mar 2017 16:57:36 +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 hIhxt-z6jzOB for ; Fri, 24 Mar 2017 16:57:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3329984CE3 for ; Fri, 24 Mar 2017 16:57:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 31617FBE4; Fri, 24 Mar 2017 16:57:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149037465696480" MIME-Version: 1.0 Date: Fri, 24 Mar 2017 16:57:36 +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: <20170324165736.31617FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_149037465696480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Mar 24 16:57:36 UTC 2017 Modified Files: pkgsrc/misc/todoman: Makefile Log Message: does not support python-2.x, mark it as such. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/todoman/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149037465696480 Content-Disposition: inline Content-Length: 722 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.6 pkgsrc/misc/todoman/Makefile:1.7 --- pkgsrc/misc/todoman/Makefile:1.6 Mon Feb 27 10:24:11 2017 +++ pkgsrc/misc/todoman/Makefile Fri Mar 24 16:57:36 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/02/27 10:24:11 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/03/24 16:57:36 wiz Exp $ DISTNAME= todoman-2.1.0 CATEGORIES= misc @@ -26,6 +26,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[ BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner +PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_LANGUAGES= # none .include "../../lang/python/egg.mk" --_----------=_149037465696480--