svn commit: r393241 - branches/2015Q3/games/openra

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 30 13:21:37 UTC 2015


Author: amdmi3
Date: Thu Jul 30 13:21:35 2015
New Revision: 393241
URL: https://svnweb.freebsd.org/changeset/ports/393241

Log:
  MFH: r393240
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/games/openra/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/games/openra/Makefile
==============================================================================
--- branches/2015Q3/games/openra/Makefile	Thu Jul 30 13:16:53 2015	(r393240)
+++ branches/2015Q3/games/openra/Makefile	Thu Jul 30 13:21:35 2015	(r393241)
@@ -3,7 +3,7 @@
 PORTNAME=	openra
 PORTVERSION=	20150614
 DISTVERSIONPREFIX=	release-
-PORTREVISION=	1
+PORTREVISION=	3
 CATEGORIES=	games
 # XXX Convert to USES=nuget or package dependencies instead
 MASTER_SITES=	https://nuget.org/api/v2/package/StyleCopPlus.MSBuild/4.7.49.5?dummy=/:StyleCopPlus \
@@ -49,7 +49,8 @@ USE_GITHUB=	yes
 GH_PROJECT=	OpenRA
 
 NO_ARCH=	yes
-USES=		gmake lua:51,run mono openal:soft
+USES=		gmake lua:51,run mono openal:soft shebangfix
+SHEBANG_FILES=	launch-dedicated.sh
 USE_SDL=	sdl2
 INSTALLS_ICONS=	yes
 MAKE_ENV=	prefix="${PREFIX}"


More information about the svn-ports-branches mailing list