Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  8 Jan 2009 14:16:28 +0100 (CET)
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pav@FreeBSD.org, barner@FreeBSD.org
Subject:   ports/130301: [PATCH] mail/fetchmail: make fetchable (urgent)
Message-ID:  <20090108131628.4164BB8DA@merlin.emma.line.org>
Resent-Message-ID: <200901081320.n08DK2fs097462@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         130301
>Category:       ports
>Synopsis:       [PATCH] mail/fetchmail: make fetchable (urgent)
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 08 13:20:02 UTC 2009
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090108131628.4164BB8DA>