From 3faadc05bb9fdccdd28088dd36d7e66827796235 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 16 Jul 1998 06:23:42 +0000 Subject: upgrade to the July 15th (19980715) snapshot --- lang/gcc33/Makefile | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'lang/gcc33/Makefile') diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index d6283d43cd2b..1147790c358d 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -1,19 +1,21 @@ -# ex:ts=8 New ports collection makefile for: egcs Version required: -# 1998-02-28 Date created: 9 Jan 1998 -# Whom: John Polstra +# ex:ts=8 +# Ports collection makefile for: egcs +# Version required: 1998-02-28 +# Date created: 9 Jan 1998 +# Whom: John Polstra # -# $Id: Makefile,v 1.20 1998/06/10 05:29:12 obrien Exp $ +# $Id: Makefile,v 1.21 1998/07/06 10:17:09 obrien Exp $ # -DISTNAME= egcs-19980628 +DISTNAME= egcs-19980715 CATEGORIES= lang -MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-06-28/ \ - ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-06-28/ \ - ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-06-28/ +MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-07-15/ \ + ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-07-15/ \ + ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-07-15/ MAINTAINER= obrien@FreeBSD.org -EGCS_REV= egcs-2.91.43 +EGCS_REV= egcs-2.91.50 GNUHOST= i386-unknown-freebsd${GNUOSREL} GNU_CONFIGURE= yes USE_GMAKE= yes -- cgit