[121041] trunk/dports/python/py-rpy2/Portfile

stromnov at macports.org stromnov at macports.org
Sun Jun 15 06:28:21 PDT 2014


Revision: 121041
          https://trac.macports.org/changeset/121041
Author:   stromnov at macports.org
Date:     2014-06-15 06:28:21 -0700 (Sun, 15 Jun 2014)
Log Message:
-----------
py-rpy2: update to version 2.4.2

Modified Paths:
--------------
    trunk/dports/python/py-rpy2/Portfile

Modified: trunk/dports/python/py-rpy2/Portfile
===================================================================
--- trunk/dports/python/py-rpy2/Portfile	2014-06-15 13:26:46 UTC (rev 121040)
+++ trunk/dports/python/py-rpy2/Portfile	2014-06-15 13:28:21 UTC (rev 121041)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-rpy2
-version             2.4.1
+version             2.4.2
 revision            0
 categories-append   science
 platforms           darwin
@@ -26,18 +26,19 @@
 
 distname            rpy2-${version}
 
-checksums           rmd160  221e3b1ff80bc4ab4e9067bdef2c4ba65af37b77 \
-                    sha256  60d5e982b7484f474b1b35cff972cd68e1f3861975674acca204d9642cc74117
+checksums           rmd160  fcf09e24a091492b3301803480cfbf2c2d03d6d7 \
+                    sha256  c88f961e6ea8bbb24dbffab6738a0bc090ca8597ae8292731ae3362e64c839c8
 
-if {${name} ne ${subport} && [lsearch {25 26} ${python.version}] != -1} {
-    version             2.2.1
-    revision            0
-    distname            rpy2-${version}
-    checksums           sha1    ff22f43c25fa299343bc6c6c8cbb3cb43212dfa0 \
-                        rmd160  f83207190e40cb9c1f56f3727ef8b26319a55598
-}
+if {${name} ne ${subport}} {
 
-if {${name} ne ${subport}} {
+    if {[lsearch {25 26} ${python.version}] != -1} {
+        version             2.2.1
+        revision            0
+        distname            rpy2-${version}
+        checksums           sha1    ff22f43c25fa299343bc6c6c8cbb3cb43212dfa0 \
+                            rmd160  f83207190e40cb9c1f56f3727ef8b26319a55598
+    }
+
     # To continue using your custom R installation instead of MacPorts' R,
     # you have to remove this dependency line and make sure that your R
     # is in MacPorts' binpath, see your macports.conf for details.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140615/b8bc544e/attachment-0001.html>


More information about the macports-changes mailing list