diff options
author | gerald <gerald@FreeBSD.org> | 2011-11-12 21:39:15 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-11-12 21:39:15 +0800 |
commit | a93057e56a65b48cc7a3e9a4f820b33304b69a04 (patch) | |
tree | ecd6e4444a017f6dea1f8fcc97457d337c4946ea /lang/gcc | |
parent | 6669a84b2423d531449c0f1765b67a1d053995f0 (diff) | |
download | freebsd-ports-gnome-a93057e56a65b48cc7a3e9a4f820b33304b69a04.tar.gz freebsd-ports-gnome-a93057e56a65b48cc7a3e9a4f820b33304b69a04.tar.zst freebsd-ports-gnome-a93057e56a65b48cc7a3e9a4f820b33304b69a04.zip |
Update to the GCC 4.6.2 release with a fair amount of bug fixes all
across the board, cf.
http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.6.
for details.
Feature safe: yes
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 47678deb46e3..928462157152 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gcc -PORTVERSION= 4.6.1 +PORTVERSION= 4.6.2 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= releases/gcc-${VERSIONSTRING} @@ -25,7 +25,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu .endif -CONFLICTS= gcc-4.6.[2-9]* +CONFLICTS= gcc-4.6.[3-9]* # VERSIONSTRING relates to downloads, GCC_VERSION and SUFFIX to names # of executables and directories once installed. diff --git a/lang/gcc/distinfo b/lang/gcc/distinfo index 14add683a634..36c74b489bac 100644 --- a/lang/gcc/distinfo +++ b/lang/gcc/distinfo @@ -1,4 +1,4 @@ -SHA256 (gcc-4.6.1.tar.bz2) = 8eebf51c908151d1f1a3756c8899c5e71572e8469a547ad72a1ef16a08a31b59 -SIZE (gcc-4.6.1.tar.bz2) = 71688404 +SHA256 (gcc-4.6.2.tar.bz2) = 60b05463dfe18d40d68fb8a71b25b408a01f86cc6ceaf5e6b22238b6b0f450c2 +SIZE (gcc-4.6.2.tar.bz2) = 71995338 SHA256 (ecj-4.5.jar) = 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781 SIZE (ecj-4.5.jar) = 1470676 |