Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2015 17:24:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r395705 - branches/2015Q3/games/boswars
Message-ID:  <201508311724.t7VHODSg001863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 31 17:24:12 2015
New Revision: 395705
URL: https://svnweb.freebsd.org/changeset/ports/395705

Log:
  MFH: r395704
  
  - Add LICENSE_FILE
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

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

Modified: branches/2015Q3/games/boswars/Makefile
==============================================================================
--- branches/2015Q3/games/boswars/Makefile	Mon Aug 31 17:20:51 2015	(r395704)
+++ branches/2015Q3/games/boswars/Makefile	Mon Aug 31 17:24:12 2015	(r395705)
@@ -3,7 +3,7 @@
 
 PORTNAME=	boswars
 PORTVERSION=	2.6.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games
 MASTER_SITES=	http://www.boswars.org/dist/releases/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -12,12 +12,14 @@ MAINTAINER=	martin@arp242.net
 COMMENT=	Futuristic real-time strategy game
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
 		libtheora.so:${PORTSDIR}/multimedia/libtheora \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis
 
-USES=		lua:51 scons
+USES=		lua:51 scons shebangfix
+SHEBANG_FILES=	languages/updatepo.sh
 USE_SDL=	sdl
 USE_GL=		yes
 MAKE_ARGS+=	opengl=1



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