Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2014 14:00:22 +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: r370702 - head/games/dcross
Message-ID:  <201410121400.s9CE0MtO065832@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@dirrm %%DATADIR%%/sound/music
-@dirrm %%DATADIR%%/sound/effects
-@dirrm %%DATADIR%%/sound
-@dirrm %%DATADIR%%/graphics
-@dirrm %%DATADIR%%/fonts
-@dirrm %%DATADIR%%/data
-@dirrm %%DATADIR%%



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