ports/116319: Update port: games/jaggedalliance2 version 0.6

Christoph Mallon christoph.mallon at gmx.de
Wed Sep 12 20:00:06 UTC 2007


>Number:         116319
>Category:       ports
>Synopsis:       Update port: games/jaggedalliance2 version 0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 12 20:00:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Christoph Mallon
>Release:        n/a
>Organization:
>Environment:
n/a
>Description:
Please commit this update for the Jagged Alliance 2 port.

Summary of changes:
* Improved Russian translation, it should outperform the vanilla-translation now.
* Implement SoundSetPan(). This caused an unexpected termination of the game in certain places (e.g. Bug Queen).
* Fixed an infinite loop when throwing objects.
* Added a desktop file for better desktop integration.
* Fixed (as always) an assortment of vanilla bugs like: misplacement of some texts and gui elements; salary of non-AIM/MERC mercenaries was assumed to be 0, so it did not count towards the min/max/daily salary stats; vehicles had been counted in for calculating the average stats in the personnel screen.
* Changed the scroll speeds, so diagonal scrolling is always axis aligned.
* As usual code cleanups and minor fixes.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/jaggedalliance2/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	24 Jul 2007 10:41:31 -0000	1.5
+++ Makefile	12 Sep 2007 19:45:14 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ja2
-PORTVERSION=	0.5
+PORTVERSION=	0.6
 CATEGORIES=	games
 MASTER_SITES=	http://deponie.yamagi.org/freebsd/distfiles/ \
 		http://ja2.dragonriders.de/files/
@@ -37,7 +37,7 @@
 
 .include <bsd.port.pre.mk>
 
-.ifndef WITHOUT_ENGLISH
+.ifdef WITH_ENGLISH
 MAKE_ARGS+=	LNG=ENGLISH
 .elifdef WITH_DUTCH
 MAKE_ARGS+=	LNG=DUTCH
@@ -61,12 +61,8 @@
 
 MAN6=	ja2.6
 
-do-install:
-	@${MKDIR} ${DATADIR}/Data/TILECACHE
-	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	@${INSTALL_MAN} ${WRKSRC}/${MAN6} ${MANPREFIX}/man/man6
-
 post-install:
+	@${MKDIR} ${DATADIR}/Data/TILECACHE
 	@${SED} -e 's|$${DATADIR}|${DATADIR}|' ${PKGMESSAGE}
 
 lowercase:
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/games/jaggedalliance2/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	24 Jul 2007 10:41:31 -0000	1.4
+++ distinfo	12 Sep 2007 19:45:14 -0000
@@ -1,3 +1,3 @@
-MD5 (ja2-0.5-source.tar.bz2) = 22003ee20037cdd24a900c978280bd38
-SHA256 (ja2-0.5-source.tar.bz2) = ddefda93ac4b74325a79ebc80c2ff08b814de766a89666b17725eadd0959e1f2
-SIZE (ja2-0.5-source.tar.bz2) = 2529613
+MD5 (ja2-0.6-source.tar.bz2) = b7adb0fd016e4d467657127d4134089d
+SHA256 (ja2-0.6-source.tar.bz2) = 4c666eb42a60c082a54a639ced69b06ba206052770eba0a94998c6c601685ee4
+SIZE (ja2-0.6-source.tar.bz2) = 2502133
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/games/jaggedalliance2/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	5 Dec 2006 17:15:10 -0000	1.1
+++ pkg-plist	12 Sep 2007 19:45:14 -0000
@@ -1,4 +1,5 @@
 bin/ja2
+share/pixmaps/jagged2.ico
 @dirrmtry %%DATADIR%%/Data/TILECACHE
 @dirrmtry %%DATADIR%%/Data
 @unexec rmdir %D/%%DATADIR%% 2>/dev/null || echo "Warning: data files in %D/%%DATADIR%% have been left intact."


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



More information about the freebsd-ports-bugs mailing list