[146808] trunk/dports/devel/buildbot/Portfile

mojca at macports.org mojca at macports.org
Fri Mar 18 02:14:28 PDT 2016


Revision: 146808
          https://trac.macports.org/changeset/146808
Author:   mojca at macports.org
Date:     2016-03-18 02:14:28 -0700 (Fri, 18 Mar 2016)
Log Message:
-----------
buildbot: livecheck should ignore beta versions

Modified Paths:
--------------
    trunk/dports/devel/buildbot/Portfile

Modified: trunk/dports/devel/buildbot/Portfile
===================================================================
--- trunk/dports/devel/buildbot/Portfile	2016-03-18 08:38:38 UTC (rev 146807)
+++ trunk/dports/devel/buildbot/Portfile	2016-03-18 09:14:28 UTC (rev 146808)
@@ -35,7 +35,7 @@
                         port:py${python.version}-sqlalchemy-migrate \
                         port:py${python.version}-twisted
 
-patchfiles-append      patch-allowRecent_SQA_Migrate.diff
+patchfiles-append       patch-allowRecent_SQA_Migrate.diff
 
 build.env               NO_INSTALL_REQS=1
 
@@ -68,9 +68,10 @@
 test.cmd                ${prefix}/bin/trial-${python.branch}
 test.target             buildbot.test
 
-livecheck.type  regex
-livecheck.url   https://pypi.python.org/pypi/${name}/
-livecheck.regex {buildbot\/(\d+\.\d+(?:\.\d+)(?:b\d))}
+livecheck.type          regex
+livecheck.url           https://pypi.python.org/pypi/${name}/
+livecheck.regex         {buildbot\/(\d+\.\d+(?:\.\d+))\"}
+#livecheck.regex        {buildbot\/(\d+\.\d+(?:\.\d+)(?:b\d))}
 
 notes "
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160318/486d6e86/attachment.html>


More information about the macports-changes mailing list