From amdmi3@amdmi3.ru  Sat Oct  1 10:29:23 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 143BE106566B
	for <freebsd-gnats-submit@freebsd.org>; Sat,  1 Oct 2011 10:29:23 +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 BF0CA8FC08
	for <freebsd-gnats-submit@freebsd.org>; Sat,  1 Oct 2011 10:29:22 +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 1R9wop-0004IB-B2; Sat, 01 Oct 2011 14:29:19 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 28602B84D;
	Sat,  1 Oct 2011 14:29:19 +0400 (MSD)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 20C7EB825; Sat,  1 Oct 2011 14:29:19 +0400 (MSD)
Message-Id: <20111001102919.20C7EB825@hades.panopticon>
Date: Sat,  1 Oct 2011 14:29:19 +0400 (MSD)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dinoex@FreeBSD.org
Subject: [PATCH] irc/ngircd: fix MASTER_SITES
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         161189
>Category:       ports
>Synopsis:       [PATCH] irc/ngircd: fix MASTER_SITES
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 01 10:30:09 UTC 2011
>Closed-Date:    Tue Oct 04 21:55:10 CEST 2011
>Last-Modified:  Tue Oct 04 21:55:10 CEST 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:
Subj, old ones are incorrect and don't fetch

Port maintainer (dinoex@FreeBSD.org) is cc'd.

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

--- ngircd-0.17.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/irc/ngircd/Makefile,v
retrieving revision 1.37
diff -u -u -r1.37 Makefile
--- Makefile	23 Sep 2011 22:23:33 -0000	1.37
+++ Makefile	1 Oct 2011 10:27:01 -0000
@@ -8,9 +8,8 @@
 PORTNAME=	ngircd
 PORTVERSION=	0.17.1
 CATEGORIES=	irc ipv6
-MASTER_SITES=	${MASTER_SITE_BERLIOS} \
-		ftp://ngircd.barton.de/pub/%SUBDIR%/
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	ftp://ftp.berlios.de/pub/${PORTNAME}/ \
+		http://arthur.barton.de/pub/${PORTNAME}/
 DISTVERSION=	${PORTVERSION:S/0.//}
 
 MAINTAINER=	dinoex@FreeBSD.org
--- ngircd-0.17.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dinoex 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Oct 1 10:30:21 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161189: commit references a PR
Date: Tue,  4 Oct 2011 18:43:32 +0000 (UTC)

 dinoex      2011-10-04 18:43:23 UTC
 
   FreeBSD ports repository
 
   Modified files:
     irc/ngircd           Makefile distinfo pkg-descr pkg-plist 
   Log:
   - update to 0.18
   
   - update MASTER_SITES
   PR:             161189
   Submitted by:   Dmitry Marakasov
   
   Revision  Changes    Path
   1.38      +3 -3      ports/irc/ngircd/Makefile
   1.20      +2 -2      ports/irc/ngircd/distinfo
   1.3       +1 -1      ports/irc/ngircd/pkg-descr
   1.7       +0 -1      ports/irc/ngircd/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: dinoex 
State-Changed-When: Tue Oct 4 21:55:00 CEST 2011 
State-Changed-Why:  
committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161189 
>Unformatted:
