Date: Sat, 17 Sep 2011 21:49:14 GMT From: "Mikhail T." <m.tsatsenko@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/160798: [PATCH] games/wesnoth-devel: update to latest version Message-ID: <201109172149.p8HLnEoI084742@red.freebsd.org> Resent-Message-ID: <201109172150.p8HLo6U7022165@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160798
>Category: misc
>Synopsis: [PATCH] games/wesnoth-devel: update to latest version
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Sep 17 21:50:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Mikhail T.
>Release:
>Organization:
>Environment:
>Description:
- Update to 1.9.9
- use EXTRACT_DEPENDS instead of RUN_DEPENDS for x11-fonts/junicode
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/wesnoth-devel/Makefile,v
retrieving revision 1.99
diff -u -r1.99 Makefile
--- Makefile 11 Aug 2011 19:19:25 -0000 1.99
+++ Makefile 17 Sep 2011 19:39:09 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= wesnoth
-PORTVERSION= 1.9.7
+PORTVERSION= 1.9.9
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
http://files.wesnoth.org/
@@ -15,10 +15,8 @@
MAINTAINER= philip@FreeBSD.org
COMMENT= A fantasy turn-based strategy game
+EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-fonts/junicode:extract
LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs
-RUN_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-fonts/junicode:extract
-
-BROKEN= incomplete plist
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
@@ -27,7 +25,7 @@
CONFLICTS= wesnoth-[0-9]*
USE_SDL= image mixer net ttf
-USE_GNOME= pango
+USE_GNOME= pango desktopfileutils
MAKE_JOBS_SAFE= yes
USE_BZIP2= yes
USE_CMAKE= yes
@@ -97,9 +95,17 @@
.else
CMAKE_ARGS+= -DENABLE_NLS=on -DLOCALEDIR=${PREFIX}/share/locale
USE_GETTEXT= yes
-MANLANG= "" cs de en_GB et fi fr gl hu id it ja lt pl pt_BR sk \
- sr sr@ijekavian sr@ijekavianlatin sr@latin zh_CN zh_TW
+MANLANG= "" cs de en_GB et fr gl hu id lt pl sk \
+ zh_CN zh_TW
_MANPAGES+= ${PREFIX}/man/es/man6/wesnothd.6 \
+ ${PREFIX}/man/fi/man6/wesnothd.6 \
+ ${PREFIX}/man/it/man6/wesnothd.6 \
+ ${PREFIX}/man/ja/man6/wesnothd.6 \
+ ${PREFIX}/man/pt_BR/man6/wesnothd.6 \
+ ${PREFIX}/man/sr/man6/wesnothd.6 \
+ ${PREFIX}/man/sr@ijekavian/man6/wesnothd.6 \
+ ${PREFIX}/man/sr@ijekavianlatin/man6/wesnothd.6 \
+ ${PREFIX}/man/sr@latin/man6/wesnothd.6 \
${PREFIX}/man/tr/man6/wesnothd.6
PLIST_SUB+= NLS=""
.endif
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/games/wesnoth-devel/distinfo,v
retrieving revision 1.61
diff -u -r1.61 distinfo
--- distinfo 21 Jun 2011 09:18:38 -0000 1.61
+++ distinfo 17 Sep 2011 19:39:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (wesnoth-1.9.7.tar.bz2) = ced4a5f88d650a97e547dfec153c89da04c565b2d705ef0920dbc000338f4492
-SIZE (wesnoth-1.9.7.tar.bz2) = 338021134
+SHA256 (wesnoth-1.9.9.tar.bz2) = 271cc410d43d56e3f5ee10252a2e1b434c8b42322df619a1d979dbf486d9ab71
+SIZE (wesnoth-1.9.9.tar.bz2) = 340588943
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/games/wesnoth-devel/pkg-plist,v
retrieving revision 1.64
diff -u -r1.64 pkg-plist
--- pkg-plist 21 Jun 2011 09:18:38 -0000 1.64
+++ pkg-plist 17 Sep 2011 19:39:09 -0000
@@ -2,6 +2,8 @@
%%TOOLS%%bin/cutter
%%TOOLS%%bin/exploder
bin/wesnoth
+bin/schema_generator
+bin/schema_validator
%%PYTHON%%%%TOOLS%%bin/wesnoth_addon_manager
%%TESTS%%bin/wesnoth_test
%%SERVER%%bin/wesnothd
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109172149.p8HLnEoI084742>
