[79326] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Thu Jun 9 09:58:27 PDT 2011


Revision: 79326
          http://trac.macports.org/changeset/79326
Author:   ryandesign at macports.org
Date:     2011-06-09 09:58:26 -0700 (Thu, 09 Jun 2011)
Log Message:
-----------
py-beautifulsoup, py25-beautifulsoup, py26-beautifulsoup, py27-beautifulsoup: fix livecheck

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

Modified: trunk/dports/python/py-beautifulsoup/Portfile
===================================================================
--- trunk/dports/python/py-beautifulsoup/Portfile	2011-06-09 16:55:59 UTC (rev 79325)
+++ trunk/dports/python/py-beautifulsoup/Portfile	2011-06-09 16:58:26 UTC (rev 79326)
@@ -24,3 +24,6 @@
     xinstall -m 644 -W ${worksrcpath} PKG-INFO \
         ${destroot}${prefix}/share/doc/${name}
 }
+
+livecheck.type  regex
+livecheck.regex BeautifulSoup-(\[0-9.\]+)${extract.suffix}

Modified: trunk/dports/python/py25-beautifulsoup/Portfile
===================================================================
--- trunk/dports/python/py25-beautifulsoup/Portfile	2011-06-09 16:55:59 UTC (rev 79325)
+++ trunk/dports/python/py25-beautifulsoup/Portfile	2011-06-09 16:58:26 UTC (rev 79326)
@@ -24,3 +24,6 @@
     xinstall -m 644 -W ${worksrcpath} PKG-INFO \
         ${destroot}${prefix}/share/doc/${name}
 }
+
+livecheck.type  regex
+livecheck.regex BeautifulSoup-(\[0-9.\]+)${extract.suffix}

Modified: trunk/dports/python/py26-beautifulsoup/Portfile
===================================================================
--- trunk/dports/python/py26-beautifulsoup/Portfile	2011-06-09 16:55:59 UTC (rev 79325)
+++ trunk/dports/python/py26-beautifulsoup/Portfile	2011-06-09 16:58:26 UTC (rev 79326)
@@ -24,3 +24,6 @@
     xinstall -m 644 -W ${worksrcpath} PKG-INFO \
         ${destroot}${prefix}/share/doc/${name}
 }
+
+livecheck.type  regex
+livecheck.regex BeautifulSoup-(\[0-9.\]+)${extract.suffix}

Modified: trunk/dports/python/py27-beautifulsoup/Portfile
===================================================================
--- trunk/dports/python/py27-beautifulsoup/Portfile	2011-06-09 16:55:59 UTC (rev 79325)
+++ trunk/dports/python/py27-beautifulsoup/Portfile	2011-06-09 16:58:26 UTC (rev 79326)
@@ -24,3 +24,6 @@
     xinstall -m 644 -W ${worksrcpath} PKG-INFO \
         ${destroot}${prefix}/share/doc/${name}
 }
+
+livecheck.type  regex
+livecheck.regex BeautifulSoup-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110609/db50b4a7/attachment.html>


More information about the macports-changes mailing list