svn commit: r369520 - head/games/outerspace
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Sep 29 14:31:13 UTC 2014
Author: amdmi3
Date: Mon Sep 29 14:31:12 2014
New Revision: 369520
URL: http://svnweb.freebsd.org/changeset/ports/369520
QAT: https://qat.redports.org/buildarchive/r369520/
Log:
- Convert to USES=python
- Drop @dirrm* from plist
Modified:
head/games/outerspace/Makefile
head/games/outerspace/pkg-plist
Modified: head/games/outerspace/Makefile
==============================================================================
--- head/games/outerspace/Makefile Mon Sep 29 14:26:24 2014 (r369519)
+++ head/games/outerspace/Makefile Mon Sep 29 14:31:12 2014 (r369520)
@@ -12,7 +12,7 @@ COMMENT= On-line strategy game
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
-USE_PYTHON= yes
+USES= python
NO_BUILD= yes
SUB_FILES= outerspace
Modified: head/games/outerspace/pkg-plist
==============================================================================
--- head/games/outerspace/pkg-plist Mon Sep 29 14:26:24 2014 (r369519)
+++ head/games/outerspace/pkg-plist Mon Sep 29 14:31:12 2014 (r369520)
@@ -96,10 +96,3 @@ lib/outerspace/res/gray/tool.down.png
lib/outerspace/res/gray/tool.normal.png
lib/outerspace/res/icon32.png
lib/outerspace/res/smallicon.ico
- at dirrm lib/outerspace/res/gray
- at dirrm lib/outerspace/res
- at dirrm lib/outerspace/oslauncher/urlgrabber
- at dirrm lib/outerspace/oslauncher/pgu/gui
- at dirrm lib/outerspace/oslauncher/pgu
- at dirrm lib/outerspace/oslauncher
- at dirrm lib/outerspace
More information about the svn-ports-all
mailing list