diff options
author | gerald <gerald@FreeBSD.org> | 2013-03-13 20:24:52 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-03-13 20:24:52 +0800 |
commit | 350fac6d9a20e7850e75ab051d416cf99b11cb80 (patch) | |
tree | 626acff39a53c7dcf4a324b5c0532ed1f9cc3991 /lang/gcc48/Makefile | |
parent | bd5ff2039cc03343ab4a52cf48e55ff4c835e5b8 (diff) | |
download | freebsd-ports-gnome-350fac6d9a20e7850e75ab051d416cf99b11cb80.tar.gz freebsd-ports-gnome-350fac6d9a20e7850e75ab051d416cf99b11cb80.tar.zst freebsd-ports-gnome-350fac6d9a20e7850e75ab051d416cf99b11cb80.zip |
Update to the 20130310 snapshot of GCC 4.8.0, approaching release branch.
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 7a0bde304297..899ee55b96ab 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.8.0.20130303 +PORTVERSION= 4.8.0.20130310 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} |