ports/130301: [PATCH] mail/fetchmail: make fetchable (urgent)

Matthias Andree matthias.andree at gmx.de
Thu Jan 8 13:20:03 UTC 2009


>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 at 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 at FreeBSD.org
 COMMENT=	Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR
--- fetchmail-6.3.9.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list