From owner-svn-ports-head@FreeBSD.ORG Sat Feb 16 16:43:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 07DB696B; Sat, 16 Feb 2013 16:43:44 +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 E8CDF234; Sat, 16 Feb 2013 16:43:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1GGhgP3057816; Sat, 16 Feb 2013 16:43:42 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1GGhg18057813; Sat, 16 Feb 2013 16:43:42 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201302161643.r1GGhg18057813@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 16 Feb 2013 16:43:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312374 - head/lang/gcc48 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: Sat, 16 Feb 2013 16:43:44 -0000 Author: gerald Date: Sat Feb 16 16:43:41 2013 New Revision: 312374 URL: http://svnweb.freebsd.org/changeset/ports/312374 Log: Replace the use of DISTFILES by DISTNAME, since we are now down to one in all cases. On the way, update to the 20130210 snapshot of GCC 4.8.0. Modified: head/lang/gcc48/Makefile head/lang/gcc48/distinfo Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Sat Feb 16 16:29:03 2013 (r312373) +++ head/lang/gcc48/Makefile Sat Feb 16 16:43:41 2013 (r312374) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.8.0.20130203 +PORTVERSION= 4.8.0.20130210 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.8 Modified: head/lang/gcc48/distinfo ============================================================================== --- head/lang/gcc48/distinfo Sat Feb 16 16:29:03 2013 (r312373) +++ head/lang/gcc48/distinfo Sat Feb 16 16:43:41 2013 (r312374) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.8-20130203.tar.bz2) = 489912f60de9a849a3b716722751ff84b9186da1b721b8c0a47b14b4f63101bc -SIZE (gcc-4.8-20130203.tar.bz2) = 82275252 +SHA256 (gcc-4.8-20130210.tar.bz2) = d92f7be62d03e254a4034984e913a8517c9aefe497ac5c755a6c3416c017d416 +SIZE (gcc-4.8-20130210.tar.bz2) = 82283087