From owner-svn-ports-all@freebsd.org Sun Nov 5 01:18:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C08BE5CC4B; Sun, 5 Nov 2017 01:18:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 19B6F669F2; Sun, 5 Nov 2017 01:18:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA51Igp1071955; Sun, 5 Nov 2017 01:18:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA51Ig24071954; Sun, 5 Nov 2017 01:18:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201711050118.vA51Ig24071954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 5 Nov 2017 01:18:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453509 - head/devel/renpy X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/renpy X-SVN-Commit-Revision: 453509 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2017 01:18:43 -0000 Author: jbeich Date: Sun Nov 5 01:18:42 2017 New Revision: 453509 URL: https://svnweb.freebsd.org/changeset/ports/453509 Log: devel/renpy: partially unbreak creating a project after r421471 /usr/local/share/renpy/gui/game does not appear to be a Ren'Py game Modified: head/devel/renpy/Makefile (contents, props changed) Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Sun Nov 5 00:07:28 2017 (r453508) +++ head/devel/renpy/Makefile Sun Nov 5 01:18:42 2017 (r453509) @@ -3,7 +3,7 @@ PORTNAME= renpy PORTVERSION?= 6.99.13 DISTVERSIONSUFFIX=-sdk -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel games MASTER_SITES= https://www.renpy.org/dl/${PORTVERSION}/ @@ -45,7 +45,7 @@ TARGET_ORDER_OVERRIDE=610:fix-shebang BUILD_WRKSRC= ${WRKSRC}/module INSTALL_WRKSRC= ${BUILD_WRKSRC} MAKE_ENV+= RENPY_DEPS_INSTALL="${LOCALBASE}" -PORTDATA= launcher renpy renpy.py templates +PORTDATA= gui launcher renpy renpy.py templates PORTDOCS= * PLIST_FILES= bin/${PORTNAME} @@ -96,8 +96,9 @@ post-build: add-plist-post: add-empty-dirs add-empty-dirs: -# Keep images directory in templates, see renpy@d81ea29 - ${FIND} ${WRKSRC}/templates -type d ! -name "saves" -empty | \ +# Keep images directory in gui and templates, see renpy@d81ea29 + ${FIND} ${WRKSRC} -type d -empty \ + ! \( -name "saves" -or -name "pysdlsound" \) | \ ${SED} 's,^${WRKSRC},@dir ${DATADIR},' >>${TMPPLIST} post-install: