svn commit: r383478 - head/devel/renpy
Jan Beich
jbeich at FreeBSD.org
Mon Apr 6 20:15:11 UTC 2015
Author: jbeich
Date: Mon Apr 6 20:15:10 2015
New Revision: 383478
URL: https://svnweb.freebsd.org/changeset/ports/383478
Log:
Don't extract python bytecode from the distfile
No PORTREVISION bump: distutils defaults to building without -O
and the following files aren't even installed.
$ ls **/*.py[co]
module/generate_styles.pyo module/setuplib.pyo
Modified:
head/devel/renpy/Makefile
Modified: head/devel/renpy/Makefile
==============================================================================
--- head/devel/renpy/Makefile Mon Apr 6 20:13:22 2015 (r383477)
+++ head/devel/renpy/Makefile Mon Apr 6 20:15:10 2015 (r383478)
@@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game
USES= python:2.7 shebangfix tar:bz2
USE_PYTHON= autoplist distutils
USE_SDL= sdl2
-EXTRACT_AFTER_ARGS=--exclude gen
+EXTRACT_AFTER_ARGS=--exclude gen --exclude '*.py[co]'
SHEBANG_FILES= renpy.py launcher/game/tkaskdir.py
python_OLD_CMD= /usr/bin/env python
python_CMD= ${PYTHON_CMD}
More information about the svn-ports-head
mailing list