Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Oct 2014 14:01:05 +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: r370783 - head/games/lostfeathers
Message-ID:  <201410131401.s9DE15XQ061227@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@dirrm %%DATADIR%%/pyglet/window/xlib
-@dirrm %%DATADIR%%/pyglet/window/win32
-@dirrm %%DATADIR%%/pyglet/window/carbon
-@dirrm %%DATADIR%%/pyglet/window
-@dirrm %%DATADIR%%/pyglet/text/formats
-@dirrm %%DATADIR%%/pyglet/text
-@dirrm %%DATADIR%%/pyglet/media/drivers/openal
-@dirrm %%DATADIR%%/pyglet/media/drivers/directsound
-@dirrm %%DATADIR%%/pyglet/media/drivers/alsa
-@dirrm %%DATADIR%%/pyglet/media/drivers
-@dirrm %%DATADIR%%/pyglet/media
-@dirrm %%DATADIR%%/pyglet/image/codecs
-@dirrm %%DATADIR%%/pyglet/image
-@dirrm %%DATADIR%%/pyglet/graphics
-@dirrm %%DATADIR%%/pyglet/gl
-@dirrm %%DATADIR%%/pyglet/font
-@dirrm %%DATADIR%%/pyglet/app
-@dirrm %%DATADIR%%/pyglet
-@dirrm %%DATADIR%%/gamelib
-@dirrm %%DATADIR%%/data
-@dirrm %%DATADIR%%/cocos/scenes
-@dirrm %%DATADIR%%/cocos/resources
-@dirrm %%DATADIR%%/cocos/layer
-@dirrm %%DATADIR%%/cocos/actions
-@dirrm %%DATADIR%%/cocos
-@dirrm %%DATADIR%%



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