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 DF7E67A271 for ; Sun, 21 Aug 2016 07:15:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 913EE85EB9; Sun, 21 Aug 2016 07:15:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 228B885E9C for ; Sun, 21 Aug 2016 07:15:41 +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 zhrmyDU6bbzG for ; Sun, 21 Aug 2016 07:15:40 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 86CF884CF5 for ; Sun, 21 Aug 2016 07:15:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84EF7FBC3; Sun, 21 Aug 2016 07:15:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1471763740106120" MIME-Version: 1.0 Date: Sun, 21 Aug 2016 07:15:40 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/games/accelerator3d To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160821071540.84EF7FBC3@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. --_----------=_1471763740106120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Aug 21 07:15:40 UTC 2016 Modified Files: pkgsrc/games/accelerator3d: Makefile Log Message: py-OpenGL now supports Python 3. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/accelerator3d/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1471763740106120 Content-Disposition: inline Content-Length: 740 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/accelerator3d/Makefile diff -u pkgsrc/games/accelerator3d/Makefile:1.1 pkgsrc/games/accelerator3d/Makefile:1.2 --- pkgsrc/games/accelerator3d/Makefile:1.1 Sun Jul 24 02:34:32 2016 +++ pkgsrc/games/accelerator3d/Makefile Sun Aug 21 07:15:40 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/07/24 02:34:32 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2016/08/21 07:15:40 wiz Exp $ DISTNAME= accelerator-0.1.1 PKGNAME= ${DISTNAME:S/accelerator/accelerator3d/} @@ -19,7 +19,6 @@ DEPENDS+= ${PYPKGPREFIX}-ode-[0-9]*:../. DEPENDS+= ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL REPLACE_PYTHON+= accelerator.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-Numeric via py-OpenGL NO_BUILD= yes --_----------=_1471763740106120--