diff options
author | gerald <gerald@FreeBSD.org> | 2011-11-20 00:48:41 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-11-20 00:48:41 +0800 |
commit | c2568ff788b79b1165f1476af7f060d5711bf253 (patch) | |
tree | 97083c9e34a72c16884b42d20cb9bdc57f691dc3 /lang/gcc45/Makefile | |
parent | 69025b9e3fe174acf6df4dd14aba9ed6e2f5e0c2 (diff) | |
download | freebsd-ports-gnome-c2568ff788b79b1165f1476af7f060d5711bf253.tar.gz freebsd-ports-gnome-c2568ff788b79b1165f1476af7f060d5711bf253.tar.zst freebsd-ports-gnome-c2568ff788b79b1165f1476af7f060d5711bf253.zip |
Update to the 20111117 snapshot of GCC 4.5.4. This is for reference,
this port is going away in favor of GCC 4.6 soon.
Feature safe: yes
Diffstat (limited to 'lang/gcc45/Makefile')
-rw-r--r-- | lang/gcc45/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index c0cd857ff6e7..9b1a5870e610 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gcc -PORTVERSION= 4.5.4.20111103 +PORTVERSION= 4.5.4.20111117 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} |