diff options
author | gerald <gerald@FreeBSD.org> | 2005-04-25 03:29:57 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-04-25 03:29:57 +0800 |
commit | 558e1ada8048246e3a78ae3b56400b2d287214c1 (patch) | |
tree | a8dc0a73c019bed7b3c1f4777f3e282cdda1a968 /lang/gcc42/Makefile | |
parent | 0a0edb520cdd9bc1535591720dd6c9a3db4b5e62 (diff) | |
download | freebsd-ports-gnome-558e1ada8048246e3a78ae3b56400b2d287214c1.tar.gz freebsd-ports-gnome-558e1ada8048246e3a78ae3b56400b2d287214c1.tar.zst freebsd-ports-gnome-558e1ada8048246e3a78ae3b56400b2d287214c1.zip |
GCC 4.0.0 has been release. Update to the first snapshot of GCC 4.0.1,
which is basically identical with the 4.0.0 release.
Diffstat (limited to 'lang/gcc42/Makefile')
-rw-r--r-- | lang/gcc42/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index c27f7387a3dd..d2d81a2d7720 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -7,8 +7,8 @@ # PORTNAME= gcc -PORTVERSION= 4.0.0 -PORTREVISION= 20050416 +PORTVERSION= 4.0.1 +PORTREVISION= 20050423 CATEGORIES= lang java VERSIONSTRING= 4.0-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} |