Revision: 132513 https://trac.macports.org/changeset/132513 Author: ram@macports.org Date: 2015-02-02 13:43:58 -0800 (Mon, 02 Feb 2015) Log Message: ----------- python/py-pyxmpp: fix livecheck url Modified Paths: -------------- trunk/dports/python/py-pyxmpp/Portfile Modified: trunk/dports/python/py-pyxmpp/Portfile =================================================================== --- trunk/dports/python/py-pyxmpp/Portfile 2015-02-02 21:43:56 UTC (rev 132512) +++ trunk/dports/python/py-pyxmpp/Portfile 2015-02-02 21:43:58 UTC (rev 132513) @@ -17,7 +17,7 @@ creating Jabber clients and components. Developer uses them to setup \ XMPP streams, handle incoming events and create outgoing stanzas. -homepage http://pyxmpp.jajcus.net/ +homepage http://pyxmpp.jajcus.net/pyxmpp.html master_sites https://pypi.python.org/packages/source/p/pyxmpp/ distname pyxmpp-${version} @@ -33,7 +33,7 @@ if {${name} eq ${subport}} { livecheck.type regex - livecheck.url ${master_sites} + livecheck.url https://pypi.python.org/pypi/pyxmpp livecheck.regex {pyxmpp-(\d+(?:\.\d+)*).tar.gz} } else { livecheck.type none
participants (1)
-
ram@macports.org