diff options
author | gerald <gerald@FreeBSD.org> | 2012-06-20 06:50:45 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-06-20 06:50:45 +0800 |
commit | e5963eade2cfcb6bea07f05a3455c853cc4679ee (patch) | |
tree | 56f96e36719d9c75172096cceb7eca57634c1f53 /lang | |
parent | c159dcd834211c84020825fe9c3fc68cd392f0fc (diff) | |
download | freebsd-ports-gnome-e5963eade2cfcb6bea07f05a3455c853cc4679ee.tar.gz freebsd-ports-gnome-e5963eade2cfcb6bea07f05a3455c853cc4679ee.tar.zst freebsd-ports-gnome-e5963eade2cfcb6bea07f05a3455c853cc4679ee.zip |
Update to the 20120616 snapshot of GCC 4.7.2, very close to the GCC 4.7.1
release.
Fix a portlint warning (tab vs space).
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc47/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc47/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index fbac283e873e..cb4d51ee2dfe 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gcc -PORTVERSION= 4.7.1.20120609 +PORTVERSION= 4.7.2.20120616 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -55,7 +55,7 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} .endif .if ${ARCH} == powerpc64 -CONFIGURE_ENV+= UNAME_m="powerpc64" +CONFIGURE_ENV+= UNAME_m="powerpc64" .endif SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING} diff --git a/lang/gcc47/distinfo b/lang/gcc47/distinfo index 0c418106c546..7c82960adc49 100644 --- a/lang/gcc47/distinfo +++ b/lang/gcc47/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-4.7-20120609.tar.bz2) = b2e074c176e1547594e5dc4d8c79f6d8be7e8be2becb9e6916aeff61ea58700e -SIZE (gcc-4.7-20120609.tar.bz2) = 78553463 +SHA256 (gcc-4.7-20120616.tar.bz2) = d72a34d74a2ec7fdfa31ce54ca8bcdcbd98a6319ee4782c747de0651bdad694d +SIZE (gcc-4.7-20120616.tar.bz2) = 78553942 |