[email protected] writes: > Doesn't this require an epoch bump also?
I don't think so because it was uninstallable on machines believe Mavericks due to libc++ issues. >> On Feb 8, 2014, at 8:37 AM, [email protected] wrote: >> >> Revision >> 116839 >> Author >> [email protected] >> Date >> 2014-02-08 05:37:06 -0800 (Sat, 08 Feb 2014) >> Log Message >> >> re2: downgrade to 20130622 for Lion and Mountain Lion; see #42200. >> Modified Paths >> >> trunk/dports/devel/re2/Portfile >> Diff >> >> Modified: trunk/dports/devel/re2/Portfile (116838 => 116839) >> >> >> --- trunk/dports/devel/re2/Portfile 2014-02-08 13:19:23 UTC (rev 116838) >> +++ trunk/dports/devel/re2/Portfile 2014-02-08 13:37:06 UTC (rev 116839) >> @@ -22,10 +22,16 @@ >> checksums rmd160 5beeac6b1b227d46d3da1e1b4231994aaa6ee98c \ >> sha256 >> 193c9eedd88e9a32f337e81f3be45da13a85c7af43444f5afe03f8ef393490ef >> >> -if {${os.platform} == "darwin" && ${os.major} < 13} { >> - version 20131024 >> - checksums rmd160 a96947ba23872a197ce279e33eeb45e955ac0bf6 \ >> +platform darwin { >> + if {${os.major} <= 10} { >> + version 20131024 >> + checksums rmd160 a96947ba23872a197ce279e33eeb45e955ac0bf6 \ >> sha256 >> 4cbf7a98e79ba0c3f83b865049bcf3c6d60593b1a7accb60e8e10745a97cd62b >> + } elseif {${os.major} < 13} { >> + version 20130622 >> + checksums rmd160 4327e5f8c84c92b04de59a05fa4f4adb0fc7f8cb \ >> + sha256 >> eee28bac36d47df9b0b62cf0959cb919fc23389431e26d5ee44b42c35e36fb0d >> + } >> } >> >> extract.suffix .tgz >> _______________________________________________ >> macports-changes mailing list >> [email protected] >> https://lists.macosforge.org/mailman/listinfo/macports-changes > _______________________________________________ > macports-dev mailing list > [email protected] > https://lists.macosforge.org/mailman/listinfo/macports-dev _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
