diff options
author | dholland <dholland@pkgsrc.org> | 2013-12-27 01:59:42 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-12-27 01:59:42 +0000 |
commit | 499ecd6ccf58290a7f5821193c015fdf111ababe (patch) | |
tree | ed9636a52cf6cffa30fc05d55a29313c2f180c77 /graphics/blender | |
parent | ab88bf6d9fb6d58311376df727332f0b1787e4d1 (diff) | |
download | pkgsrc-499ecd6ccf58290a7f5821193c015fdf111ababe.tar.gz |
Update plist for latest python33; it seems that some stuff called
"venv" is copied wholesale from the python33 install, I guess via
the wonders of scons, and one of the files went away in the last
python33 update.
Diffstat (limited to 'graphics/blender')
-rw-r--r-- | graphics/blender/Makefile | 4 | ||||
-rw-r--r-- | graphics/blender/PLIST | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 8ad066b9067..2801e0f7066 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.99 2013/11/20 20:04:37 adam Exp $ +# $NetBSD: Makefile,v 1.100 2013/12/27 01:59:42 dholland Exp $ DISTNAME= blender-2.68a -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://download.blender.org/source/ diff --git a/graphics/blender/PLIST b/graphics/blender/PLIST index 4b1608d95ae..ad5bc3898f4 100644 --- a/graphics/blender/PLIST +++ b/graphics/blender/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2013/10/12 22:11:00 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.15 2013/12/27 01:59:42 dholland Exp $ bin/blender share/blender/2.68/datafiles/fonts/bmonofont-i18n.ttf.gz share/blender/2.68/datafiles/fonts/droidsans.ttf.gz @@ -474,7 +474,6 @@ share/blender/2.68/python/lib/python3.3/uuid.py share/blender/2.68/python/lib/python3.3/venv/__init__.py share/blender/2.68/python/lib/python3.3/venv/__main__.py share/blender/2.68/python/lib/python3.3/venv/scripts/posix/activate -share/blender/2.68/python/lib/python3.3/venv/scripts/posix/pydoc share/blender/2.68/python/lib/python3.3/warnings.py share/blender/2.68/python/lib/python3.3/wave.py share/blender/2.68/python/lib/python3.3/weakref.py |