Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Oct 1999 13:48:58 +0200 (CEST)
From:      Dominik Rothert <dr@domix.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14101: tirc port: distfile unfetchable
Message-ID:  <199910031148.NAA07430@domix.de>

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

>Number:         14101
>Category:       ports
>Synopsis:       tirc port: distfile unfetchable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct  3 05:00:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dominik Rothert
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Am I organized?
>Environment:

	last cvsup'ed: 3 minutes ago

>Description:

	MASTER_SITES was set to a wrong value.

>How-To-Repeat:

	cd /usr/ports/irc/tirc ; make

>Fix:

Here's the patch:
	
--- Makefile.orig       Sun Oct  3 13:44:04 1999
+++ Makefile    Sun Oct  3 13:45:01 1999
@@ -8,7 +8,7 @@
 
 DISTNAME=	tirc-1.2
 CATEGORIES=	irc
-MASTER_SITES=	http://www.domix.de/fbsd/ports/distfiles/
+MASTER_SITES=	ftp://ftp.mayn.de/pub/unix/software/Network/Irc/tirc/
   
 MAINTAINER=	dr@domix.de


>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?199910031148.NAA07430>