From owner-svn-ports-all@FreeBSD.ORG Wed Oct 16 21:54:17 2013 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 ESMTP id B6664C89; Wed, 16 Oct 2013 21:54:17 +0000 (UTC) (envelope-from gerald@FreeBSD.org) 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 A2F212D7A; Wed, 16 Oct 2013 21:54:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9GLsHZS001304; Wed, 16 Oct 2013 21:54:17 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9GLsH7M001302; Wed, 16 Oct 2013 21:54:17 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201310162154.r9GLsH7M001302@svn.freebsd.org> From: Gerald Pfeifer Date: Wed, 16 Oct 2013 21:54:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330551 - 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.14 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: Wed, 16 Oct 2013 21:54:17 -0000 Author: gerald Date: Wed Oct 16 21:54:16 2013 New Revision: 330551 URL: http://svnweb.freebsd.org/changeset/ports/330551 Log: Update to the 20131013 snapshot of GCC 4.9.0. Migrate to the new LIB_DEPENDS standard. Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Wed Oct 16 21:50:40 2013 (r330550) +++ head/lang/gcc49/Makefile Wed Oct 16 21:54:16 2013 (r330551) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.9.0.20130915 +PORTVERSION= 4.9.0.20131013 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -10,9 +10,9 @@ MASTER_SITE_SUBDIR= snapshots/${DISTVERS MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.9 -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ - mpfr:${PORTSDIR}/math/mpfr \ - mpc:${PORTSDIR}/math/mpc +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libmpfr.so:${PORTSDIR}/math/mpfr \ + libmpc.so:${PORTSDIR}/math/mpc BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Wed Oct 16 21:50:40 2013 (r330550) +++ head/lang/gcc49/distinfo Wed Oct 16 21:54:16 2013 (r330551) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20130915.tar.bz2) = 97cc1ccfd7400039774b0a04d9281ca8294e3ea39ef4652f984956b906648ca3 -SIZE (gcc-4.9-20130915.tar.bz2) = 82824222 +SHA256 (gcc-4.9-20131013.tar.bz2) = f9947c73a3e9b40242d7c6e054b4a5a549bef43ffff26d3e327f82a9d4fb3b2d +SIZE (gcc-4.9-20131013.tar.bz2) = 83204790