[102770] trunk/dports/python/py-progressbar/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Feb 7 19:38:26 PST 2013


Revision: 102770
          https://trac.macports.org/changeset/102770
Author:   ryandesign at macports.org
Date:     2013-02-07 19:38:26 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
py-progressbar: use googlecode fetchgroup; remove unnecessary python.default_versions and livecheck.type directives

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

Modified: trunk/dports/python/py-progressbar/Portfile
===================================================================
--- trunk/dports/python/py-progressbar/Portfile	2013-02-08 03:34:47 UTC (rev 102769)
+++ trunk/dports/python/py-progressbar/Portfile	2013-02-08 03:38:26 UTC (rev 102770)
@@ -6,7 +6,6 @@
 name            py-progressbar
 version         2.3
 python.versions 26 27
-python.default_version  27
 license         LGPL-2.1+
 maintainers     nomaintainer
 platforms       darwin
@@ -23,7 +22,7 @@
     devel
 
 homepage        http://code.google.com/p/python-progressbar/
-master_sites    http://python-progressbar.googlecode.com/files
+master_sites    googlecode:python-progressbar
 distname        progressbar-${version}
 
 checksums           rmd160  54da4c737c6e012804fcbca215f4be196b441a4a \
@@ -40,6 +39,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
     livecheck.regex     python-progressbar.googlecode.com/files/progressbar-(\\d(\\.\\d+)+)
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/fff8240f/attachment.html>


More information about the macports-changes mailing list