diff options
author | gerald <gerald@FreeBSD.org> | 2007-05-04 02:54:25 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-05-04 02:54:25 +0800 |
commit | 04e600a2a59b2d08835c9d29e737af9478a6be10 (patch) | |
tree | 15093ece95fb2bde658535ed3772dfbdfbd543a4 /lang/gcc42/Makefile | |
parent | 8ed4a3ea3f16996cd807e650a36f8c506ddfcba5 (diff) | |
download | freebsd-ports-gnome-04e600a2a59b2d08835c9d29e737af9478a6be10.tar.gz freebsd-ports-gnome-04e600a2a59b2d08835c9d29e737af9478a6be10.tar.zst freebsd-ports-gnome-04e600a2a59b2d08835c9d29e737af9478a6be10.zip |
Update to GCC 4.2.0 RC3.
Diffstat (limited to 'lang/gcc42/Makefile')
-rw-r--r-- | lang/gcc42/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index ae61bdbbc8be..c9df220466fb 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -8,11 +8,11 @@ PORTNAME= gcc PORTVERSION= 4.2.0 -PORTREVISION= 20070307 +PORTREVISION= 20070501 CATEGORIES= lang java -VERSIONSTRING= 4.2-${PORTREVISION} +VERSIONSTRING= 4.2.0-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} +MASTER_SITE_SUBDIR= prerelease-4.2.0-${PORTREVISION} DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-fortran-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} \ |