svn commit: r393116 - branches/2015Q3/games/wesnoth
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 28 21:36:51 UTC 2015
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
More information about the svn-ports-all
mailing list