diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-08-19 15:07:06 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-08-19 15:07:06 +0000 |
commit | 1492216b484e2393d3fca11f40eb657536e4bad1 (patch) | |
tree | 7e3521ebb18822fb86c5d3049551ed2201b20a2d /lang/gcc42/Makefile | |
parent | 25a9c5b380f1fc02315a244a53797d7a5331db1f (diff) | |
download | ports-1492216b484e2393d3fca11f40eb657536e4bad1.tar.gz ports-1492216b484e2393d3fca11f40eb657536e4bad1.zip |
Update to the 20070815 snapshot of GCC 4.2.2.
Notes
Notes:
svn path=/head/; revision=197922
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 2d82c4904ccd..fd69a524ff21 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -7,10 +7,10 @@ # PORTNAME= gcc -PORTVERSION= 4.2.1 -PORTREVISION= 20070712 +PORTVERSION= 4.2.2 +PORTREVISION= 20070815 CATEGORIES= lang java -VERSIONSTRING= 4.2.1-RC-${PORTREVISION} +VERSIONSTRING= 4.2-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ |