Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 2014 15:37:58 +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: r370855 - head/games/robocalypto
Message-ID:  <201410141537.s9EFbwDb096816@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Oct 14 15:37:58 2014
New Revision: 370855
URL: https://svnweb.freebsd.org/changeset/ports/370855
QAT: https://qat.redports.org/buildarchive/r370855/

Log:
  - Convert to USES=python
  - Drop @dirrm* from plist

Modified:
  head/games/robocalypto/Makefile
  head/games/robocalypto/pkg-plist

Modified: head/games/robocalypto/Makefile
==============================================================================
--- head/games/robocalypto/Makefile	Tue Oct 14 14:08:09 2014	(r370854)
+++ head/games/robocalypto/Makefile	Tue Oct 14 15:37:58 2014	(r370855)
@@ -26,8 +26,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygg
 
 WRKSRC=		${WRKDIR}/PYGGEL-V${DISTVERSION}${DISTVERSIONSUFFIX}/Robocalypto
 
-USES=		zip
-USE_PYTHON_RUN=	yes
+USES=		python:run zip
 NO_BUILD=	yes
 
 SUB_FILES=	${PORTNAME}

Modified: head/games/robocalypto/pkg-plist
==============================================================================
--- head/games/robocalypto/pkg-plist	Tue Oct 14 14:08:09 2014	(r370854)
+++ head/games/robocalypto/pkg-plist	Tue Oct 14 15:37:58 2014	(r370855)
@@ -24,6 +24,3 @@ share/pixmaps/robocalypto.png
 %%DATADIR%%/gamelib/main.py
 %%DATADIR%%/gamelib/objects.py
 %%DATADIR%%/run_game.py
-@dirrm %%DATADIR%%/gamelib
-@dirrm %%DATADIR%%/data
-@dirrm %%DATADIR%%



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