diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-09-07 10:52:49 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-09-07 10:52:49 +0000 |
commit | 0805aa448c430715236696c4ce470f5aa38c541b (patch) | |
tree | 20a3f13b3231047bd7aaf72ca390d36e214a12ad /lang/gcc48/Makefile | |
parent | 8562e5ad72c3157449d1492d09de6404cbceb61e (diff) |
Update to the 20140904 snapshot of GCC 4.8.4.
Notes
Notes:
svn path=/head/; revision=367510
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 25f6258fd69d..4543a85b7742 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc48 -PORTVERSION= 4.8.4.s20140828 +PORTVERSION= 4.8.4.s20140904 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} |