<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/63a8d7426691697d0a183dd5b5487d5a458f9616">https://github.com/macports/macports-ports/commit/63a8d7426691697d0a183dd5b5487d5a458f9616</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 63a8d7426691697d0a183dd5b5487d5a458f9616
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Mar 18 09:17:48 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> scotty: use PG to indicate no upstream support
</span>---
net/scotty/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/scotty/Portfile b/net/scotty/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5cb54cf..115717f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/scotty/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/scotty/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup deprecated 1.0
</span>
name scotty
version 3.0.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -82,6 +83,8 @@ pre-install {
</span> }
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+deprecated.upstream_support no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> notes "
To enable the ${startupitem.executable} daemon:
</pre><pre style='margin:0'>
</pre>