diff options
author | gerald <gerald@FreeBSD.org> | 2013-02-17 00:22:44 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-02-17 00:22:44 +0800 |
commit | 655530f4ab379de4c212075a19ed15fbf41bd52e (patch) | |
tree | 5b168e8c624d4d91c11f5907553a68fb94398bcb /lang/gcc46/Makefile | |
parent | 6c5e3aee3e599c6825bc5fcbab3ff6e1e77e505b (diff) | |
download | freebsd-ports-gnome-655530f4ab379de4c212075a19ed15fbf41bd52e.tar.gz freebsd-ports-gnome-655530f4ab379de4c212075a19ed15fbf41bd52e.tar.zst freebsd-ports-gnome-655530f4ab379de4c212075a19ed15fbf41bd52e.zip |
Update to the 20130215 snapshot of GCC 4.6.4.
Diffstat (limited to 'lang/gcc46/Makefile')
-rw-r--r-- | lang/gcc46/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 81e06388c2a9..680840415cb7 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.6.4.20130125 +PORTVERSION= 4.6.4.20130215 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} |