diff options
author | gerald <gerald@FreeBSD.org> | 2011-11-27 10:15:24 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-11-27 10:15:24 +0800 |
commit | 529f69202733e5d03bd8ad4b6446fb516e3b7a74 (patch) | |
tree | b77cf05d00aa6eabc526e79d420bfca67a0ed46a /lang/gcc48/Makefile | |
parent | c2238143466116b2786de94b3070dc51223c5228 (diff) | |
download | freebsd-ports-gnome-529f69202733e5d03bd8ad4b6446fb516e3b7a74.tar.gz freebsd-ports-gnome-529f69202733e5d03bd8ad4b6446fb516e3b7a74.tar.zst freebsd-ports-gnome-529f69202733e5d03bd8ad4b6446fb516e3b7a74.zip |
Update to the 20111126 snapshot of GCC 4.7.0. This now builds on
FreeBSD 10 without problems and any additional tweaks.
Feature safe: yes
Diffstat (limited to 'lang/gcc48/Makefile')
-rw-r--r-- | lang/gcc48/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index a282c30d1f96..8d67f6073b1a 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gcc -PORTVERSION= 4.7.0.20111119 +PORTVERSION= 4.7.0.20111126 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} |