From owner-svn-ports-all@FreeBSD.ORG Sun Oct 13 19:08:37 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id DDCFDDC4; Sun, 13 Oct 2013 19:08:37 +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 CA2A12276; Sun, 13 Oct 2013 19:08:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9DJ8bnD043929; Sun, 13 Oct 2013 19:08:37 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9DJ8ba6043927; Sun, 13 Oct 2013 19:08:37 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201310131908.r9DJ8ba6043927@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 13 Oct 2013 19:08:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330248 - 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-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: Sun, 13 Oct 2013 19:08:38 -0000 Author: gerald Date: Sun Oct 13 19:08:37 2013 New Revision: 330248 URL: http://svnweb.freebsd.org/changeset/ports/330248 Log: Update to the 20131010 snapshot of GCC 4.8.2. [1] Migrate to the new LIB_DEPENDS standard. Reported by: portscout [1] Modified: head/lang/gcc48/Makefile head/lang/gcc48/distinfo Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Sun Oct 13 19:06:40 2013 (r330247) +++ head/lang/gcc48/Makefile Sun Oct 13 19:08:37 2013 (r330248) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.8.2.s20130919 +PORTVERSION= 4.8.2.s20131010 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.8 -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/gcc48/distinfo ============================================================================== --- head/lang/gcc48/distinfo Sun Oct 13 19:06:40 2013 (r330247) +++ head/lang/gcc48/distinfo Sun Oct 13 19:08:37 2013 (r330248) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.8-20130919.tar.bz2) = bacfd54480322a2d36ff76dab0da0f025dc9c80392c743fa2826ab0a841c0e8e -SIZE (gcc-4.8-20130919.tar.bz2) = 81722660 +SHA256 (gcc-4.8-20131010.tar.bz2) = a3fe36be4f7a269e2e6a943fc1ef09e7a1845b85c80feca4eddcdc7e5695fe54 +SIZE (gcc-4.8-20131010.tar.bz2) = 81735580