pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/blender



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.

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



Home | Main Index | Thread Index | Old Index