[124035] trunk/dports/python/py-ipy/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Aug 17 10:15:14 PDT 2014


Revision: 124035
          https://trac.macports.org/changeset/124035
Author:   khindenburg at macports.org
Date:     2014-08-17 10:15:14 -0700 (Sun, 17 Aug 2014)
Log Message:
-----------
py-ipy: update to 0.81 - fix livecheck #39189

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

Modified: trunk/dports/python/py-ipy/Portfile
===================================================================
--- trunk/dports/python/py-ipy/Portfile	2014-08-17 17:10:31 UTC (rev 124034)
+++ trunk/dports/python/py-ipy/Portfile	2014-08-17 17:15:14 UTC (rev 124035)
@@ -5,7 +5,7 @@
 PortGroup python 1.0
 
 name            py-ipy
-version         0.75
+version         0.81
 
 categories-append     devel net
 maintainers     vmunix.org:torstenb \
@@ -28,13 +28,16 @@
 python.versions 25 26 27
 python.default_version 27
 
+checksums       rmd160  6e708020c18cddb2f3588c2bd7fac98884842cb9 \
+                sha256  4bc17a9b5e72e893a034e77193b82c2bc321ddf8d8c345281f2bb81bb007b939
 
-checksums       rmd160  f31b64d62d77a37b5fb66bb6bf047258426c7bed \
-                sha256  0fa14af4792cc0b6f61cb5a1cd8fbdf7ddbaa6864ef82681021b750e9e6b2b61
-
 if {${name} ne ${subport}} {
     post-destroot {
         set docdir ${prefix}/share/doc/${subport}
         xinstall -m 644 ${worksrcpath}/README ${destroot}${docdir}
     }
 }
+
+livecheck.url   [lindex ${master_sites} 0]
+livecheck.regex IPy-\(\[0-9a-z.\]+\)${extract.suffix}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140817/ad4d1e36/attachment.html>


More information about the macports-changes mailing list