From owner-svn-ports-all@FreeBSD.ORG Mon Aug 25 12:48:33 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 783872EC; Mon, 25 Aug 2014 12:48:33 +0000 (UTC) Received: from mailrelay005.isp.belgacom.be (mailrelay005.isp.belgacom.be [195.238.6.171]) by mx1.freebsd.org (Postfix) with ESMTP id 8EFBB3757; Mon, 25 Aug 2014 12:48:32 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsAIAFsw+1NR8nGf/2dsb2JhbABagw1TTQrMV4dHBAIBgR4Xd4QEAQU6HCMQCxQECSUPKh4GE4hGAQjADBePGTMHhEwBBJVPhnmBWZM0g2A7L4JPAQEB Received: from 159.113-242-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.242.113.159]) by relay.skynet.be with ESMTP; 25 Aug 2014 14:48:02 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s7PCm1Un041079; Mon, 25 Aug 2014 14:48:01 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Mon, 25 Aug 2014 14:48:00 +0200 From: Tijl Coosemans To: Gerald Pfeifer Subject: Re: svn commit: r365725 - head/lang/gcc5 Message-ID: <20140825144800.15a65f42@kalimero.tijl.coosemans.org> In-Reply-To: <201408231231.s7NCVa2w094830@svn.freebsd.org> References: <201408231231.s7NCVa2w094830@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 25 Aug 2014 12:48:33 -0000 On Sat, 23 Aug 2014 12:31:36 +0000 (UTC) Gerald Pfeifer wrote: > Author: gerald > Date: Sat Aug 23 12:31:36 2014 > New Revision: 365725 > URL: http://svnweb.freebsd.org/changeset/ports/365725 > QAT: https://qat.redports.org/buildarchive/r365725/ > > Log: > Update to the 20140817 snapshot of GCC 5, which is how GCC 4.10 is now > going to be called. > > Modified: > head/lang/gcc5/Makefile > head/lang/gcc5/distinfo > head/lang/gcc5/pkg-descr > head/lang/gcc5/pkg-plist > > Modified: head/lang/gcc5/Makefile > ============================================================================== > --- head/lang/gcc5/Makefile Sat Aug 23 12:29:46 2014 (r365724) > +++ head/lang/gcc5/Makefile Sat Aug 23 12:31:36 2014 (r365725) > @@ -1,15 +1,15 @@ > # Created by: Gerald Pfeifer > # $FreeBSD$ > > -PORTNAME= gcc410 > -PORTVERSION= 4.10.0.s20140810 > +PORTNAME= gcc5 > +PORTVERSION= 5.0.s20140817 Wouldn't it be better to move the port to lang/gcc50? Presumably the tools will also be gcc50, g++50 etc. right?