svn commit: r387783 - branches/2015Q2/devel/renpy
Jan Beich
jbeich at FreeBSD.org
Fri May 29 04:59:47 UTC 2015
Author: jbeich
Date: Fri May 29 04:59:46 2015
New Revision: 387783
URL: https://svnweb.freebsd.org/changeset/ports/387783
Log:
MFH: r387782
devel/renpy: fix TKINTER regressing after r382557
Traceback (most recent call last):
File "choose_directory.rpy", line 61, in choose_directory
File "/usr/local/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/local/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Approved by: ports-secteam (shebang blanket)
Modified:
branches/2015Q2/devel/renpy/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/devel/renpy/Makefile
==============================================================================
--- branches/2015Q2/devel/renpy/Makefile Fri May 29 04:56:20 2015 (r387782)
+++ branches/2015Q2/devel/renpy/Makefile Fri May 29 04:59:46 2015 (r387783)
@@ -3,7 +3,7 @@
PORTNAME= renpy
PORTVERSION= 6.99.1
DISTVERSIONSUFFIX=-source
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel games
MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \
GENTOO/distfiles
@@ -62,7 +62,7 @@ PORTDATA+= the_question tutorial
post-patch:
@${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \
- ${WRKSRC}/launcher/game/project.rpy
+ ${WRKSRC}/launcher/game/choose_directory.rpy
# Avoid having to add -I/usr/include -L/usr/lib
@${REINPLACE_CMD} '/library("z")/d' ${BUILD_WRKSRC}/${PYSETUP}
More information about the svn-ports-all
mailing list