diff options
author | gerald <gerald@FreeBSD.org> | 2005-11-30 05:09:08 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-11-30 05:09:08 +0800 |
commit | e749e2199ee9f293c55bd59924f3870e0d15efdf (patch) | |
tree | a3847ca2d8a9bab5347aa509d0428e379f6a2ce5 /lang/gcc41/Makefile | |
parent | 7cc42ee439a9d7f0ff0d3f59e6d2a323a473d22d (diff) | |
download | freebsd-ports-gnome-e749e2199ee9f293c55bd59924f3870e0d15efdf.tar.gz freebsd-ports-gnome-e749e2199ee9f293c55bd59924f3870e0d15efdf.tar.zst freebsd-ports-gnome-e749e2199ee9f293c55bd59924f3870e0d15efdf.zip |
Update to the 20051125 snapshot of GCC 4.1.0 (which gets us rid of a
workaround I had to apply to this port).
Diffstat (limited to 'lang/gcc41/Makefile')
-rw-r--r-- | lang/gcc41/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile index 2694c9655236..ff4929ab7433 100644 --- a/lang/gcc41/Makefile +++ b/lang/gcc41/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.1.0 -PORTREVISION= 20051112 +PORTREVISION= 20051125 CATEGORIES= lang java VERSIONSTRING= 4.1-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-objc-${VERSIONSTRING}${EXTRACT_SUFX} \ -# gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX} + gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.1 |