<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[114035] trunk/dports/lang/rust</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/114035">114035</a></dd>
<dt>Author</dt> <dd>g5pw@macports.org</dd>
<dt>Date</dt> <dd>2013-11-27 08:29:54 -0800 (Wed, 27 Nov 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>lang/rust:
  update to 0.8
  remove patches applied upstream
  fix livecheck</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportslangrustPortfile">trunk/dports/lang/rust/Portfile</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li>trunk/dports/lang/rust/files/</li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportslangrustPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/lang/rust/Portfile (114034 => 114035)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/lang/rust/Portfile        2013-11-27 16:20:17 UTC (rev 114034)
+++ trunk/dports/lang/rust/Portfile        2013-11-27 16:29:54 UTC (rev 114035)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> PortGroup           compiler_blacklist_versions 1.0
</span><span class="cx"> 
</span><span class="cx"> name                rust
</span><del>-version             0.7
</del><ins>+version             0.8
</ins><span class="cx"> categories          lang devel
</span><span class="cx"> platforms           darwin
</span><span class="cx"> supported_archs     i386 x86_64
</span><span class="lines">@@ -36,26 +36,26 @@
</span><span class="cx"> master_sites        http://static.rust-lang.org/dist:dist
</span><span class="cx"> distfiles           ${distname}${extract.suffix}:dist
</span><span class="cx"> checksums           ${distname}${extract.suffix} \
</span><del>-                        rmd160  986ec4f776c9b02d66cf191aa52aceff0743e5c1 \
-                        sha256  0b88b8a4489382e0a69214eaab88e2e7c316ec33c164af0d3b53630b17590df0 \
</del><ins>+                        rmd160  c2646032eb6aa26eb5a0f1552177c1d1363223b1 \
+                        sha256  42f791ab1537357fe0f63d67ffe6bcb64ecf16b2bd3f1484ab589823f5914182 \
</ins><span class="cx"> 
</span><span class="cx"> # Select the snapshot compiler; see src/snapshots.txt in distribution.
</span><span class="cx"> set stage0(distdir)             rust-stage0
</span><del>-set stage0(date)                2013-06-23
-set stage0(rev)                 f827561
</del><ins>+set stage0(date)                2013-09-23
+set stage0(rev)                 348d844
</ins><span class="cx"> platform darwin i386 {
</span><span class="cx">     set stage0(platform)        macos-${configure.build_arch}
</span><span class="cx">     switch ${configure.build_arch} {
</span><span class="cx">         x86_64 {
</span><del>-            set stage0(hash)    b34fdf3845f8ef4760817007d8ef820cd32f2e07
-            set stage0(rmd160)  9ee3de67efe0ae4404f64cf71072a015269d7936
-            set stage0(sha256)  ec7b5a6cd25cb85b45cc354cab9fa266c193b6be2581e3624494171a86114b6b
</del><ins>+            set stage0(hash)    efefdca6b4a40ebeb977037ebbf46c1353f09ee5
+            set stage0(rmd160)  64e5a8beccd67e1abb04e67892a0db845db418dd
+            set stage0(sha256)  ed46ae8bcd52b2574713e01a39ccd4c81d7ffe9303905dea0ee7b484c6a963f5
</ins><span class="cx">         }
</span><span class="cx">         i386 -
</span><span class="cx">         default {
</span><del>-            set stage0(hash)    63ffbcf99b6853d7840bdfe01380068518d0e466
-            set stage0(rmd160)  33799fbefb2d958c7c729ae01c32f5f8aa3f0eb2
-            set stage0(sha256)  62617c3c2cb0b942afebda8c02315a5c23cdb344a4f047ea9ab73b648525376d
</del><ins>+            set stage0(hash)    7085e4dd6bc63864f2ad8a3a21dab945ffd99d8d
+            set stage0(rmd160)  e4cac7f49094c11f90ecacb7f8191e0c253bd3b9
+            set stage0(sha256)  08183c0c2398fb8b48ea6a11a38ff664473cf5e458078908663ff1feab1662e0
</ins><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx">     set stage0(distfile)        [join &quot;rust stage0 ${stage0(date)}
</span><span class="lines">@@ -93,14 +93,6 @@
</span><span class="cx">                     macports-dragonegg-3.2 macports-dragonegg-3.3 \
</span><span class="cx">                     macports-gcc-4.2 macports-gcc-4.3 macports-gcc-4.4
</span><span class="cx"> 
</span><del>-patchfiles          patch-configure.diff
-
-# Here to fix a bug in local_stage0.sh
-# Pull request submitted upstream
-# TODO: remove patch when http://github.com/mozilla/rust/pull/7586
-# is resolved.
-patchfiles-append   src-etc-local_stage0.sh.diff
-
</del><span class="cx"> post-patch {
</span><span class="cx">     # TODO: Use patches for these when the build system stops changing
</span><span class="cx">     # so much between releases.
</span><span class="lines">@@ -154,7 +146,7 @@
</span><span class="cx"> build.args          VERBOSE=1 \
</span><span class="cx">                     CC=${configure.cc} \
</span><span class="cx">                     CXX=${configure.cxx} \
</span><del>-                    CPP=${configure.cc}
</del><ins>+                    CPP=&quot;${configure.cc} -E&quot;
</ins><span class="cx"> 
</span><span class="cx"> # TODO: Add path-style dependency on python, whenever test dependencies
</span><span class="cx"> # are implemented (#38208). Not critical, since all supported versions
</span><span class="lines">@@ -177,4 +169,4 @@
</span><span class="cx"> 
</span><span class="cx"> livecheck.type      regex
</span><span class="cx"> livecheck.url       ${homepage}
</span><del>-livecheck.regex     {/release-(\d\.\d)/}
</del><ins>+livecheck.regex     {dist/rust-(\d\.\d)}
</ins></span></pre>
</div>
</div>

</body>
</html>