[88814] trunk/dports/python/py-url/Portfile

phw at macports.org phw at macports.org
Thu Jan 12 12:01:53 PST 2012


Revision: 88814
          http://trac.macports.org/changeset/88814
Author:   phw at macports.org
Date:     2012-01-12 12:01:52 -0800 (Thu, 12 Jan 2012)
Log Message:
-----------
Portfile py-url: added livecheck regex and url

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

Modified: trunk/dports/python/py-url/Portfile
===================================================================
--- trunk/dports/python/py-url/Portfile	2012-01-12 15:13:58 UTC (rev 88813)
+++ trunk/dports/python/py-url/Portfile	2012-01-12 20:01:52 UTC (rev 88814)
@@ -4,12 +4,12 @@
 PortGroup python24 1.0
 
 name			py-url
-version			0.12
+version			0.15.1
 revision		1
 categories		python
 license			MIT
 platforms		darwin freebsd
-maintainers		nomaintainer
+maintainers		phw openmaintainer
 description		RFC2396 compliant Python implementation of URLs
 long_description	This Python module contains an RFC2396 compliant \
 				implementation of URLs (see the class URL) and file \
@@ -19,10 +19,14 @@
 homepage		http://www.livinglogic.de/Python/url/
 master_sites	http://ftp.livinglogic.de/url/
 distname		ll-url-${version}
-checksums		md5 60ba50a20e90e9cddd4b0aaa24237aca
+checksums       md5     ffa18a0ba9512b0d32c3331241c9e751
 use_bzip2		yes
 
 post-destroot	{
 	xinstall -m 644 -W ${worksrcpath} HOWTO INSTALL NEWS README \
 		${destroot}${prefix}/share/doc/${name}
 }
+
+livecheck.type  regex
+livecheck.url   ${master_sites}
+livecheck.regex {"ll-url-([0-9\.]+).tar.gz"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120112/f25a627c/attachment.html>


More information about the macports-changes mailing list