[patch] games/wesnoth-devel: update to 1.9.2
Anonymous
swell.k at gmail.com
Sun Nov 7 17:20:31 UTC 2010
>Submitter-Id: current-users
>Originator: Anonymous
>Organization:
>Confidential: no
>Synopsis: [patch] games/wesnoth-devel: update to 1.9.2
>Severity: non-critical
>Priority: low
>Responsible: philip
>Category: ports
>Class: update
>Release: FreeBSD 9.0-CURRENT amd64
>Environment:
>Description:
- update
- add fix for Haldric's default portrait from svn
>How-To-Repeat:
>Fix:
--- a.diff begins here ---
Index: games/wesnoth-devel/Makefile
===================================================================
RCS file: /a/.cvsup/ports/games/wesnoth-devel/Makefile,v
retrieving revision 1.91
diff -u -p -r1.91 Makefile
--- games/wesnoth-devel/Makefile 16 Oct 2010 11:52:07 -0000 1.91
+++ games/wesnoth-devel/Makefile 7 Nov 2010 15:46:18 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= wesnoth
-PORTVERSION= 1.9.1
+PORTVERSION= 1.9.2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
http://files.wesnoth.org/
Index: games/wesnoth-devel/distinfo
===================================================================
RCS file: /a/.cvsup/ports/games/wesnoth-devel/distinfo,v
retrieving revision 1.57
diff -u -p -r1.57 distinfo
--- games/wesnoth-devel/distinfo 18 Sep 2010 18:23:54 -0000 1.57
+++ games/wesnoth-devel/distinfo 7 Nov 2010 16:11:29 -0000
@@ -1,3 +1,2 @@
-MD5 (wesnoth-1.9.1.tar.bz2) = 5dc488f68362717f1b809d2212f9515f
-SHA256 (wesnoth-1.9.1.tar.bz2) = 77c730f49b66970c49a60c0315a4f1a243af85d526ed0d8f8594c0f62d179653
-SIZE (wesnoth-1.9.1.tar.bz2) = 326680872
+SHA256 (wesnoth-1.9.2.tar.bz2) = 60e5c03afed1172fb6d9364dbadf3e466b2089eb4672baeb124120557ec1a5d5
+SIZE (wesnoth-1.9.2.tar.bz2) = 331110640
Index: games/wesnoth-devel/files/patch-configure.ac
===================================================================
RCS file: /a/.cvsup/ports/games/wesnoth-devel/files/patch-configure.ac,v
retrieving revision 1.3
diff -u -p -r1.3 patch-configure.ac
--- games/wesnoth-devel/files/patch-configure.ac 22 Sep 2010 10:08:04 -0000 1.3
+++ games/wesnoth-devel/files/patch-configure.ac 7 Nov 2010 16:15:04 -0000
@@ -1,14 +1,5 @@
--- configure.ac~
+++ configure.ac
-@@ -111,7 +111,7 @@ then
- fi
-
- # Make tests default in svn version
--svn_in_version=`expr match "$WESNOTH_VERSION" '.*svn'`
-+svn_in_version=`expr "$WESNOTH_VERSION" : '.*svn'`
- test_build=yes
- if test $svn_in_version = 0
- then
@@ -213,6 +213,11 @@ esac
AC_SUBST([FULLLOCALEDIR])
AC_SUBST([HAS_RELATIVE_LOCALEDIR])
Index: games/wesnoth-devel/files/patch-svn
===================================================================
RCS file: games/wesnoth-devel/files/patch-svn
diff -N games/wesnoth-devel/files/patch-svn
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ games/wesnoth-devel/files/patch-svn 7 Nov 2010 16:23:45 -0000
@@ -0,0 +1,10 @@
+--- data/campaigns/The_Rise_Of_Wesnoth/scenarios/01_A_Summer_of_Storms.cfg 2010/11/05 14:15:19 47422
++++ data/campaigns/The_Rise_Of_Wesnoth/scenarios/01_A_Summer_of_Storms.cfg 2010/11/05 21:03:38 47442
+@@ -22,6 +22,7 @@
+ #endif
+ id=Prince Haldric
+ name= _ "Prince Haldric"
++ profile=portraits/haldric.png
+ {GOLD 125 100 100}
+ unrenamable=yes
+ side=1
--- a.diff ends here ---
More information about the freebsd-ports-bugs
mailing list