From nobody@FreeBSD.org  Wed Feb 20 10:34:59 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CF79C16A401
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 20 Feb 2008 10:34:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id AE15A13C50D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 20 Feb 2008 10:34:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1KAWRBY097067
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 20 Feb 2008 10:32:27 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m1KAWRNo097066;
	Wed, 20 Feb 2008 10:32:27 GMT
	(envelope-from nobody)
Message-Id: <200802201032.m1KAWRNo097066@www.freebsd.org>
Date: Wed, 20 Feb 2008 10:32:27 GMT
From: Christoph Mallon <christoph.mallon@gmx.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: games/jaggedalliance2 version 0.8
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         120875
>Category:       ports
>Synopsis:       Update port: games/jaggedalliance2 version 0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 20 10:40:00 UTC 2008
>Closed-Date:    Thu Mar 06 21:14:05 UTC 2008
>Last-Modified:  Thu Mar  6 21:20:01 UTC 2008
>Originator:     Christoph Mallon
>Release:        
>Organization:
>Environment:
>Description:
Please commit this update for the Jagged Alliance 2 port.

Summary of changes:
* Fix several vanilla crashes, out of bounds accesses, cases of memory corruption and memory leaks
* Fix many vanilla display glitches
* Fix vanilla mistranslations in the German and Russian translations and improve the translations
* Fix a vanilla bug, which caused NPCs not to play their speeches in the Russian version
* Sounds recorded at 44KHz were played with the wrong sample rate
* Fix a vanilla bug, which bogusly allowed changing the assignment of vehicles
* Fix a vanilla bug, which caused mercs to look in the opposite direction while performing actions and possibly ending up in the wrong spot
* Add support for Maemo by using the menu button as modifier key to perform right clicks
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

? ja2-0.7.diff.txt
? ja2-0.8.diff.txt
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/jaggedalliance2/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	23 Oct 2007 01:32:31 -0000	1.7
+++ Makefile	20 Feb 2008 10:28:43 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ja2
-PORTVERSION=	0.7
+PORTVERSION=	0.8
 CATEGORIES=	games
 MASTER_SITES=	http://deponie.yamagi.org/freebsd/distfiles/ \
 		http://ja2.dragonriders.de/files/
@@ -27,13 +27,13 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-OPTIONS=	DUTCH	"Compile for Dutch version"	Off \
-		ENGLISH	"Compile for English version"	Off \
-		FRENCH	"Compile for French version"	Off \
-		GERMAN	"Compile for German version"	Off \
-		ITALIAN	"Compile for Italian version"	Off \
-		POLISH	"Compile for Polish version"	Off \
-		RUSSIAN	"Compile for Russian version"	Off
+OPTIONS=	DUTCH	"Compile for Dutch version (choose ONE)"	Off \
+		ENGLISH	"Compile for English version (choose ONE)"	Off \
+		FRENCH	"Compile for French version (choose ONE)"	Off \
+		GERMAN	"Compile for German version (choose ONE)"	Off \
+		ITALIAN	"Compile for Italian version (choose ONE)"	Off \
+		POLISH	"Compile for Polish version (choose ONE)"	Off \
+		RUSSIAN	"Compile for Russian version (choose ONE)"	Off
 
 .include <bsd.port.pre.mk>
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/games/jaggedalliance2/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	23 Oct 2007 01:32:31 -0000	1.6
+++ distinfo	20 Feb 2008 10:28:43 -0000
@@ -1,3 +1,3 @@
-MD5 (ja2-0.7-source.tar.bz2) = c80b120c8f534f7d0fd1dce4ce5dbbd0
-SHA256 (ja2-0.7-source.tar.bz2) = 4ff70194b1eee08d1aa1b35130f75075b0e7ef461366d7405530da2835f3fc70
-SIZE (ja2-0.7-source.tar.bz2) = 2492801
+MD5 (ja2-0.8-source.tar.bz2) = a9562d6b02cc632acbc0febd47374293
+SHA256 (ja2-0.8-source.tar.bz2) = 09042c063e11273a4749e5dfd78debac526cf4c2c37461e74c5f7e33f6934289
+SIZE (ja2-0.8-source.tar.bz2) = 2418983


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Mar 6 21:14:04 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120875 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120875: commit references a PR
Date: Thu,  6 Mar 2008 21:13:47 +0000 (UTC)

 miwi        2008-03-06 21:13:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/jaggedalliance2 Makefile distinfo pkg-plist 
   Log:
   - Update to 0.8
   
   Changelog:
   
   Summary of changes:
   * Fix several vanilla crashes, out of bounds accesses, cases of memory corruption and memory leaks
   * Fix many vanilla display glitches
   * Fix vanilla mistranslations in the German and Russian translations and improve the translations
   * Fix a vanilla bug, which caused NPCs not to play their speeches in the Russian version
   * Sounds recorded at 44KHz were played with the wrong sample rate
   * Fix a vanilla bug, which bogusly allowed changing the assignment of vehicles
   * Fix a vanilla bug, which caused mercs to look in the opposite direction while performing
     actions and possibly ending up in the wrong spot
   * Add support for Maemo by using the menu button as modifier key to perform right clicks
   
   PR:             120875
   Submitted by:   Christoph Mallon <christoph.mallon@gmx.de> (maintainer)
   
   Revision  Changes    Path
   1.8       +8 -8      ports/games/jaggedalliance2/Makefile
   1.7       +3 -3      ports/games/jaggedalliance2/distinfo
   1.3       +4 -2      ports/games/jaggedalliance2/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
