[107427] trunk/dports/python/py-vobject/Portfile

lightnin at macports.org lightnin at macports.org
Fri Jun 28 09:31:23 PDT 2013


Revision: 107427
          https://trac.macports.org/changeset/107427
Author:   lightnin at macports.org
Date:     2013-06-28 09:31:23 -0700 (Fri, 28 Jun 2013)
Log Message:
-----------
Integrated patch from ticket #38476. Thank you, Brian.

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

Modified: trunk/dports/python/py-vobject/Portfile
===================================================================
--- trunk/dports/python/py-vobject/Portfile	2013-06-28 15:06:16 UTC (rev 107426)
+++ trunk/dports/python/py-vobject/Portfile	2013-06-28 16:31:23 UTC (rev 107427)
@@ -5,6 +5,7 @@
 PortGroup           python 1.0
 
 name                py-vobject
+set realname        vobject
 license             Apache
 version             0.8.1c
 platforms           darwin
@@ -20,7 +21,7 @@
 
 homepage            http://vobject.skyhouseconsulting.com/
 master_sites        http://vobject.skyhouseconsulting.com/
-distname            vobject-${version}
+distname            ${realname}-${version}
 checksums           md5 c9686dd74d39fdae140890d9c694c076 \
                     sha1 97f1daf9d813a2b2128c2d39ca52bbbcc152fdfd \
                     rmd160 ca1b1f207b6b7d4418a401938656627e6404aacf
@@ -47,3 +48,7 @@
             ${destroot}${docdir}
     }
 }
+
+livecheck.type      regex
+livecheck.url       https://pypi.python.org/pypi/${realname}
+livecheck.regex     "${realname} (\\d+(?:\\.\\d)*\[a-z\]*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130628/507e1061/attachment-0001.html>


More information about the macports-changes mailing list