svn commit: r330551 - head/lang/gcc49
Gerald Pfeifer
gerald at FreeBSD.org
Wed Oct 16 21:54:17 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list