From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 22:21:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B94D314; Sun, 24 Nov 2013 22:21:48 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B1D2292B; Sun, 24 Nov 2013 22:21:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOMLmXJ042912; Sun, 24 Nov 2013 22:21:48 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOMLlO7042910; Sun, 24 Nov 2013 22:21:47 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311242221.rAOMLlO7042910@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 24 Nov 2013 22:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334795 - head/lang/gcc47 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 22:21:48 -0000 Author: gerald Date: Sun Nov 24 22:21:47 2013 New Revision: 334795 URL: http://svnweb.freebsd.org/changeset/ports/334795 Log: Change PORTNAME from gcc to gcc47 to match the actual name of this port and avoid a package name collision with other GCC ports. This also allows us to remove LATEST_LINK. On the way update to the 20131123 snapshot of GCC 4.7.4. Modified: head/lang/gcc47/Makefile head/lang/gcc47/distinfo Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Sun Nov 24 21:59:09 2013 (r334794) +++ head/lang/gcc47/Makefile Sun Nov 24 22:21:47 2013 (r334795) @@ -1,11 +1,12 @@ # Created by: Gerald Pfeifer # $FreeBSD$ -PORTNAME= gcc -PORTVERSION= 4.7.4.20131109 +PORTNAME= gcc47 +PORTVERSION= 4.7.4.20131123 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} +DISTNAME= gcc-${DISTVERSION} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.7 @@ -27,7 +28,6 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} -LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 USES= gmake iconv perl5 USE_BINUTILS= yes Modified: head/lang/gcc47/distinfo ============================================================================== --- head/lang/gcc47/distinfo Sun Nov 24 21:59:09 2013 (r334794) +++ head/lang/gcc47/distinfo Sun Nov 24 22:21:47 2013 (r334795) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.7-20131109.tar.bz2) = 0cb2127a2af15568769d5103539de5c5360ff476c434e64dac326fb0f589d9a3 -SIZE (gcc-4.7-20131109.tar.bz2) = 78826285 +SHA256 (gcc-4.7-20131123.tar.bz2) = a472af65c30aaaab5ae0d419a04e10c8451ac38666b8bd214f8fc597629a4f0d +SIZE (gcc-4.7-20131123.tar.bz2) = 78831736