Date: Mon, 7 Dec 1998 01:07:14 -0800 From: Josh Gilliam <josh@quick.net> To: "David E. O'Brien" <obrien@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/cad/geda Makefile Message-ID: <19981207010714.B49936@newport-1-5.quick.net> In-Reply-To: <199812070815.AAA02574@freefall.freebsd.org> References: <199812070815.AAA02574@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> obrien 1998/12/07 00:15:28 PST > > Modified files: > cad/geda Makefile > Log: > Correct mistyped MASTER_SITE that caused fetching to never succeed. > Add a second MASTER_SITE that is probably the same machine as the 1st... > but maybe a different protocol will work if the 1st site won't answer. > > Does anybody know of a mirror for this stuff? --- Makefile~ Mon Dec 7 00:15:27 1998 +++ Makefile Mon Dec 7 01:04:51 1998 @@ -10,7 +10,9 @@ PKGNAME= geda-19981117 CATEGORIES= cad MASTER_SITES= http://www.geda.seul.org/dist/ \ - ftp://ftp.geda.seul.org/pub/geda/dist/ + ftp://ftp.geda.seul.org/pub/geda/dist/ \ + ftp://ftp.inet.cz/pub/Mirrors/GtkApps/geda/ \ + ftp://ftp.infodrom.north.de/pub/unix/gtk-etc/apps/geda/ MAINTAINER= vanilla@FreeBSD.ORG -- Josh Gilliam <josh@quick.net> 6745 Washington Ave #198 1 626 968 5232 Whittier CA 90601-4325 USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981207010714.B49936>