diff options
author | gerald <gerald@FreeBSD.org> | 2015-07-17 08:45:45 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-07-17 08:45:45 +0000 |
commit | bb36985f9059ca4ec160561268260d7968438874 (patch) | |
tree | 291e507b982375dfcc7cb9dbcc93d27a4ae4e270 | |
parent | a21b16ed09b900f84960779c76625b1316051dc5 (diff) | |
download | FreeBSD-ports-bb36985f9059ca4ec160561268260d7968438874.zip FreeBSD-ports-bb36985f9059ca4ec160561268260d7968438874.tar.gz |
Update to GCC 4.8.5. Mostly bug fixes, a very conservative update.
-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 1741db7..7e56952 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 d8b0a61..b618f66 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 |