Revision: 98264 http://trac.macports.org//changeset/98264 Author: mww@macports.org Date: 2012-10-01 01:05:43 -0700 (Mon, 01 Oct 2012) Log Message: ----------- gcc47: version 4.7.2 Modified Paths: -------------- trunk/dports/lang/gcc47/Portfile Modified: trunk/dports/lang/gcc47/Portfile =================================================================== --- trunk/dports/lang/gcc47/Portfile 2012-10-01 07:24:11 UTC (rev 98263) +++ trunk/dports/lang/gcc47/Portfile 2012-10-01 08:05:43 UTC (rev 98264) @@ -7,9 +7,7 @@ subport libstdcxx {} epoch 1 -# When version is updated, please delete the separate revision for libstdcxx below (and delete this comment) -version 4.7.1 -revision 7 +version 4.7.2 platforms darwin categories lang maintainers mww openmaintainer @@ -40,8 +38,8 @@ extract.only [suffix ${distname}] checksums [suffix ${distname}] \ - rmd160 4b52d867d06288a0b3bb33c845cac0112c22b513 \ - sha256 16093f6fa01732adf378d97fe338f113c933bdf56da22bf87c76beff13da406f \ + rmd160 fc281ade14b47d2a9c2ced4f7082c74bfbae31c1 \ + sha256 8a9283d7010fb9fe5ece3ca507e0af5c19412626384f8a5e9434251ae100b084 \ ${ecj} \ rmd160 d3f4da657f086b6423f74e93f001132f4855368a \ sha256 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781 @@ -128,7 +126,7 @@ # Revision subport separately from port for now in order to not force # rebuilds of gcc while ironing out the wrinkles in libstdcxx - revision 101 + # revision 0 # We might want to consider adding this patch to the gcc subport as well # since it removes stuff that doesn't really make sense in the context of
participants (1)
-
mww@macports.org