svn commit: r376180 - head/lang/gcc

Gerald Pfeifer gerald at FreeBSD.org
Sun Jan 4 08:38:24 UTC 2015


Author: gerald
Date: Sun Jan  4 08:38:22 2015
New Revision: 376180
URL: https://svnweb.freebsd.org/changeset/ports/376180
QAT: https://qat.redports.org/buildarchive/r376180/

Log:
  Update from the GCC 4.8.3 release to the GCC 4.8.4 release.
  
  This fixes (at least) 87 bugs reported, cf.
  https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.8.4
  for the full list.  No new features.

Modified:
  head/lang/gcc/Makefile
  head/lang/gcc/distinfo

Modified: head/lang/gcc/Makefile
==============================================================================
--- head/lang/gcc/Makefile	Sun Jan  4 08:23:23 2015	(r376179)
+++ head/lang/gcc/Makefile	Sun Jan  4 08:38:22 2015	(r376180)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	4.8.3
-PORTREVISION=	2
+PORTVERSION=	4.8.4
 CATEGORIES=	lang java
 MASTER_SITES=	${MASTER_SITE_GCC}
 MASTER_SITE_SUBDIR=	releases/gcc-${DISTVERSION}

Modified: head/lang/gcc/distinfo
==============================================================================
--- head/lang/gcc/distinfo	Sun Jan  4 08:23:23 2015	(r376179)
+++ head/lang/gcc/distinfo	Sun Jan  4 08:38:22 2015	(r376180)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.8.3.tar.bz2) = 6a8e4f11b185f4fe2ed9d7fc053e80f8c7e73f800c045f51f9d8bea33f080f1e
-SIZE (gcc-4.8.3.tar.bz2) = 86126808
+SHA256 (gcc-4.8.4.tar.bz2) = 4a80aa23798b8e9b5793494b8c976b39b8d9aa2e53cd5ed5534aff662a7f8695
+SIZE (gcc-4.8.4.tar.bz2) = 86220648


More information about the svn-ports-all mailing list