[104302] trunk/dports/python/py-celery/Portfile

stromnov at macports.org stromnov at macports.org
Sat Mar 23 06:25:38 PDT 2013


Revision: 104302
          https://trac.macports.org/changeset/104302
Author:   stromnov at macports.org
Date:     2013-03-23 06:25:38 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
py-celery: update to version 3.0.17

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

Modified: trunk/dports/python/py-celery/Portfile
===================================================================
--- trunk/dports/python/py-celery/Portfile	2013-03-23 13:21:37 UTC (rev 104301)
+++ trunk/dports/python/py-celery/Portfile	2013-03-23 13:25:38 UTC (rev 104302)
@@ -6,7 +6,7 @@
 PortGroup           select 1.0
 
 name                py-celery
-version             3.0.16
+version             3.0.17
 revision            0
 categories-append   devel
 platforms           darwin
@@ -27,8 +27,8 @@
 
 distname            celery-${version}
 
-checksums           rmd160  bc81e4e59c898f961125f8eb3d187dbd5e87f638 \
-                    sha256  31dc01e2e9c52825419d760422de7a6ce6fc789960fa087e8227ff4a528a2120
+checksums           rmd160  3b017bca42b8dd886109a47523f9356f64fa7eff \
+                    sha256  554d1e0c7cd8346aa372bb7f2b971441eee8e192a6a3855c89bad4d33b7bd947
 
 if {$subport != $name} {
     depends_lib-append  \
@@ -50,8 +50,10 @@
 
 port select --set ${select.group} [file tail ${select.file}]
 "
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "celery-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "celery-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/9af7fd06/attachment-0001.html>


More information about the macports-changes mailing list