Date: Mon, 10 Aug 1998 12:53:09 +0930 (CST) From: "Daniel O'Connor" <doconnor@gsoft.com.au> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/7545: Fix for unfetchable distfiles for lang/scm Message-ID: <199808100323.MAA13019@cain.gsoft.com.au>
next in thread | raw e-mail | index | archive | help
>Number: 7545 >Category: ports >Synopsis: Fix for unfetchable distfiles for lang/scm >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: Sun Aug 9 20:30:00 PDT 1998 >Last-Modified: >Originator: Daniel O'Connor >Organization: >Release: FreeBSD 2.2.6-BETA i386 >Environment: >Description: >How-To-Repeat: >Fix: diff -uNr scm.old/Makefile scm/Makefile --- scm.old/Makefile Mon Aug 10 12:46:44 1998 +++ scm/Makefile Mon Aug 10 12:47:36 1998 @@ -9,7 +9,8 @@ DISTNAME= scm PKGNAME= scm-4e1 CATEGORIES= lang -MASTER_SITES= ftp://swiss-ftp.ai.mit.edu/pub/scm/ \ +MASTER_SITES= ftp://ftp.swiss.ai.mit.edu/archive/scm/OLD/ \ + ftp://swiss-ftp.ai.mit.edu/pub/scm/ \ ftp://swiss-ftp.ai.mit.edu/pub/scm/OLD/ DISTFILES= scm4e1.tar.gz \ slib.info.tar.gz slib2a2.tar.gz slib-psd1-3.tar.gz \ >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?199808100323.MAA13019>