svn commit: r370702 - head/games/dcross
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Oct 12 14:00:23 UTC 2014
Author: amdmi3
Date: Sun Oct 12 14:00:21 2014
New Revision: 370702
URL: https://svnweb.freebsd.org/changeset/ports/370702
QAT: https://qat.redports.org/buildarchive/r370702/
Log:
- Convert to USES=python
- Drop @dirrm* from plist
Modified:
head/games/dcross/Makefile
head/games/dcross/pkg-plist
Modified: head/games/dcross/Makefile
==============================================================================
--- head/games/dcross/Makefile Sun Oct 12 14:00:13 2014 (r370701)
+++ head/games/dcross/Makefile Sun Oct 12 14:00:21 2014 (r370702)
@@ -21,10 +21,9 @@ RUN_DEPENDS= ${PYGAME}
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}/
-USES= dos2unix zip
+USES= dos2unix python zip
DOS2UNIX_REGEX= .*.[^p][^n][^g]$
DOS2UNIX_FILES= *.pyw
-USE_PYTHON= yes
INSTALLS_ICONS= yes
ICON_SIZES= 32x32 48x48 64x64 72x72 96x96
Modified: head/games/dcross/pkg-plist
==============================================================================
--- head/games/dcross/pkg-plist Sun Oct 12 14:00:13 2014 (r370701)
+++ head/games/dcross/pkg-plist Sun Oct 12 14:00:21 2014 (r370702)
@@ -76,10 +76,3 @@ share/icons/hicolor/64x64/apps/dcross.pn
share/icons/hicolor/72x72/apps/dcross.png
share/icons/hicolor/96x96/apps/dcross.png
share/pixmaps/dcross.png
- at dirrm %%DATADIR%%/sound/music
- at dirrm %%DATADIR%%/sound/effects
- at dirrm %%DATADIR%%/sound
- at dirrm %%DATADIR%%/graphics
- at dirrm %%DATADIR%%/fonts
- at dirrm %%DATADIR%%/data
- at dirrm %%DATADIR%%
More information about the svn-ports-all
mailing list