[112442] trunk/dports/python/py-urlgrabber/Portfile

stromnov at macports.org stromnov at macports.org
Wed Oct 23 04:03:47 PDT 2013


Revision: 112442
          https://trac.macports.org/changeset/112442
Author:   stromnov at macports.org
Date:     2013-10-23 04:03:46 -0700 (Wed, 23 Oct 2013)
Log Message:
-----------
py-urlgrabber: update to version 3.10

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

Modified: trunk/dports/python/py-urlgrabber/Portfile
===================================================================
--- trunk/dports/python/py-urlgrabber/Portfile	2013-10-23 10:56:42 UTC (rev 112441)
+++ trunk/dports/python/py-urlgrabber/Portfile	2013-10-23 11:03:46 UTC (rev 112442)
@@ -5,9 +5,15 @@
 PortGroup           python 1.0
 
 name                py-urlgrabber
-version             3.9.1
-python.versions     24 25 26 27
+version             3.10
+revision            0
+categories-append   net
+platforms           darwin
 license             LGPL-2.1+
+supported_archs     noarch
+
+python.versions     24 25 26 27
+
 maintainers         afb stromnov openmaintainer
 
 description         High-level cross-protocol url-grabber
@@ -16,19 +22,15 @@
                     supporting HTTP, FTP and file locations. Features include keepalive, \
                     byte ranges, throttling, authentication, proxies and more.
 
-platforms           darwin
-supported_archs     noarch
-
 homepage            http://urlgrabber.baseurl.org/
 master_sites        http://urlgrabber.baseurl.org/download/
+
 distname            urlgrabber-${version}
 
-checksums           md5     00c8359bf71062d0946bacea521f80b4 \
-                    sha1    937c7ad3177539c337d4010e0175b2c7bd874938 \
-                    rmd160  377196ddb01f6cd4903e063e8e9cba40a0f80fff
+checksums           rmd160  c98e2215b168b8bec5fff8a07dee7536ab51f951 \
+                    sha256  151474dcba8ad99a98eb1f18873bd888e8bfd68fd71a280991899e932689dc89
 
 if {$subport != $name} {
-
     depends_lib-append  port:py${python.version}-curl
 
     post-patch {
@@ -37,11 +39,8 @@
     }
 
     livecheck.type      none
-
 } else {
-
     livecheck.type      regex
     livecheck.url       ${master_sites}
-    livecheck.regex     "urlgrabber-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-
+    livecheck.regex     {urlgrabber-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131023/ae57b91b/attachment.html>


More information about the macports-changes mailing list