Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 04:56:21 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387782 - head/devel/renpy
Message-ID:  <201505290456.t4T4uL0l095034@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri May 29 04:56:20 2015
New Revision: 387782
URL: https://svnweb.freebsd.org/changeset/ports/387782

Log:
  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

Modified:
  head/devel/renpy/Makefile

Modified: head/devel/renpy/Makefile
==============================================================================
--- head/devel/renpy/Makefile	Fri May 29 04:54:31 2015	(r387781)
+++ head/devel/renpy/Makefile	Fri May 29 04:56:20 2015	(r387782)
@@ -3,6 +3,7 @@
 PORTNAME=	renpy
 PORTVERSION=	6.99.2
 DISTVERSIONSUFFIX=-source
+PORTREVISION=	1
 CATEGORIES=	devel games
 MASTER_SITES=	http://www.renpy.org/dl/${PORTVERSION}/ \
 		GENTOO
@@ -63,7 +64,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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505290456.t4T4uL0l095034>