Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 1997 15:11:16 -0800 (PST)
From:      soil@quick.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/2916: ports sysutils/top/Makefile MASTER_SITES update
Message-ID:  <199703072311.PAA04654@localhost.quick.net>
Resent-Message-ID: <199703080400.UAA17778@freefall.freebsd.org>

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

>Number:         2916
>Category:       ports
>Synopsis:       ports sysutils/top/Makefile MASTER_SITES update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar  7 20:00:01 PST 1997
>Last-Modified:
>Originator:     Josh Gilliam
>Organization:
>Release:        FreeBSD 2.2-970205-GAMMA i386
>Environment:

ports-current

>Description:

top's Makefile currently has ftp://eecs.nwu.edu/pub/top/ as MASTER_SITES. This
site is not the real master site, ftp://ftp.groupsys.com/pub/top/ is.

>How-To-Repeat:

	# cd sysutils/top
	# make > /dev/null
	# grep FTP work/top-3.4/README
	FTP from the host "ftp.groupsys.com" in the directory "/pub/top".

>Fix:

--- Makefile	Sun Nov 17 03:50:59 1996
+++ /tmp/Makefile	Fri Mar  7 14:58:19 1997
@@ -3,12 +3,13 @@
 # Date created:         25 Sep 1994
 # Whom:                 swallace
 #
-# $Id: Makefile,v 1.12 1996/11/17 08:06:24 obrien Exp $
+# $Id$
 #
 
 DISTNAME=       top-3.4
 CATEGORIES=	sysutils
-MASTER_SITES=   ftp://eecs.nwu.edu/pub/top/
+MASTER_SITES=	ftp://ftp.groupsys.com/pub/top/  \
+		ftp://eecs.nwu.edu/pub/top/
 
 MAINTAINER=	peter@FreeBSD.org
 
>Audit-Trail:
>Unformatted:



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