Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2015 21:36:51 +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: r393116 - branches/2015Q3/games/wesnoth
Message-ID:  <201507282136.t6SLap9S045598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul 28 21:36:50 2015
New Revision: 393116
URL: https://svnweb.freebsd.org/changeset/ports/393116

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

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

Modified: branches/2015Q3/games/wesnoth/Makefile
==============================================================================
--- branches/2015Q3/games/wesnoth/Makefile	Tue Jul 28 21:35:02 2015	(r393115)
+++ branches/2015Q3/games/wesnoth/Makefile	Tue Jul 28 21:36:50 2015	(r393116)
@@ -3,6 +3,7 @@
 PORTNAME=	wesnoth
 PORTVERSION=	1.12.4
 PORTEPOCH=	1
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \
 		http://files.wesnoth.org/ \
@@ -24,7 +25,11 @@ LDFLAGS+=	-L${LOCALBASE}/lib -lboost_sys
 
 USE_SDL=	image mixer net ttf
 USE_GNOME=	pango
-USES=		cmake cpe pkgconfig tar:bzip2
+USES=		cmake cpe pkgconfig shebangfix tar:bzip2
+SHEBANG_FILES=	data/tools/campaign2wiki.py \
+		data/tools/castle-cutter/mk-castle.sh \
+		data/tools/terrain2wiki.py \
+		data/tools/unit_tree/update-wmlunits
 CPE_VENDOR=	${PORTNAME}
 CPE_PRODUCT=	battle_for_wesnoth
 CMAKE_ARGS=	-DMANDIR="man" -DENABLE_STRICT_COMPILATION=off



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