From nobody@FreeBSD.org  Sat Apr 23 23:21:57 2011
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 CD7EF106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Apr 2011 23:21:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 9B2EB8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Apr 2011 23:21:57 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3NNLvHm021293
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Apr 2011 23:21:57 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p3NNLvLM021292;
	Sat, 23 Apr 2011 23:21:57 GMT
	(envelope-from nobody)
Message-Id: <201104232321.p3NNLvLM021292@red.freebsd.org>
Date: Sat, 23 Apr 2011 23:21:57 GMT
From: Jesse <jessefrgsmith@yahoo.ca>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Port update: games/atanks
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         156604
>Category:       ports
>Synopsis:       Port update: games/atanks
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 23 23:30:08 UTC 2011
>Closed-Date:    Sun Apr 24 08:39:24 UTC 2011
>Last-Modified:  Sun Apr 24 08:40:08 UTC 2011
>Originator:     Jesse
>Release:        8.2
>Organization:
RM
>Environment:
FreeBSD-8.2 32-bit
>Description:
An update is available upstream for Atanks. The update, available from http://atanks.sf.net supplies Atanks version 4.9, a release that features bug fixes and a new Italian translation.

Please find attached a patch to bring the port up to date with upstream.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN atanks.bak/Makefile atanks/Makefile
--- atanks.bak/Makefile	2011-04-23 15:48:08.000000000 -0300
+++ atanks/Makefile	2011-04-23 15:49:19.000000000 -0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	atanks
-PORTVERSION=	4.6
+PORTVERSION=	4.9
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
 
diff -ruN atanks.bak/distinfo atanks/distinfo
--- atanks.bak/distinfo	2011-04-23 15:48:08.000000000 -0300
+++ atanks/distinfo	2011-04-23 17:15:18.000000000 -0300
@@ -1,3 +1,2 @@
-MD5 (atanks-4.6.tar.gz) = fc8ae5d814f112e2d155597c7b242dfd
-SHA256 (atanks-4.6.tar.gz) = 230fd102ffca083e30187c9fc86c098446f532a8cca5c035f852f7da5eb81a77
-SIZE (atanks-4.6.tar.gz) = 3118071
+SHA256 (atanks-4.9.tar.gz) = 6d67aa0562d36fcd40a19b6463c433cecf16518c30d268222362922911e4b604
+SIZE (atanks-4.9.tar.gz) = 3125561
diff -ruN atanks.bak/files/patch-src_files.cpp atanks/files/patch-src_files.cpp
--- atanks.bak/files/patch-src_files.cpp	2011-04-23 15:48:08.000000000 -0300
+++ atanks/files/patch-src_files.cpp	1969-12-31 20:00:00.000000000 -0400
@@ -1,13 +0,0 @@
---- ./src/files.cpp.orig	2010-08-14 12:32:25.605447928 +0200
-+++ ./src/files.cpp	2010-08-14 12:32:44.893731770 +0200
-@@ -2,10 +2,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <dirent.h>
--
--#ifdef MACOSX
- #include <sys/stat.h>
--#endif
- 
- #include "player.h"
- #include "files.h"
diff -ruN atanks.bak/pkg-plist atanks/pkg-plist
--- atanks.bak/pkg-plist	2011-04-23 15:48:08.000000000 -0300
+++ atanks/pkg-plist	2011-04-23 17:07:20.000000000 -0300
@@ -222,6 +222,16 @@
 share/games/atanks/text/revenge_sk.txt
 share/games/atanks/text/gloat_de.txt
 share/games/atanks/text/revenge_ru.txt
+share/games/atanks/text/gloat_it.txt
+share/games/atanks/text/Help_it.txt
+share/games/atanks/text/ingame_it.txt
+share/games/atanks/text/instr_it.txt
+share/games/atanks/text/kamikaze_it.txt
+share/games/atanks/text/retaliation_it.txt
+share/games/atanks/text/revenge_it.txt
+share/games/atanks/text/suicide_it.txt
+share/games/atanks/text/war_quotes_it.txt
+share/games/atanks/text/weapons_it.txt
 share/games/atanks/missile/27.bmp
 share/games/atanks/missile/12.bmp
 share/games/atanks/missile/9.bmp


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Sat Apr 23 23:30:21 UTC 2011 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156604 
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Sun Apr 24 07:47:05 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156604 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Sun Apr 24 08:39:23 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156604: commit references a PR
Date: Sun, 24 Apr 2011 08:39:04 +0000 (UTC)

 dhn         2011-04-24 08:38:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/atanks         Makefile distinfo pkg-plist 
   Removed files:
     games/atanks/files   patch-src_files.cpp 
   Log:
   - Update to 4.9
   
   PR:             ports/156604
   Submitted by:   Jesse <jessefrgsmith@yahoo.ca> (maintainer)
   
   Revision  Changes    Path
   1.3       +1 -1      ports/games/atanks/Makefile
   1.2       +2 -3      ports/games/atanks/distinfo
   1.2       +0 -13     ports/games/atanks/files/patch-src_files.cpp (dead)
   1.2       +10 -0     ports/games/atanks/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:
