<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2a7ea814974438a80e253c92dc9bb497b7b5919f">https://github.com/macports/macports-ports/commit/2a7ea814974438a80e253c92dc9bb497b7b5919f</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 2a7ea814974 buildbot-worker: Update to 3.10.0
</span>2a7ea814974 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2a7ea814974438a80e253c92dc9bb497b7b5919f
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Mon Dec 11 18:44:12 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    buildbot-worker: Update to 3.10.0
</span>---
 devel/buildbot-worker/Portfile | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/buildbot-worker/Portfile b/devel/buildbot-worker/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index da77b0923e9..6421eada781 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/buildbot-worker/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/buildbot-worker/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,11 +4,11 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 
 name                buildbot-worker
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             3.9.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             3.10.0
</span> revision            0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  ad99001e1895ab6a4943c1a23f6ba25c95235f06 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  8c8dfc66109c1db8da87a9524fa62d49903069e64f056b2063755351feacdb1f \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    126470
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  881f6362a2cdcf89fc7d652cafe254c8be264682 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  680c2b21825135bbd9115de49025a77f2b9900c7b2ca76643a4c50d300dab715 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    130388
</span> 
 categories          devel
 maintainers         {ryandesign @ryandesign} {rajdeep @rajdeepbh} {mojca @mojca} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +25,8 @@ long_description    Buildbot is a system to automate the compile/test \
</span> 
 homepage            https://buildbot.net
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Can't update to 311 due to missing dependency:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/67849
</span> python.default_version \
                     310
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -74,7 +76,7 @@ test.target         buildbot_worker.test
</span> 
 notes "
 An example launchd plist file is available in ${sharedir}. After you have\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-created your build slave, copy the plist to /Library/LaunchDaemons (as root)\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+created your build worker, copy the plist to /Library/LaunchDaemons (as root)\
</span> and edit the WorkingDirectory field as needed. Then instruct launchd to run\
 it with:
 
</pre><pre style='margin:0'>

</pre>