diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-07-25 08:47:55 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-07-25 08:47:55 +0000 |
commit | 18e5bb668ace3b48fef3aa01fc688e69abfdeef5 (patch) | |
tree | a4703a49d7393befb52b65aa530c9788319bab4a /lang | |
parent | 2a471803567ce9228c8adea8703a68415bd0ef11 (diff) |
Update to the 20120721 snapshot of GCC 4.7.2.
Remove ABI version numbers for all library dependencies.
Notes
Notes:
svn path=/head/; revision=301514
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc47/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc47/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 6bd4b0990bf6..a765bf55aa2f 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gcc -PORTVERSION= 4.7.2.20120714 +PORTVERSION= 4.7.2.20120721 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -16,9 +16,9 @@ DISTNAME= gcc-${VERSIONSTRING} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.7 -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.4:${PORTSDIR}/math/mpfr \ - mpc.2:${PORTSDIR}/math/mpc +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ + mpfr:${PORTSDIR}/math/mpfr \ + mpc:${PORTSDIR}/math/mpc RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils .if defined(MAINTAINER_MODE) diff --git a/lang/gcc47/distinfo b/lang/gcc47/distinfo index e72e660aebb0..87f729ebaeab 100644 --- a/lang/gcc47/distinfo +++ b/lang/gcc47/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-4.7-20120714.tar.bz2) = cd875becfa0796b627c26889f27ac0c1f49d554622ce3dab1f3a00489c7fc8b6 -SIZE (gcc-4.7-20120714.tar.bz2) = 78830094 +SHA256 (gcc-4.7-20120721.tar.bz2) = 28381983f3b46c843bc3282700ca73f18f6479ae1f88c9c3c2ba2cc0141ba087 +SIZE (gcc-4.7-20120721.tar.bz2) = 78864123 |