From owner-svn-ports-head@FreeBSD.ORG Sun Feb 17 14:22:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 39597EF; Sun, 17 Feb 2013 14:22:57 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2ADFA9D9; Sun, 17 Feb 2013 14:22:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1HEMvxc052529; Sun, 17 Feb 2013 14:22:57 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1HEMuXn052527; Sun, 17 Feb 2013 14:22:56 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201302171422.r1HEMuXn052527@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 17 Feb 2013 14:22:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312417 - 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.14 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, 17 Feb 2013 14:22:57 -0000 Author: gerald Date: Sun Feb 17 14:22:56 2013 New Revision: 312417 URL: http://svnweb.freebsd.org/changeset/ports/312417 Log: Replace the use of DISTFILES by DISTNAME, since we are now down to one in all cases. On the way, update to the 20130216 snapshot of GCC 4.7.3. Modified: head/lang/gcc47/Makefile head/lang/gcc47/distinfo Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Sun Feb 17 14:08:11 2013 (r312416) +++ head/lang/gcc47/Makefile Sun Feb 17 14:22:56 2013 (r312417) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.7.3.20130202 +PORTVERSION= 4.7.3.20130216 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} -DISTFILES= gcc-${VERSIONSTRING}${EXTRACT_SUFX} +DISTNAME= gcc-${VERSIONSTRING} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.7 Modified: head/lang/gcc47/distinfo ============================================================================== --- head/lang/gcc47/distinfo Sun Feb 17 14:08:11 2013 (r312416) +++ head/lang/gcc47/distinfo Sun Feb 17 14:22:56 2013 (r312417) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.7-20130202.tar.bz2) = dde56a6b013892588c00f2197c4d36c89bfa8ab040f58da0820500210d7a0759 -SIZE (gcc-4.7-20130202.tar.bz2) = 78901139 +SHA256 (gcc-4.7-20130216.tar.bz2) = 5686b9a5ae519fcb3d8b125af9004a894db68f9f4ea0d384ede9de82a6c41aba +SIZE (gcc-4.7-20130216.tar.bz2) = 78915990