Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4277E1A9239 for ; Mon, 15 Nov 2021 17:48:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 76BEE84E7C; Mon, 15 Nov 2021 17:48:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B189B84E67 for ; Mon, 15 Nov 2021 17:48:16 +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 vHKxq6GB0lh2 for ; Mon, 15 Nov 2021 17:48:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1209D84CE3 for ; Mon, 15 Nov 2021 17:48:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0FBF3FAEC; Mon, 15 Nov 2021 17:48:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1636998496202730" MIME-Version: 1.0 Date: Mon, 15 Nov 2021 17:48:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/blender To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211115174816.0FBF3FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1636998496202730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 15 17:48:16 UTC 2021 Modified Files: pkgsrc/graphics/blender: Makefile Log Message: blender: let pkglint fix indentation To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181 pkgsrc/graphics/blender/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1636998496202730 Content-Disposition: inline Content-Length: 1185 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.180 pkgsrc/graphics/blender/Makefile:1.181 --- pkgsrc/graphics/blender/Makefile:1.180 Thu Nov 4 05:08:05 2021 +++ pkgsrc/graphics/blender/Makefile Mon Nov 15 17:48:15 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.180 2021/11/04 05:08:05 mrg Exp $ +# $NetBSD: Makefile,v 1.181 2021/11/15 17:48:15 wiz Exp $ DISTNAME= blender-2.93.5 CATEGORIES= graphics @@ -46,11 +46,11 @@ CMAKE_ARGS+= -DWITH_PYTHON_INSTALL_REQUE PLIST_SUBST+= BLENDERVER=${PKGVERSION_NOREV:C/[a-z]//} -REPLACE_PYTHON= release/bin/blender-thumbnailer.py \ +REPLACE_PYTHON= release/bin/blender-thumbnailer.py \ release/scripts/addons/io_curve_svg/svg_util_test.py \ - release/scripts/addons/io_scene_fbx/fbx2json.py \ - release/scripts/addons/io_scene_fbx/json2fbx.py \ - release/scripts/modules/bl_i18n_utils/merge_po.py \ + release/scripts/addons/io_scene_fbx/fbx2json.py \ + release/scripts/addons/io_scene_fbx/json2fbx.py \ + release/scripts/modules/bl_i18n_utils/merge_po.py \ release/scripts/modules/blend_render_info.py INSTALLATION_DIRS= bin share/blender --_----------=_1636998496202730--