svn commit: r388980 - head/games/pytowerdefense

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 9 18:58:49 UTC 2015


Author: amdmi3
Date: Tue Jun  9 18:58:48 2015
New Revision: 388980
URL: https://svnweb.freebsd.org/changeset/ports/388980

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  MFH:		2015Q2 (blanket)

Modified:
  head/games/pytowerdefense/Makefile

Modified: head/games/pytowerdefense/Makefile
==============================================================================
--- head/games/pytowerdefense/Makefile	Tue Jun  9 18:58:38 2015	(r388979)
+++ head/games/pytowerdefense/Makefile	Tue Jun  9 18:58:48 2015	(r388980)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pytowerdefense
 PORTVERSION=	0.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games python
 MASTER_SITES=	SF/${PORTNAME}/PyTowerDefense0.5/Source%20%28Python%202.5%20or%202.6%20and%20Pygame%29/
 DISTNAME=	${PORTNAME}${DISTVERSION}
@@ -16,8 +16,10 @@ LICENSE=	GPLv3
 
 RUN_DEPENDS=	${PYGAME}
 
-USES=		python:2 zip
+USES=		python:2 shebangfix zip
+SHEBANG_FILES=	pyconsole.py
 INSTALLS_ICONS=	yes
+NO_ARCH=	yes
 
 PORTDOCS=	README modding.txt
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-all mailing list