Date: Fri, 10 Oct 2014 14:00:14 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370578 - head/games/oneisenough Message-ID: <201410101400.s9AE0EsA089630@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Oct 10 14:00:13 2014 New Revision: 370578 URL: https://svnweb.freebsd.org/changeset/ports/370578 QAT: https://qat.redports.org/buildarchive/r370578/ Log: - Convert to USES=python - Drop @dirrm* from plist Modified: head/games/oneisenough/Makefile head/games/oneisenough/pkg-plist Modified: head/games/oneisenough/Makefile ============================================================================== --- head/games/oneisenough/Makefile Fri Oct 10 14:00:08 2014 (r370577) +++ head/games/oneisenough/Makefile Fri Oct 10 14:00:13 2014 (r370578) @@ -20,13 +20,12 @@ RUN_DEPENDS= ${PYGAME} WRKSRC= ${WRKDIR}/"one is enough" -USES= dos2unix shebangfix zip +USES= dos2unix python:2 shebangfix zip DOS2UNIX_FILES= *.txt bin/*.py DOS2UNIX_REGEX= .*.[^pt][^nt][^gf] SHEBANG_FILES= run_game.py bin/mainmenu.py python_OLD_CMD?= /usr/bin/env python python_CMD?= ${PYTHON_CMD} -USE_PYTHON= 2 PORTDOCS= README.txt OPTIONS_DEFINE= DOCS Modified: head/games/oneisenough/pkg-plist ============================================================================== --- head/games/oneisenough/pkg-plist Fri Oct 10 14:00:08 2014 (r370577) +++ head/games/oneisenough/pkg-plist Fri Oct 10 14:00:13 2014 (r370578) @@ -58,8 +58,3 @@ bin/oneisenough %%DATADIR%%/run_game.pyc %%DATADIR%%/run_game.pyo share/pixmaps/oneisenough.png -@dirrm %%DATADIR%%/bin/sounds -@dirrm %%DATADIR%%/bin/pictures -@dirrm %%DATADIR%%/bin/data -@dirrm %%DATADIR%%/bin -@dirrm %%DATADIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410101400.s9AE0EsA089630>