[132513] trunk/dports/python/py-pyxmpp/Portfile

ram at macports.org ram at macports.org
Mon Feb 2 13:43:58 PST 2015


Revision: 132513
          https://trac.macports.org/changeset/132513
Author:   ram at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150202/e1e9263f/attachment.html>


More information about the macports-changes mailing list