diff options
author | gerald <gerald@FreeBSD.org> | 2014-04-18 13:57:08 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-04-18 13:57:08 +0800 |
commit | 5fee7b652961d0f7a43515767971d8dafd736756 (patch) | |
tree | 8f9d8fccd70f2412edf052f89810c2dfdd8f7f43 | |
parent | 5cb517c05223a69a7852afb8c817c099d300390b (diff) | |
download | freebsd-ports-gnome-5fee7b652961d0f7a43515767971d8dafd736756.tar.gz freebsd-ports-gnome-5fee7b652961d0f7a43515767971d8dafd736756.tar.zst freebsd-ports-gnome-5fee7b652961d0f7a43515767971d8dafd736756.zip |
Update to the 20140416 snapshot of GCC 4.9.0 which coincides with
RC1 of that release.
Extend full-regression-test by running contrib/test_summary.
-rw-r--r-- | lang/gcc49/Makefile | 5 | ||||
-rw-r--r-- | lang/gcc49/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile index 2df794b64478..45c5a5baba39 100644 --- a/lang/gcc49/Makefile +++ b/lang/gcc49/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc49 -PORTVERSION= 4.9.0.20140406 +PORTVERSION= 4.9.0.20140416 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -129,7 +129,8 @@ pre-configure: .if defined(MAINTAINER_MODE) full-regression-test: build - cd ${WRKSRC}; ${GMAKE} -sk check + cd ${WRKSRC}; ${GMAKE} -sk check \ + ; ${SRCDIR}/contrib/test_summary .endif post-install: diff --git a/lang/gcc49/distinfo b/lang/gcc49/distinfo index 0c022826636a..1bda0151f7cf 100644 --- a/lang/gcc49/distinfo +++ b/lang/gcc49/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20140406.tar.bz2) = 5f9e1c96b5bc000456b7fe7805dca90866cd18b6fbe00e26f3f3e8236d07d0a3 -SIZE (gcc-4.9-20140406.tar.bz2) = 85440592 +SHA256 (gcc-4.9-20140416.tar.bz2) = a1bac4e9fe8d8eca0c70fe22374e34abecd138dfc49130b01d73133f68b03b48 +SIZE (gcc-4.9-20140416.tar.bz2) = 85454889 |