From matthias.andree@gmx.de  Thu Jan  8 13:16:31 2009
Return-Path: <matthias.andree@gmx.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4D20F1065673
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Jan 2009 13:16:31 +0000 (UTC)
	(envelope-from matthias.andree@gmx.de)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20])
	by mx1.freebsd.org (Postfix) with SMTP id ACE4C8FC21
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Jan 2009 13:16:30 +0000 (UTC)
	(envelope-from matthias.andree@gmx.de)
Received: (qmail invoked by alias); 08 Jan 2009 13:16:29 -0000
Received: from e182125160.adsl.alicedsl.de (EHLO m2a2.dyndns.org) [85.182.125.160]
  by mail.gmx.net (mp031) with SMTP; 08 Jan 2009 14:16:29 +0100
Received: by merlin.emma.line.org (Postfix, from userid 1001)
	id 4164BB8DA; Thu,  8 Jan 2009 14:16:28 +0100 (CET)
Message-Id: <20090108131628.4164BB8DA@merlin.emma.line.org>
Date: Thu,  8 Jan 2009 14:16:28 +0100 (CET)
From: Matthias Andree <matthias.andree@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: barner@FreeBSD.org,pav@freebsd.org
Subject: [PATCH] mail/fetchmail: make fetchable (urgent)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         130301
>Category:       ports
>Synopsis:       [PATCH] mail/fetchmail: make fetchable (urgent)
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    linimon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 08 13:20:02 UTC 2009
>Closed-Date:    Mon Jan 12 01:00:30 UTC 2009
>Last-Modified:  Mon Jan 12 01:10:04 UTC 2009
>Originator:     Matthias Andree
>Release:        FreeBSD 7.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Tue Jan  6 23:48:52 CET
>Description:
There have been two MASTER_SITE_SUBDIR statements, rendering the port
unfetchable for the majority of sites. Add one more mirror site in case
berlios.de goes down (metalab/sunsite haven't yet picked up the tarball).

Please do not wait for maintainer approval, previous commit was approved on
maintainer timeout grounds.

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

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

--- fetchmail-6.3.9.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/fetchmail/Makefile,v
retrieving revision 1.197
diff -u -u -r1.197 Makefile
--- Makefile	8 Jan 2009 12:12:43 -0000	1.197
+++ Makefile	8 Jan 2009 13:14:54 -0000
@@ -13,12 +13,13 @@
 PORTVERSION=	6.3.9
 CATEGORIES=	mail ipv6
 MASTER_SITES=	${MASTER_SITE_BERLIOS} \
+		http://homepages.uni-paderborn.de/mandree/fetchmail/:ma \
 		${MASTER_SITE_SUNSITE:S/$/:sunsite/}\
-		http://home.leo.org/~barner/freebsd/distfiles/:leo
+		http://home.leo.org/~barner/freebsd/distfiles/:leo \
 MASTER_SITE_SUBDIR=	fetchmail/:DEFAULT,leo \
-			system/mail/pop/fetchmail/:sunsite
-MASTER_SITE_SUBDIR=	fetchmail
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:DEFAULT,leo,sunsite
+			system/mail/pop/fetchmail/:sunsite \
+			./:ma
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:DEFAULT,ma,leo,sunsite
 
 MAINTAINER=	barner@FreeBSD.org
 COMMENT=	Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR
--- fetchmail-6.3.9.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->barner 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jan 8 13:20:18 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130301 
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Sun Jan 11 23:55:05 UTC 2009 
State-Changed-Why:  
This patch isn't correct: 

-               http://home.leo.org/~barner/freebsd/distfiles/:leo 
+               http://home.leo.org/~barner/freebsd/distfiles/:leo  
MASTER_SITE_SUBDIR=    fetchmail/:DEFAULT,leo  

The second line leaves a trailing slash, meaning the MASTER_SITE_SUBDIR 
line will get munched. 

Please submit a revised patch, since I can't tell exactly what you're 
trying to do here.  Thanks. 

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

From: Matthias Andree <matthias.andree@gmx.de>
To: linimon@FreeBSD.org
Cc: barner@FreeBSD.org, bug-followup@freebsd.org
Subject: Re: ports/130301: [PATCH] mail/fetchmail: make fetchable (urgent)
Date: Mon, 12 Jan 2009 01:19:50 +0100

 Hi Mark,
 
 sorry for the mess - this patch against CVS ports/mail/fetchmail/ should
 work. (It just removes the backslash that you rightfully questioned.)
 
 --- fetchmail-6.3.9.patch begins here ---
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/mail/fetchmail/Makefile,v
 retrieving revision 1.197
 diff -u -u -r1.197 Makefile
 --- Makefile	8 Jan 2009 12:12:43 -0000	1.197
 +++ Makefile	12 Jan 2009 00:14:42 -0000
 @@ -13,12 +13,13 @@
  PORTVERSION=	6.3.9
  CATEGORIES=	mail ipv6
  MASTER_SITES=	${MASTER_SITE_BERLIOS} \
 +		http://homepages.uni-paderborn.de/mandree/fetchmail/:ma \
  		${MASTER_SITE_SUNSITE:S/$/:sunsite/}\
  		http://home.leo.org/~barner/freebsd/distfiles/:leo
  MASTER_SITE_SUBDIR=	fetchmail/:DEFAULT,leo \
 -			system/mail/pop/fetchmail/:sunsite
 -MASTER_SITE_SUBDIR=	fetchmail
 -DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:DEFAULT,leo,sunsite
 +			system/mail/pop/fetchmail/:sunsite \
 +			./:ma
 +DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:DEFAULT,ma,leo,sunsite
  
  MAINTAINER=	barner@FreeBSD.org
  COMMENT=	Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR
 --- fetchmail-6.3.9.patch ends here ---
 
 -- 
 Matthias Andree
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Mon Jan 12 00:59:55 UTC 2009 
State-Changed-Why:  
Committed with portmgr hat, since I'm waiting for an email from 
the maintainer w/rt the previous timeout. 


Responsible-Changed-From-To: barner->linimon 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Jan 12 00:59:55 UTC 2009 
Responsible-Changed-Why:  

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/130301: commit references a PR
Date: Mon, 12 Jan 2009 00:59:36 +0000 (UTC)

 linimon     2009-01-12 00:59:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/fetchmail       Makefile 
   Log:
   Add http://homepages.uni-paderborn.de to MASTER_SITES.  The sunsite
   mirrors appear to be behind.  Also (temporarily?) remove home.leo.org,
   as the site seems to have been rearranged.
   
   PR:             ports/130301
   Submitted by:   Matthias Andree <matthias dot andree at gmx dot de>
   Hat:            portmgr
   
   Revision  Changes    Path
   1.198     +6 -6      ports/mail/fetchmail/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:
