<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cc19ee6f828b36ba5d2233900d683baf0a3997ff">https://github.com/macports/macports-ports/commit/cc19ee6f828b36ba5d2233900d683baf0a3997ff</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit cc19ee6f828b36ba5d2233900d683baf0a3997ff
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Tue Oct 13 11:04:36 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    coherence: deprecate, drop maintainership
</span>---
 net/coherence/Portfile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/coherence/Portfile b/net/coherence/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5591929e79e..a2a32c3dabd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/coherence/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/coherence/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,12 @@
</span> PortSystem      1.0
 PortGroup       github 1.0
 PortGroup       python 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup       deprecated 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# coherence-project abandoned by original authors, website gone
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# no git commits since 20180629, no current upstream maintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://github.com/coherence-project/Coherence/issues/33
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+deprecated.upstream_support no
</span> 
 set git_commit  88016204c7778bf0d3ad1ae331b4d8fd725dd2af
 set git_date    20180629
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +17,7 @@ name            coherence
</span> version         0.7.dev0-${git_date}
 license         MIT
 categories      net multimedia python
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers     {devans @dbevans} openmaintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers     nomaintainer
</span> description     Coherence, a Python UPnP and DLNA media framework
 long_description \
                 Coherence is a framework written in Python, \
</pre><pre style='margin:0'>

</pre>