From amdmi3@amdmi3.ru  Sat Oct  1 10:31:02 2011
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6DD3A1065675
	for <freebsd-gnats-submit@freebsd.org>; Sat,  1 Oct 2011 10:31:02 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15])
	by mx1.freebsd.org (Postfix) with ESMTP id 25B4E8FC15
	for <freebsd-gnats-submit@freebsd.org>; Sat,  1 Oct 2011 10:31:02 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256)
	(Exim 4.76)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1R9wqR-0005M1-AF; Sat, 01 Oct 2011 14:30:59 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 2AC44B84D;
	Sat,  1 Oct 2011 14:30:59 +0400 (MSD)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 28BF5B825; Sat,  1 Oct 2011 14:30:59 +0400 (MSD)
Message-Id: <20111001103059.28BF5B825@hades.panopticon>
Date: Sat,  1 Oct 2011 14:30:59 +0400 (MSD)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mad@madpilot.net
Subject: [PATCH] games/netpanzer: fix MASTER_SITES
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mad@madpilot.net

>Number:         161190
>Category:       ports
>Synopsis:       [PATCH] games/netpanzer: fix MASTER_SITES
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 01 10:40:06 UTC 2011
>Closed-Date:    Sat Oct 01 21:50:22 UTC 2011
>Last-Modified:  Sat Oct  1 22:00:20 UTC 2011
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Mar  8 09:48:52 MSK
>Description:
Fix MASTER_SITES, old one is incorrect and doesn't fetch

Port maintainer (mad@madpilot.net) is cc'd.

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

--- netpanzer-0.8.1_8.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/games/netpanzer/Makefile,v
retrieving revision 1.21
diff -u -u -r1.21 Makefile
--- Makefile	23 Sep 2011 22:22:50 -0000	1.21
+++ Makefile	1 Oct 2011 10:29:46 -0000
@@ -9,7 +9,7 @@
 PORTVERSION=	0.8.1
 PORTREVISION=	8
 CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_BERLIOS}/${PORTNAME}/
+MASTER_SITES=	BERLIOS
 
 MAINTAINER=	mad@madpilot.net
 COMMENT=	Real time, isometric view, tank multiplayer strategy game
--- netpanzer-0.8.1_8.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Oct 1 10:40:17 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mad@madpilot.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/161190: [PATCH] games/netpanzer: fix MASTER_SITES
Date: Sat, 1 Oct 2011 10:40:15 UT

 Maintainer of games/netpanzer,
 
 Please note that PR ports/161190 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/161190
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Guido Falsi <mad@madpilot.net>
To: bug-followup@FreeBSD.org, amdmi3@amdmi3.ru
Cc:  
Subject: Re: ports/161190: [PATCH] games/netpanzer: fix MASTER_SITES
Date: Sat, 01 Oct 2011 18:12:21 +0200

 I approve the patch.
 
 -- 
 Guido Falsi <mad@madpilot.net>
State-Changed-From-To: feedback->closed 
State-Changed-By: amdmi3 
State-Changed-When: Sat Oct 1 21:50:20 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161190: commit references a PR
Date: Sat,  1 Oct 2011 21:50:34 +0000 (UTC)

 amdmi3      2011-10-01 21:50:16 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/netpanzer      Makefile 
   Log:
   - Fix MASTER_SITES
   
   PR:             161190
   Submitted by:   myself
   Approved by:    Guido Falsi <mad@madpilot.net> (maintainer)
   
   Revision  Changes    Path
   1.22      +1 -1      ports/games/netpanzer/Makefile
 _______________________________________________
 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:
