Date: Sat, 11 Oct 2014 14:00:20 +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: r370638 - head/games/whichwayisup Message-ID: <201410111400.s9BE0K0e082733@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Oct 11 14:00:19 2014 New Revision: 370638 URL: https://svnweb.freebsd.org/changeset/ports/370638 QAT: https://qat.redports.org/buildarchive/r370638/ Log: - Convert to USES=python - Drop @dirrm* from plist Modified: head/games/whichwayisup/Makefile head/games/whichwayisup/pkg-plist Modified: head/games/whichwayisup/Makefile ============================================================================== --- head/games/whichwayisup/Makefile Sat Oct 11 14:00:14 2014 (r370637) +++ head/games/whichwayisup/Makefile Sat Oct 11 14:00:19 2014 (r370638) @@ -21,9 +21,8 @@ RUN_DEPENDS= ${PYGAME} WRKSRC= ${WRKDIR}/${PORTNAME} -USES= dos2unix zip +USES= dos2unix python zip DOS2UNIX_REGEX= .*.[^pt][^nt][^gf] -USE_PYTHON= yes INSTALLS_ICONS= yes PORTDOCS= README.txt changelog.txt Modified: head/games/whichwayisup/pkg-plist ============================================================================== --- head/games/whichwayisup/pkg-plist Sat Oct 11 14:00:14 2014 (r370637) +++ head/games/whichwayisup/pkg-plist Sat Oct 11 14:00:19 2014 (r370638) @@ -197,10 +197,3 @@ share/pixmaps/whichwayisup.png %%DATADIR%%/sounds/kling.ogg %%DATADIR%%/sounds/nextlevel.ogg %%DATADIR%%/sounds/woosh.ogg -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/pictures -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/misc -@dirrm %%DATADIR%%/levels -@dirrm %%DATADIR%% -@dirrm %%PYTHON_SITELIBDIR%%/whichwayisup
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410111400.s9BE0K0e082733>