svn commit: r474276 - head/games/monsterz

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 9 17:40:15 UTC 2018


Author: amdmi3
Date: Mon Jul  9 17:40:13 2018
New Revision: 474276
URL: https://svnweb.freebsd.org/changeset/ports/474276

Log:
  - Fix shebangs
  - Don't needlessly touch permissings on /var/games
  
  Approved by:	portmgr blanket

Modified:
  head/games/monsterz/Makefile
  head/games/monsterz/pkg-plist

Modified: head/games/monsterz/Makefile
==============================================================================
--- head/games/monsterz/Makefile	Mon Jul  9 17:30:06 2018	(r474275)
+++ head/games/monsterz/Makefile	Mon Jul  9 17:40:13 2018	(r474276)
@@ -3,7 +3,7 @@
 
 PORTNAME=	monsterz
 PORTVERSION=	0.7.1
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	games
 MASTER_SITES=	http://sam.zoy.org/monsterz/ \
 		SF/nemysisfreebsdp/:icons
@@ -19,7 +19,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${PYGAME}
 
-USES=		python:2.7
+USES=		python:2.7 shebangfix
+SHEBANG_FILES=	monsterz.py
 MAKE_ENV=	prefix=${PREFIX}
 
 PORTDOCS=	AUTHORS README TODO

Modified: head/games/monsterz/pkg-plist
==============================================================================
--- head/games/monsterz/pkg-plist	Mon Jul  9 17:30:06 2018	(r474275)
+++ head/games/monsterz/pkg-plist	Mon Jul  9 17:40:13 2018	(r474276)
@@ -23,4 +23,3 @@
 %%DATADIR%%/sound/whip.wav
 share/pixmaps/monsterz.png
 @sample(,games,664) %%SCOREDIR%%/monsterz.sample
- at dir(,,775) %%SCOREDIR%%


More information about the svn-ports-all mailing list