diff options
author | gerald <gerald@FreeBSD.org> | 2011-11-05 22:23:55 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-11-05 22:23:55 +0800 |
commit | 501c32abef24b5333b9f388d24082a92c8562bdb (patch) | |
tree | e4a0191efdde52b9df186f1bd9cb08559319efa3 /lang | |
parent | 8bf1410faed359e55b3da31f90649ed1019a8a63 (diff) | |
download | freebsd-ports-gnome-501c32abef24b5333b9f388d24082a92c8562bdb.tar.gz freebsd-ports-gnome-501c32abef24b5333b9f388d24082a92c8562bdb.tar.zst freebsd-ports-gnome-501c32abef24b5333b9f388d24082a92c8562bdb.zip |
Update to the 20111104 snapshot of GCC 4.6.3.
On the way, extend the conflict wth GCC 4.6.1 to also cover
GCC 4.6.2 since that is what the stable lang/gcc port is going
to move to soon.
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 c2b7f65c0725..fba986f5ba7c 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gcc -PORTVERSION= 4.6.3.20111028 +PORTVERSION= 4.6.3.20111104 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.1* +CONFLICTS= gcc-4.6.[12]* # 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 ea8faf815713..f9c35bda8f05 100644 --- a/lang/gcc46/distinfo +++ b/lang/gcc46/distinfo @@ -1,4 +1,4 @@ -SHA256 (gcc-4.6-20111028.tar.bz2) = d4345e6facca34a08041474c559a404dd99b0e8cf0ada9c95e4a5a95718fcdb0 -SIZE (gcc-4.6-20111028.tar.bz2) = 68149104 +SHA256 (gcc-4.6-20111104.tar.bz2) = 5201ff4da631d6524fe243a17da5fcea008c4ecea6375b5099a59ab4b6fe913d +SIZE (gcc-4.6-20111104.tar.bz2) = 68107494 SHA256 (ecj-4.5.jar) = 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781 SIZE (ecj-4.5.jar) = 1470676 |