diff options
author | gerald <gerald@FreeBSD.org> | 2005-11-09 06:15:53 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-11-09 06:15:53 +0800 |
commit | 9e0ff87b9539ae41d691451f866f87b7de623756 (patch) | |
tree | 3aa5f108e7be38e4bb6988f6cac6fe1ccd378cd8 /lang/gcc41/Makefile | |
parent | d014eac2d6c30e7e42ca5376516dbe7bb1d937a0 (diff) | |
download | freebsd-ports-gnome-9e0ff87b9539ae41d691451f866f87b7de623756.tar.gz freebsd-ports-gnome-9e0ff87b9539ae41d691451f866f87b7de623756.tar.zst freebsd-ports-gnome-9e0ff87b9539ae41d691451f866f87b7de623756.zip |
Update to the 20051029 snapshot of GCC 4.1. This brings many bugfixes
due to the stabilization work for the 4.1.0 release and also addresses
some hierarchy problems I had reported (and which we no longer need to
work around).
Diffstat (limited to 'lang/gcc41/Makefile')
-rw-r--r-- | lang/gcc41/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile index 069f281d9705..8ec424a57745 100644 --- a/lang/gcc41/Makefile +++ b/lang/gcc41/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.1.0 -PORTREVISION= 20050924 +PORTREVISION= 20051029 CATEGORIES= lang java VERSIONSTRING= 4.1-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} |