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:   joerg
Date:           Sat Jul  1 22:12:13 UTC 2017

Modified Files:
        pkgsrc/graphics/blender: Makefile PLIST

Log Message:
Allow NetBSD 8 for PLIST subst. Match path name with reality.


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 pkgsrc/graphics/blender/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/blender/PLIST

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.132 pkgsrc/graphics/blender/Makefile:1.133
--- pkgsrc/graphics/blender/Makefile:1.132      Wed May  3 08:38:42 2017
+++ pkgsrc/graphics/blender/Makefile    Sat Jul  1 22:12:13 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.132 2017/05/03 08:38:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.133 2017/07/01 22:12:13 joerg Exp $
 
 DISTNAME=      blender-2.77a
 PKGREVISION=   6
@@ -50,7 +50,9 @@ INSTALLATION_DIRS=    bin share/blender
 PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
 PLIST_SUBST+=  BLENDERVER=${PKGVERSION_NOREV:C/[a-z]//}
 
-.if !empty(MACHINE_PLATFORM:MNetBSD-7.*)
+.if !empty(MACHINE_PLATFORM:MNetBSD-8.*)
+PLIST_SUBST+=  NETBSDVER=netbsd8
+.elif !empty(MACHINE_PLATFORM:MNetBSD-7.*)
 PLIST_SUBST+=  NETBSDVER=netbsd7
 .else
 PLIST_SUBST+=  NETBSDVER=netbsd6

Index: pkgsrc/graphics/blender/PLIST
diff -u pkgsrc/graphics/blender/PLIST:1.24 pkgsrc/graphics/blender/PLIST:1.25
--- pkgsrc/graphics/blender/PLIST:1.24  Mon Feb  6 01:29:10 2017
+++ pkgsrc/graphics/blender/PLIST       Sat Jul  1 22:12:13 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2017/02/06 01:29:10 markd Exp $
+@comment $NetBSD: PLIST,v 1.25 2017/07/01 22:12:13 joerg Exp $
 bin/blender
 share/blender/${BLENDERVER}/datafiles/fonts/bmonofont-i18n.ttf.gz
 share/blender/${BLENDERVER}/datafiles/fonts/droidsans.ttf.gz
@@ -540,7 +540,7 @@ share/blender/${BLENDERVER}/python/lib/p
 share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/uuid.py
 share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/__init__.py
 share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/__main__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate
+share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/common/activate
 share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate.csh
 share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate.fish
 share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/warnings.py



Home | Main Index | Thread Index | Old Index