svn commit: r301514 - head/lang/gcc47
Gerald Pfeifer
gerald at FreeBSD.org
Wed Jul 25 08:47:56 UTC 2012
Author: gerald
Date: Wed Jul 25 08:47:55 2012
New Revision: 301514
URL: http://svn.freebsd.org/changeset/ports/301514
Log:
Update to the 20120721 snapshot of GCC 4.7.2.
Remove ABI version numbers for all library dependencies.
Modified:
head/lang/gcc47/Makefile
head/lang/gcc47/distinfo
Modified: head/lang/gcc47/Makefile
==============================================================================
--- head/lang/gcc47/Makefile Wed Jul 25 08:13:30 2012 (r301513)
+++ head/lang/gcc47/Makefile Wed Jul 25 08:47:55 2012 (r301514)
@@ -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 at 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)
Modified: head/lang/gcc47/distinfo
==============================================================================
--- head/lang/gcc47/distinfo Wed Jul 25 08:13:30 2012 (r301513)
+++ head/lang/gcc47/distinfo Wed Jul 25 08:47:55 2012 (r301514)
@@ -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
More information about the svn-ports-head
mailing list