From mad@madpilot.net  Wed Oct  5 16:32:37 2011
Return-Path: <mad@madpilot.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6F120106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Oct 2011 16:32:37 +0000 (UTC)
	(envelope-from mad@madpilot.net)
Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206])
	by mx1.freebsd.org (Postfix) with ESMTP id 13FCE8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Oct 2011 16:32:36 +0000 (UTC)
Received: from megatron.madpilot.net (localhost [127.0.0.1])
	by megatron.madpilot.net (Postfix) with ESMTP id 277A31254
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Oct 2011 18:32:36 +0200 (CEST)
Received: from megatron.madpilot.net ([127.0.0.1])
	by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026)
	with ESMTP id qHIJ9Taz1smS for <FreeBSD-gnats-submit@freebsd.org>;
	Wed,  5 Oct 2011 18:32:32 +0200 (CEST)
Received: by megatron.madpilot.net (Postfix, from userid 1000)
	id 709401252; Wed,  5 Oct 2011 18:32:32 +0200 (CEST)
Message-Id: <20111005163232.709401252@megatron.madpilot.net>
Date: Wed,  5 Oct 2011 18:32:32 +0200 (CEST)
From: Guido Falsi <mad@madpilot.net>
Reply-To: Guido Falsi <mad@madpilot.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer-update] games/netpanzer: update project URL and add LICENSE
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         161307
>Category:       ports
>Synopsis:       [maintainer-update] games/netpanzer: update project URL and add LICENSE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 05 16:40:10 UTC 2011
>Closed-Date:    Wed Oct 05 18:19:55 UTC 2011
>Last-Modified:  Wed Oct  5 21:10:04 UTC 2011
>Originator:     Guido Falsi
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
none
>Environment:
System: FreeBSD megatron.madpilot.net 8.2-STABLE FreeBSD 8.2-STABLE #2: Sun Aug 7 19:54:54 CEST 2011 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64

>Description:

The project has a new website, so update pkg-descr.

While there I added LICENSE information.

Please note that I've been unable to upgrade the port to the newer
version 0.8.2, because it is very crash prone, to the point of not
being playable on both FreeBSD 8.x and 9.x. I've not been able to
track down the real cause of all the segfaults making it so, I think
that keeping version 0.8.1 seems more sensible.

Also, at present all distfiles are available only through berlios,
which, I see, is going to close down at the end of the year. For
the time being I'm monitoring the situation, and going to ask the
developers what are their plans regarding to this and try to file
an update with a fix for this problem too.

Any suggestion on the best course of actions about the two listed
problems is appreciated.

>How-To-Repeat:
>Fix:

diff -ruN netpanzer.old/Makefile netpanzer/Makefile
--- netpanzer.old/Makefile	2011-10-05 18:22:58.356168892 +0200
+++ netpanzer/Makefile	2011-10-05 18:23:17.862171521 +0200
@@ -14,6 +14,9 @@
 MAINTAINER=	mad@madpilot.net
 COMMENT=	Real time, isometric view, tank multiplayer strategy game
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	physfs.1:${PORTSDIR}/devel/physfs
 BUILD_DEPENDS=	jam:${PORTSDIR}/devel/jam
 RUN_DEPENDS=	${LOCALBASE}/share/netpanzer/wads/netp.act:${PORTSDIR}/games/netpanzer-data
diff -ruN netpanzer.old/pkg-descr netpanzer/pkg-descr
--- netpanzer.old/pkg-descr	2011-10-05 18:22:58.356168892 +0200
+++ netpanzer/pkg-descr	2011-10-05 18:23:17.862171521 +0200
@@ -5,4 +5,4 @@
 and constantly as destroyed players respawn with a set of new units.
 Players can join or leave multiplayer games at any time.
 
-WWW: http://netpanzer.berlios.de/
+WWW: http://www.netpanzer.org/
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Wed Oct 5 18:11:07 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161307 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Wed Oct 5 18:19:54 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161307: commit references a PR
Date: Wed,  5 Oct 2011 18:19:41 +0000 (UTC)

 pawel       2011-10-05 18:19:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/netpanzer      Makefile pkg-descr 
   Log:
   - Add LICENSE
   - Update project homepage
   
   PR:             ports/161307
   Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
   Approved by:    miwi, wen (mentors implicit)
   
   Revision  Changes    Path
   1.23      +3 -0      ports/games/netpanzer/Makefile
   1.3       +1 -1      ports/games/netpanzer/pkg-descr
 _______________________________________________
 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"
 

From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: Guido Falsi <mad@madpilot.net>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/161307: [maintainer-update] games/netpanzer: update project
 URL and add LICENSE
Date: Thu, 06 Oct 2011 01:00:26 +0400

 Guido Falsi wrote on 05.10.2011 20:32:
 >
 > Any suggestion on the best course of actions about the two listed
 > problems is appreciated.
 
 As for berlios problem, we already had two mirrors for all berlios 
 files, that you can add to your port. Please see this thread for details:
 
 http://lists.freebsd.org/pipermail/freebsd-ports/2011-October/070613.html
 
 -- 
 Regards,
 Ruslan
 
 Tinderboxing kills... the drives.
>Unformatted:
