Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2009 06:45:47 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        alepulver@FreeBSD.org
Subject:   ports/139787: [PATCH] games/warzone2100: update to 2.2.4
Message-ID:  <20091020024547.0A6F7B849@hades.panopticon>
Resent-Message-ID: <200910200250.n9K2o6Br096828@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139787
>Category:       ports
>Synopsis:       [PATCH] games/warzone2100: update to 2.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 20 02:50:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-BETA2 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009
>Description:
- Update to 2.2.4

Port maintainer (alepulver@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- warzone2100-2.2.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/games/warzone2100/Makefile,v
retrieving revision 1.30
diff -u -u -r1.30 Makefile
--- Makefile	22 Aug 2009 00:22:37 -0000	1.30
+++ Makefile	19 Oct 2009 23:03:19 -0000
@@ -6,11 +6,9 @@
 #
 
 PORTNAME=	warzone2100
-PORTVERSION=	2.2.0
+PORTVERSION=	2.2.4
 CATEGORIES=	games
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Warzone%202100%20${PORTVERSION} \
-		http://download.gna.org/warzone/releases/${PORTVERSION:C/^([0-9]+\.[0-9]+)\..*$/\1/}/
-
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Warzone%202100%20${PORTVERSION}
 
 MAINTAINER=	alepulver@FreeBSD.org
 COMMENT=	Innovative 3D real-time strategy game
@@ -28,10 +26,10 @@
 		GLC.0:${PORTSDIR}/graphics/quesoglc \
 		theora.0:${PORTSDIR}/multimedia/libtheora \
 		popt.0:${PORTSDIR}/devel/popt
+RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
 
 USE_BISON=	build
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
 USE_GL=		yes
 USE_GMAKE=	yes
 USE_SDL=	net sdl
Index: distinfo
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/games/warzone2100/distinfo,v
retrieving revision 1.12
diff -u -u -r1.12 distinfo
--- distinfo	29 Jul 2009 00:17:09 -0000	1.12
+++ distinfo	19 Oct 2009 16:01:17 -0000
@@ -1,3 +1,3 @@
-MD5 (warzone2100-2.2.0.tar.bz2) = 18ce8b1778903cb4bbf153b19b575944
-SHA256 (warzone2100-2.2.0.tar.bz2) = c176329bf6a148915dca69e399bf50e63cb26319885e395cb0bc2c1597c48c2a
-SIZE (warzone2100-2.2.0.tar.bz2) = 48641710
+MD5 (warzone2100-2.2.4.tar.gz) = 494f29f172f8b5ad0e5629edae3caa62
+SHA256 (warzone2100-2.2.4.tar.gz) = 6a3ff34e530d1c6a324fd2b830a7b24bba5b4b83df9c30dbba8089d260e70acf
+SIZE (warzone2100-2.2.4.tar.gz) = 50669827
Index: pkg-plist
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/games/warzone2100/pkg-plist,v
retrieving revision 1.8
diff -u -u -r1.8 pkg-plist
--- pkg-plist	29 Jul 2009 00:17:09 -0000	1.8
+++ pkg-plist	19 Oct 2009 16:12:16 -0000
@@ -6,6 +6,7 @@
 %%NLS%%share/locale/de/LC_MESSAGES/warzone2100.mo
 %%NLS%%share/locale/en_GB/LC_MESSAGES/warzone2100.mo
 %%NLS%%share/locale/es/LC_MESSAGES/warzone2100.mo
+%%NLS%%share/locale/et_EE/LC_MESSAGES/warzone2100.mo
 %%NLS%%share/locale/fi/LC_MESSAGES/warzone2100.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/warzone2100.mo
 %%NLS%%share/locale/fy/LC_MESSAGES/warzone2100.mo
@@ -26,6 +27,7 @@
 %%DATADIR%%/base.wz
 %%DATADIR%%/mods/multiplay/aivolution.wz
 %%DATADIR%%/mods/multiplay/ntw.wz
+%%DATADIR%%/mods/multiplay/original.wz
 %%DATADIR%%/mp.wz
 %%DATADIR%%/music/menu.ogg
 %%DATADIR%%/music/music.wpl
@@ -39,5 +41,7 @@
 %%NLS%%@dirrmtry share/locale/la
 %%NLS%%@dirrmtry share/locale/fy/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/fy
+%%NLS%%@dirrmtry share/locale/et_EE/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/et_EE
 @dirrmtry share/applications
 @dirrmtry share/icons
--- warzone2100-2.2.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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