Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 59D2E84F52 for ; Mon, 3 Jul 2023 17:18:49 +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 APauZMLFJH32 for ; Mon, 3 Jul 2023 17:18:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E2D8F84E68 for ; Mon, 3 Jul 2023 17:18:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DFEC9FA89; Mon, 3 Jul 2023 17:18:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688404728245110" MIME-Version: 1.0 Date: Mon, 3 Jul 2023 17:18:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/blender To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230703171848.DFEC9FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688404728245110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jul 3 17:18:48 UTC 2023 Modified Files: pkgsrc/graphics/blender: Makefile Log Message: blender: set acceptable Python versions with =, not ?= To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 pkgsrc/graphics/blender/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688404728245110 Content-Disposition: inline Content-Length: 668 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/blender/Makefile diff -u pkgsrc/graphics/blender/Makefile:1.202 pkgsrc/graphics/blender/Makefile:1.203 --- pkgsrc/graphics/blender/Makefile:1.202 Tue Jun 6 08:02:09 2023 +++ pkgsrc/graphics/blender/Makefile Mon Jul 3 17:18:48 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.202 2023/06/06 08:02:09 wiz Exp $ +# $NetBSD: Makefile,v 1.203 2023/07/03 17:18:48 wiz Exp $ DISTNAME= blender-3.5.0 PKGREVISION= 5 @@ -70,7 +70,7 @@ REPLACE_PYTHON= release/bin/blender-thu INSTALLATION_DIRS= bin share/blender -PYTHON_VERSIONS_ACCEPTED?= 310 311 +PYTHON_VERSIONS_ACCEPTED= 310 311 pre-configure: ${MKDIR} ${WRKSRC}/build --_----------=_1688404728245110--