svn commit: r370783 - head/games/lostfeathers

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 13 14:01:06 UTC 2014


Author: amdmi3
Date: Mon Oct 13 14:01:04 2014
New Revision: 370783
URL: https://svnweb.freebsd.org/changeset/ports/370783
QAT: https://qat.redports.org/buildarchive/r370783/

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

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

Modified: head/games/lostfeathers/Makefile
==============================================================================
--- head/games/lostfeathers/Makefile	Mon Oct 13 14:00:56 2014	(r370782)
+++ head/games/lostfeathers/Makefile	Mon Oct 13 14:01:04 2014	(r370783)
@@ -18,12 +18,11 @@ LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	avbin>=0:${PORTSDIR}/multimedia/avbin
 
-USES=		shebangfix zip
+USES=		python shebangfix zip
 SHEBANG_FILES=	run_game.py
-python_OLD_CMD?=	/usr/bin/env python 
-python_CMD?=		${PYTHON_CMD}
+python_OLD_CMD=	/usr/bin/env python
+python_CMD?=	${PYTHON_CMD}
 USE_GNOME=	pygtk2 librsvg2
-USE_PYTHON=	yes
 
 PORTDOCS=	README.txt
 OPTIONS_DEFINE=	DOCS

Modified: head/games/lostfeathers/pkg-plist
==============================================================================
--- head/games/lostfeathers/pkg-plist	Mon Oct 13 14:00:56 2014	(r370782)
+++ head/games/lostfeathers/pkg-plist	Mon Oct 13 14:01:04 2014	(r370783)
@@ -495,29 +495,3 @@ bin/lostfeathers
 %%DATADIR%%/run_game.pyc
 %%DATADIR%%/run_game.pyo
 share/pixmaps/lostfeathers.png
- at dirrm %%DATADIR%%/pyglet/window/xlib
- at dirrm %%DATADIR%%/pyglet/window/win32
- at dirrm %%DATADIR%%/pyglet/window/carbon
- at dirrm %%DATADIR%%/pyglet/window
- at dirrm %%DATADIR%%/pyglet/text/formats
- at dirrm %%DATADIR%%/pyglet/text
- at dirrm %%DATADIR%%/pyglet/media/drivers/openal
- at dirrm %%DATADIR%%/pyglet/media/drivers/directsound
- at dirrm %%DATADIR%%/pyglet/media/drivers/alsa
- at dirrm %%DATADIR%%/pyglet/media/drivers
- at dirrm %%DATADIR%%/pyglet/media
- at dirrm %%DATADIR%%/pyglet/image/codecs
- at dirrm %%DATADIR%%/pyglet/image
- at dirrm %%DATADIR%%/pyglet/graphics
- at dirrm %%DATADIR%%/pyglet/gl
- at dirrm %%DATADIR%%/pyglet/font
- at dirrm %%DATADIR%%/pyglet/app
- at dirrm %%DATADIR%%/pyglet
- at dirrm %%DATADIR%%/gamelib
- at dirrm %%DATADIR%%/data
- at dirrm %%DATADIR%%/cocos/scenes
- at dirrm %%DATADIR%%/cocos/resources
- at dirrm %%DATADIR%%/cocos/layer
- at dirrm %%DATADIR%%/cocos/actions
- at dirrm %%DATADIR%%/cocos
- at dirrm %%DATADIR%%


More information about the svn-ports-all mailing list