[135343] trunk/dports/python/py-ply/Portfile

stromnov at macports.org stromnov at macports.org
Thu Apr 23 06:44:24 PDT 2015


Revision: 135343
          https://trac.macports.org/changeset/135343
Author:   stromnov at macports.org
Date:     2015-04-23 06:44:24 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
py-ply: update to version 3.5

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

Modified: trunk/dports/python/py-ply/Portfile
===================================================================
--- trunk/dports/python/py-ply/Portfile	2015-04-23 12:24:31 UTC (rev 135342)
+++ trunk/dports/python/py-ply/Portfile	2015-04-23 13:44:24 UTC (rev 135343)
@@ -6,8 +6,8 @@
 
 set my_name         ply
 name                py-${my_name}
-version             3.4
-revision            1
+version             3.5
+revision            0
 categories-append   lang devel
 platforms           darwin
 license             BSD
@@ -25,21 +25,23 @@
 
 distname            ${my_name}-${version}
 
-checksums           rmd160  c86c2581b4e2766f5045b76632c92a3220b3c48a \
-                    sha256  af435f11b7bdd69da5ffbc3fecb8d70a7073ec952e101764c88720cdefb2546b
+checksums           rmd160  4fad74f7db5ebb5bd2b193e384356d5bdb71a0fb \
+                    sha256  9c649e4791dec47e87ccd157866a4666243834403eb38af5b188e602b3d79291
 
 if {${name} ne ${subport}} {
     post-destroot {
         set docdir ${prefix}/share/doc/${subport}
         xinstall -d ${destroot}${docdir}/html
 
-        xinstall -m 644 -W $worksrcpath ANNOUNCE CHANGES README \
+        xinstall -m 644 -W $worksrcpath ANNOUNCE CHANGES \
             TODO ${destroot}${docdir}
 
         xinstall -m 644 $worksrcpath/doc/ply.html \
             ${destroot}${docdir}/html
     }
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.regex     ${my_name}-(\\d+(?:\\.\\d+)*)
 }
-
-livecheck.type  regex
-livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/440a5730/attachment-0001.html>


More information about the macports-changes mailing list