diff options
author | gerald <gerald@FreeBSD.org> | 2012-03-11 05:26:04 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-03-11 05:26:04 +0800 |
commit | 17855b094fff0955e1b920445d838c027011e329 (patch) | |
tree | 80ab7d32dfd643b8e983ab1ee1d400a4952a9b01 /lang | |
parent | c87388cd3653f08819d755ef480cad5ca2b5b464 (diff) | |
download | freebsd-ports-gnome-17855b094fff0955e1b920445d838c027011e329.tar.gz freebsd-ports-gnome-17855b094fff0955e1b920445d838c027011e329.tar.zst freebsd-ports-gnome-17855b094fff0955e1b920445d838c027011e329.zip |
Update to the 20120309 snapshot of GCC 4.6.4.
Increase CONFLICTS to also cover GCC 4.6.3 now, in anticipation of
a forthcoming update of lang/gcc to GCC 4.6.3.
Feature safe: yes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc46/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc46/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index eb85ade79545..980b5513689b 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gcc -PORTVERSION= 4.6.4.20120302 +PORTVERSION= 4.6.4.20120309 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -25,7 +25,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu .endif -CONFLICTS= gcc-4.6.[12]* +CONFLICTS= gcc-4.6.[123]* # VERSIONSTRING relates to downloads, GCC_VERSION and SUFFIX to names # of executables and directories once installed. diff --git a/lang/gcc46/distinfo b/lang/gcc46/distinfo index 6554d2d3ce0b..754b4062d6de 100644 --- a/lang/gcc46/distinfo +++ b/lang/gcc46/distinfo @@ -1,4 +1,4 @@ -SHA256 (gcc-4.6-20120302.tar.bz2) = 55d9774ff49439dd30d5b2fa4caf70e379bc95650a4f740d4befc0033d3cd1cd -SIZE (gcc-4.6-20120302.tar.bz2) = 68146219 +SHA256 (gcc-4.6-20120309.tar.bz2) = be826785230a0d3356b5aeaad5518b8a331a639129baff44c0bb72315c5e41cc +SIZE (gcc-4.6-20120309.tar.bz2) = 68149818 SHA256 (ecj-4.5.jar) = 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781 SIZE (ecj-4.5.jar) = 1470676 |