diff options
author | obrien <obrien@FreeBSD.org> | 1998-09-03 08:49:10 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-09-03 08:49:10 +0000 |
commit | 5625747920393013980e58dc443dc782f0f8b115 (patch) | |
tree | c6782de2431527403aa1c2f63ee9022250a47033 /lang/gcc33 | |
parent | 71b26b308a80c963c772f2b38fee800d45aaecb2 (diff) | |
download | FreeBSD-ports-5625747920393013980e58dc443dc782f0f8b115.zip FreeBSD-ports-5625747920393013980e58dc443dc782f0f8b115.tar.gz |
egcs 1.1 HAS BEEN RELEASED!!
(I will probably not be tracking the snapshots as closely now. I'd like to
see if 1.1 isn't stable enough to stay with for a while)
Cygnus calls this 1.1a (not Alpha, but a second rolling because a few G77
files were left out). I'm naming this version 1.1.1 so people won't think
it is an alpha version.
Diffstat (limited to 'lang/gcc33')
-rw-r--r-- | lang/gcc33/Makefile | 13 | ||||
-rw-r--r-- | lang/gcc33/distinfo | 2 |
2 files changed, 8 insertions, 7 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index 1b207de..7497683 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -4,18 +4,19 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.26 1998/08/12 04:39:10 jdp Exp $ +# $Id: Makefile,v 1.27 1998/08/26 09:51:15 obrien Exp $ # -DISTNAME= egcs-19980816 +DISTNAME= egcs-1.1a +PKGNAME= egcs-1.1.1 CATEGORIES= lang -MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-08-16/ \ - ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-08-16/ \ - ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-08-16/ +MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/ \ + ftp://cambridge.cygnus.com/pub/egcs/releases/ \ + ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/ MAINTAINER= obrien@FreeBSD.org -EGCS_REV= egcs-2.91.54 +EGCS_REV= egcs-2.91.57 PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST} GNUHOST= i386-unknown-freebsd GNU_CONFIGURE= yes diff --git a/lang/gcc33/distinfo b/lang/gcc33/distinfo index fd6543a..eec3c43 100644 --- a/lang/gcc33/distinfo +++ b/lang/gcc33/distinfo @@ -1 +1 @@ -MD5 (egcs-19980816.tar.gz) = cdbfcd7eb47025279faf33bb565f7475 +MD5 (egcs-1.1a.tar.gz) = 3470388aa70a3b39822b655a70f801cb |