<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5bb2fa95801153edf061dc6a663b18027dd7ff36">https://github.com/macports/macports-ports/commit/5bb2fa95801153edf061dc6a663b18027dd7ff36</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 5bb2fa95801 libdnet, py-libdnet: add comment to update together
</span>5bb2fa95801 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5bb2fa95801153edf061dc6a663b18027dd7ff36
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Apr 12 16:08:58 2024 +1000

<span style='display:block; white-space:pre;color:#404040;'>    libdnet, py-libdnet: add comment to update together
</span>---
 net/libdnet/Portfile       | 1 +
 python/py-libdnet/Portfile | 5 +----
 2 files changed, 2 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/libdnet/Portfile b/net/libdnet/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0d40a461e6e..72e04bce307 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/libdnet/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/libdnet/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# py-libdnet should be updated at the same time as libdnet.
</span> github.setup        ofalk libdnet 1.18.0 libdnet-
 github.tarball_from archive
 revision            0
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-libdnet/Portfile b/python/py-libdnet/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0fadf579558..6b6bd2b550d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-libdnet/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-libdnet/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           python 1.0
 
 name                py-libdnet
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# libdnet should be updated at the same time as py-libdnet.
</span> github.setup        ofalk libdnet 1.16.4 libdnet-
 
 categories-append   net
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,9 +38,5 @@ if {$subport ne $name} {
</span>     build.dir       ${worksrcpath}/python
     destroot.dir    ${worksrcpath}/python
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${python.version} >= 36} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        python.pep517   yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     livecheck.type  none
 }
</pre><pre style='margin:0'>

</pre>