[124141] trunk/dports/lang/rust/Portfile

larryv at macports.org larryv at macports.org
Tue Aug 19 14:29:51 PDT 2014


Revision: 124141
          https://trac.macports.org/changeset/124141
Author:   larryv at macports.org
Date:     2014-08-19 14:29:51 -0700 (Tue, 19 Aug 2014)
Log Message:
-----------
rust: Update to commit 3f5d0b5 from 19 August.

Also disallow builds on Snow Leopard, as upstream dropped support months
ago (https://github.com/rust-lang/rust/commit/5046b55).

Modified Paths:
--------------
    trunk/dports/lang/rust/Portfile

Modified: trunk/dports/lang/rust/Portfile
===================================================================
--- trunk/dports/lang/rust/Portfile	2014-08-19 21:24:19 UTC (rev 124140)
+++ trunk/dports/lang/rust/Portfile	2014-08-19 21:29:51 UTC (rev 124141)
@@ -6,8 +6,8 @@
 PortGroup           compiler_blacklist_versions 1.0
 PortGroup           github 1.0
 
-github.setup        rust-lang rust d9177707926d4fbed9dd9e4e7afc9a8c185dafe0
-version             0.12.0-pre-20140813-d917770
+github.setup        rust-lang rust 3f5d0b5b6cd4994c719d57a778697124348a4c1c
+version             0.12.0-pre-20140819-3f5d0b5
 categories          lang devel
 platforms           darwin
 supported_archs     i386 x86_64
@@ -28,8 +28,8 @@
 homepage            http://www.rust-lang.org/
 
 pre-fetch {
-    if {${os.platform} eq "darwin" && ${os.major} < 10} {
-        ui_error "${name} is only supported on OS X 10.6 Snow Leopard or later."
+    if {${os.platform} eq "darwin" && ${os.major} < 11} {
+        ui_error "${name} is only supported on OS X 10.7 Lion or later."
         return -code error "unsupported platform version"
     }
 }
@@ -67,22 +67,22 @@
 # distribution.
 master_sites            http://static.rust-lang.org/stage0-snapshots
 set stage0(distdir)     rust-stage0
-set stage0(date)        2014-08-07
-set stage0(rev)         12e0f72
+set stage0(date)        2014-08-17
+set stage0(rev)         a86d9ad
 set stage0(platform)    macos-${configure.build_arch}
 set stage0(hash)        [expr {${configure.build_arch} eq "i386" ?
-                                "78f1996954a6e0718d684a3756b4870a6f8771ee" :
-                                "216f46f65866207a9f41c3ed654f5c1e085cb7f3"}]
+                                "2f1e849bab50ce2b92f5eb0ef5a63954904cac97" :
+                                "977a8e496dd4ccf79c86a93a1794e65213d76f96"}]
 use_bzip2               yes
 distname                [join "rust stage0 ${stage0(date)}
                                            ${stage0(rev)}
                                            ${stage0(platform)}
                                            ${stage0(hash)}" -]
 switch ${configure.build_arch} {
-    i386    {checksums  rmd160  5059e8b5ca4f603db3df5068574a455235c705a5 \
-                        sha256  c628b709a26a99768438353bb29c3a0946c495abe93d92be8260d5a1f27a42c5}
-    default {checksums  rmd160  2b70aedc8f4ad70f47631470df6b2766e8e4a428 \
-                        sha256  a8a4a6a327518abacabb9dc2e62c583251708fec4b95d26e06e56da6e0d7bec9}
+    i386    {checksums  rmd160  c2502d14c2e3103c235469bcc15edee8b34ff60a \
+                        sha256  8dd1364d455b8e833909abcb71e2d428c860bd951347d198f79da1db17aba282}
+    default {checksums  rmd160  c2eac09b43eacb8eae7e6bfcea7cdc50d3893978 \
+                        sha256  bdece4f9c73c0d66604b1253da879acdfb5bb2b081a45adfc51d6b386731e603}
 }
 
 # Only use compilers supported by upstream
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140819/55c247b3/attachment-0001.html>


More information about the macports-changes mailing list