Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2013 19:08:37 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330248 - head/lang/gcc48
Message-ID:  <201310131908.r9DJ8ba6043927@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310131908.r9DJ8ba6043927>