[65303] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Wed Mar 24 18:22:13 PDT 2010


Revision: 65303
          http://trac.macports.org/changeset/65303
Author:   ryandesign at macports.org
Date:     2010-03-24 18:22:12 -0700 (Wed, 24 Mar 2010)
Log Message:
-----------
py*-pcapy: fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py-pcapy/Portfile
    trunk/dports/python/py25-pcapy/Portfile
    trunk/dports/python/py26-pcapy/Portfile

Modified: trunk/dports/python/py-pcapy/Portfile
===================================================================
--- trunk/dports/python/py-pcapy/Portfile	2010-03-25 01:19:16 UTC (rev 65302)
+++ trunk/dports/python/py-pcapy/Portfile	2010-03-25 01:22:12 UTC (rev 65303)
@@ -37,3 +37,6 @@
     xinstall -m 644 -W ${worksrcpath} ChangeLog PKG-INFO \
         ${destroot}${prefix}/share/doc/${name}
 }
+
+livecheck.type      regex
+livecheck.regex     {pcapy-([0-9.]+)\.tar}

Modified: trunk/dports/python/py25-pcapy/Portfile
===================================================================
--- trunk/dports/python/py25-pcapy/Portfile	2010-03-25 01:19:16 UTC (rev 65302)
+++ trunk/dports/python/py25-pcapy/Portfile	2010-03-25 01:22:12 UTC (rev 65303)
@@ -37,3 +37,6 @@
     xinstall -m 644 -W ${worksrcpath} ChangeLog PKG-INFO \
         ${destroot}${prefix}/share/doc/${name}
 }
+
+livecheck.type      regex
+livecheck.regex     {pcapy-([0-9.]+)\.tar}

Modified: trunk/dports/python/py26-pcapy/Portfile
===================================================================
--- trunk/dports/python/py26-pcapy/Portfile	2010-03-25 01:19:16 UTC (rev 65302)
+++ trunk/dports/python/py26-pcapy/Portfile	2010-03-25 01:22:12 UTC (rev 65303)
@@ -37,3 +37,6 @@
     xinstall -m 644 -W ${worksrcpath} ChangeLog PKG-INFO \
         ${destroot}${prefix}/share/doc/${name}
 }
+
+livecheck.type      regex
+livecheck.regex     {pcapy-([0-9.]+)\.tar}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100324/822b03cd/attachment.html>


More information about the macports-changes mailing list