[104272] trunk/dports/python/py-DAWG/Portfile

stromnov at macports.org stromnov at macports.org
Fri Mar 22 07:23:18 PDT 2013


Revision: 104272
          https://trac.macports.org/changeset/104272
Author:   stromnov at macports.org
Date:     2013-03-22 07:23:18 -0700 (Fri, 22 Mar 2013)
Log Message:
-----------
py-DAWG: update to version 0.6

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

Modified: trunk/dports/python/py-DAWG/Portfile
===================================================================
--- trunk/dports/python/py-DAWG/Portfile	2013-03-22 13:29:30 UTC (rev 104271)
+++ trunk/dports/python/py-DAWG/Portfile	2013-03-22 14:23:18 UTC (rev 104272)
@@ -5,12 +5,14 @@
 PortGroup           python 1.0
 
 name                py-DAWG
-version             0.5.5
+version             0.6
 revision            0
 categories-append   devel
 license             MIT
 platforms           darwin
 
+python.versions     26 27 31 32 33
+
 maintainers         stromnov openmaintainer
 
 description         Fast and memory efficient DAWG for Python.
@@ -21,12 +23,13 @@
 
 distname            DAWG-${version}
 
-checksums           rmd160  754b7403db70ff04c6a9a0feb0a4d8e5ebdcff0d \
-                    sha256  43dec3d38ee6cfb38e4b0ea5954db95c1a6ddaa66a6570ac874e9246700be937
+checksums           rmd160  53e868bc177e7ae182938338f624a3ef1699c16c \
+                    sha256  cf5cbd8c49c9b6abdd434d6e7e7ddffafc0d3b35b4d1ad8f6c82bc8ca72ba930
 
-python.default_version  27
-python.versions     26 27 31 32 33
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "DAWG-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+if {$subport != $name} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "DAWG-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+} 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130322/f1371804/attachment-0001.html>


More information about the macports-changes mailing list