diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-09-12 13:20:10 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-09-12 13:20:10 +0000 |
commit | 616242b63ae964d1196d2fd0a6607946bd24fd15 (patch) | |
tree | fdf20511b6ceb9f8fb25193c344f403174751caa /lang/gcc48/Makefile | |
parent | 303394f170ca9a7b706581d9d56a21e77bea74d8 (diff) |
Update to the 20140911 snapshot of GCC 4.8.4.
Notes
Notes:
svn path=/head/; revision=368024
Diffstat (limited to 'lang/gcc48/Makefile')
-rw-r--r-- | lang/gcc48/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 62cb8115d781..377babbaf258 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gcc48 -PORTVERSION= 4.8.4.s20140904 -PORTREVISION= 1 +PORTVERSION= 4.8.4.s20140911 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} |