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

</pre>
<p><a href="https://github.com/macports/macports-contrib/commit/902263a9e85f49f08ae9552d3a1c657d72053044">https://github.com/macports/macports-contrib/commit/902263a9e85f49f08ae9552d3a1c657d72053044</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 902263a9e85f49f08ae9552d3a1c657d72053044
</span>Author: Ryan Schmidt <git@ryandesign.com>
AuthorDate: Sat Oct 14 12:16:48 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    pypi2port: Fix newticket link
</span>---
 pypi2port/pypi2port.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/pypi2port/pypi2port.py b/pypi2port/pypi2port.py
</span><span style='display:block; white-space:pre;color:#808080;'>index 62363ef..aff6b3e 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/pypi2port/pypi2port.py
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/pypi2port/pypi2port.py
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -643,8 +643,8 @@ def create_portfile(dict, file_name, dict2):
</span>           create_diff(old_file, new_file, diff_file)
                print((str(os.path.abspath(diff_file))+"\n"))
                print("\nIf you want to open a new ticket. Please visit")
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                print("https://trac.macports.org/auth/login/?next=/newticket")
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-           print("to open a new ticket after logging in with your credentials.")
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+           print("https://trac.macports.org/newticket")
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+           print("to open a new ticket after logging in with your GitHub account.")
</span>   else:
                print("No port found.")
 
</pre><pre style='margin:0'>

</pre>