Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 04:59:47 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r387783 - branches/2015Q2/devel/renpy
Message-ID:  <201505290459.t4T4xlxU095585@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



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