Date: Thu, 18 Sep 2014 14:07:17 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368464 - head/lang/gcc5 Message-ID: <201409181407.s8IE7HS0055327@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Thu Sep 18 14:07:17 2014 New Revision: 368464 URL: http://svnweb.freebsd.org/changeset/ports/368464 QAT: https://qat.redports.org/buildarchive/r368464/ Log: Update to the 20140914 snapshot of GCC 5.0. On the packaging side this adds another Python script coming from the libstdc++ side of things. Modified: head/lang/gcc5/Makefile head/lang/gcc5/distinfo head/lang/gcc5/pkg-plist Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Thu Sep 18 14:07:05 2014 (r368463) +++ head/lang/gcc5/Makefile Thu Sep 18 14:07:17 2014 (r368464) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gcc5 -PORTVERSION= 5.0.s20140907 -PORTREVISION= 1 +PORTVERSION= 5.0.s20140914 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} Modified: head/lang/gcc5/distinfo ============================================================================== --- head/lang/gcc5/distinfo Thu Sep 18 14:07:05 2014 (r368463) +++ head/lang/gcc5/distinfo Thu Sep 18 14:07:17 2014 (r368464) @@ -1,2 +1,2 @@ -SHA256 (gcc-5-20140907.tar.bz2) = 23220a63551cf6f4fd43182e9abf08b912f07c1af7db98ef96468d662dd2bf6a -SIZE (gcc-5-20140907.tar.bz2) = 86851173 +SHA256 (gcc-5-20140914.tar.bz2) = 96457e69a238f267bd08533bf914762be4d65b844f3ce150eb0b5195a2cc9d9f +SIZE (gcc-5-20140914.tar.bz2) = 86687945 Modified: head/lang/gcc5/pkg-plist ============================================================================== --- head/lang/gcc5/pkg-plist Thu Sep 18 14:07:05 2014 (r368463) +++ head/lang/gcc5/pkg-plist Thu Sep 18 14:07:17 2014 (r368464) @@ -28,6 +28,7 @@ man/man1/gfortran%%SUFFIX%%.1.gz share/gcc-%%GCC_VERSION%%/python/libstdcxx/__init__.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/__init__.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py +share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/xmethods.py @dirrm share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6 @dirrm share/gcc-%%GCC_VERSION%%/python/libstdcxx @dirrm share/gcc-%%GCC_VERSION%%/python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409181407.s8IE7HS0055327>