From owner-svn-ports-all@FreeBSD.ORG Thu Apr 24 00:03:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 664C6496; Thu, 24 Apr 2014 00:03:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 365D11907; Thu, 24 Apr 2014 00:03:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3O03npd014579; Thu, 24 Apr 2014 00:03:49 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3O03mr3014577; Thu, 24 Apr 2014 00:03:48 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201404240003.s3O03mr3014577@svn.freebsd.org> From: Gerald Pfeifer Date: Thu, 24 Apr 2014 00:03:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351979 - head/lang/gcc49 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 00:03:49 -0000 Author: gerald Date: Thu Apr 24 00:03:48 2014 New Revision: 351979 URL: http://svnweb.freebsd.org/changeset/ports/351979 QAT: https://qat.redports.org/buildarchive/r351979/ Log: Update to the 20140423 snapshot of GCC 4.9.1. This is basically the GCC 4.9.0 release, but since we did not yet use the new way of labeling snapshots as part of PORTVERSION we could not update to that directly without using PORTEPOCH. Going forward that will be possible. Adjust DISTVERSION and GCC_VERSION to the new PORTVERSION scheme. Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Wed Apr 23 22:22:42 2014 (r351978) +++ head/lang/gcc49/Makefile Thu Apr 24 00:03:48 2014 (r351979) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc49 -PORTVERSION= 4.9.0.20140416 +PORTVERSION= 4.9.1.s20140423 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -28,8 +28,8 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc # of executables and directories once installed. A PORTVERSION of # 4.Y.2.s20130808 results in values of 4.Y-20130808, 4.Y.2, and 4Y # for these three. -DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} -GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} +DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/} +GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 USES= gmake iconv perl5 tar:bzip2 Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Wed Apr 23 22:22:42 2014 (r351978) +++ head/lang/gcc49/distinfo Thu Apr 24 00:03:48 2014 (r351979) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20140416.tar.bz2) = a1bac4e9fe8d8eca0c70fe22374e34abecd138dfc49130b01d73133f68b03b48 -SIZE (gcc-4.9-20140416.tar.bz2) = 85454889 +SHA256 (gcc-4.9-20140423.tar.bz2) = c31da37b221e6255fa9e0ee8c6a21c81e7393156a83fb49ff0d17fe7318dfd77 +SIZE (gcc-4.9-20140423.tar.bz2) = 85433047