diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-07-17 08:45:45 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-07-17 08:45:45 +0000 |
commit | f37cc2145c7d410010353b7dbd94f62179c4b059 (patch) | |
tree | 291e507b982375dfcc7cb9dbcc93d27a4ae4e270 | |
parent | 34624bd4b26e34c5cae4069a84f0288edaad8c61 (diff) |
Update to GCC 4.8.5. Mostly bug fixes, a very conservative update.
Notes
Notes:
svn path=/head/; revision=392340
-rw-r--r-- | lang/gcc/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 1741db724669..7e5695287af8 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.8.4 -PORTREVISION= 3 +PORTVERSION= 4.8.5 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} diff --git a/lang/gcc/distinfo b/lang/gcc/distinfo index d8b0a6139236..b618f6667a4f 100644 --- a/lang/gcc/distinfo +++ b/lang/gcc/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-4.8.4.tar.bz2) = 4a80aa23798b8e9b5793494b8c976b39b8d9aa2e53cd5ed5534aff662a7f8695 -SIZE (gcc-4.8.4.tar.bz2) = 86220648 +SHA256 (gcc-4.8.5.tar.bz2) = 22fb1e7e0f68a63cee631d85b20461d1ea6bda162f03096350e38c8d427ecf23 +SIZE (gcc-4.8.5.tar.bz2) = 86165587 |