Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2002 21:31:39 +0100 (CET)
From:      Miguel Mendez <flynn@christine.energyhq.tk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45973: Can't fetch mail/gnumail
Message-ID:  <200212032031.gB3KVdOe081099@christine.energyhq.tk>

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

>Number:         45973
>Category:       ports
>Synopsis:       Can't fetch mail/gnumail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 03 12:30:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD christine.energyhq.tk 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Nov 24 13:52:29 CET 2002 root@christine.energyhq.tk:/usr/obj/usr/src/sys/CHRISTINE i386


	
>Description:
GNUMail can't be fetched, add a new entry to MASTER_SITES
>How-To-Repeat:
flynn@christine# cd /usr/ports/mail/gnumail
flynn@christine# sudo make fetch
-- GNUMail-1.0.3.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
-- Attempting to fetch from http://extrovert.screwdriver.net/~extra/.
fetch: GNUMail-1.0.3.tar.gz: Not Found
-- Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: GNUMail-1.0.3.tar.gz: File unavailable (e.g., file not found, no access)
-- Couldn't fetch it - please try to retrieve this
-- port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/mail/gnumail.old.
flynn@christine# 

>Fix:

	

--- gnumail.diff begins here ---
diff -ruN gnumail.old/Makefile gnumail/Makefile
--- gnumail.old/Makefile	Wed Oct 30 05:33:08 2002
+++ gnumail/Makefile	Tue Dec  3 21:03:17 2002
@@ -8,7 +8,9 @@
 PORTNAME=	gnumail
 PORTVERSION=	1.0.3
 CATEGORIES=	mail
-MASTER_SITES=	http://extrovert.screwdriver.net/~extra/
+MASTER_SITES=	http://extrovert.screwdriver.net/~extra/ \
+		http://www.collaboration-world.com/gnumail.data/releases/Stable/
+
 DISTNAME=	GNUMail-${PORTVERSION}
 .if defined(GNUSTEP_GUI_DEVEL)
 PKGNAMESUFFIX?=	-devel
--- gnumail.diff ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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