From owner-svn-ports-head@FreeBSD.ORG Fri May 29 04:56:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70223A6B; Fri, 29 May 2015 04:56:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EE281666; Fri, 29 May 2015 04:56:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4T4uL6l095035; Fri, 29 May 2015 04:56:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4T4uL0l095034; Fri, 29 May 2015 04:56:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505290456.t4T4uL0l095034@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 29 May 2015 04:56:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387782 - head/devel/renpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2015 04:56:21 -0000 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}