Revision
120712
Author
sean@macports.org
Date
2014-06-05 20:52:20 -0700 (Thu, 05 Jun 2014)

Log Message

py-re2: update to newest commit

Modified Paths

Diff

Modified: trunk/dports/python/py-re2/Portfile (120711 => 120712)


--- trunk/dports/python/py-re2/Portfile	2014-06-06 03:52:16 UTC (rev 120711)
+++ trunk/dports/python/py-re2/Portfile	2014-06-06 03:52:20 UTC (rev 120712)
@@ -5,9 +5,9 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        facebook pyre2 5a7bea398ae4
+github.setup        facebookarchive pyre2 cb7b7187b5d4
 name                py-re2
-version             0.1.20120521
+version             0.1.20140514
 
 categories-append   devel
 license             BSD
@@ -20,8 +20,8 @@
                     expression library. It implements many of the features of \
                     Python's built-in re module with compatible interfaces.
 
-checksums           rmd160  767e1a2b327c0e824adafb6290833eac514c5746 \
-                    sha256  873c1863c0b500b1c1cec4beac33122e5f224021da2dd249ca2aab0f15182cdb
+checksums           rmd160  1a2dd598a43a6e3c7854ff3cea670d22024a3999 \
+                    sha256  389aa27b032706da2aae267f9e9377e3a6470335e213be92779132e67dbcaa0f
 
 python.versions     26 27