[116839] trunk/dports/devel/re2/Portfile

hum at macports.org hum at macports.org
Sat Feb 8 05:37:07 PST 2014


Revision: 116839
          https://trac.macports.org/changeset/116839
Author:   hum at macports.org
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

Modified: trunk/dports/devel/re2/Portfile
===================================================================
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140208/2b57557f/attachment.html>


More information about the macports-changes mailing list