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

</pre>
<p><a href="https://github.com/macports/macports-base/commit/bb5fa4f4cff9118302d5443e5882a52519eb398b">https://github.com/macports/macports-base/commit/bb5fa4f4cff9118302d5443e5882a52519eb398b</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 bb5fa4f  Fix archive_site_local
</span>bb5fa4f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bb5fa4f4cff9118302d5443e5882a52519eb398b
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Dec 4 02:28:27 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    Fix archive_site_local
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/57717
</span>---
 src/package1.0/portarchivefetch.tcl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/package1.0/portarchivefetch.tcl b/src/package1.0/portarchivefetch.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 5ac6648..f784d4c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/package1.0/portarchivefetch.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/package1.0/portarchivefetch.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,7 +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
 #
 # Copyright (c) 2002 - 2003 Apple Inc.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Copyright (c) 2004 - 2013 The MacPorts Project
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Copyright (c) 2004 - 2016, 2018 The MacPorts Project
</span> # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -150,7 +150,7 @@ proc portarchivefetch::get_full_archive_sites_path {} {
</span> proc portarchivefetch::checkfiles {urls} {
     upvar $urls fetch_urls
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    portfetch::checksites [list archive_sites [list {} {} ARCHIVE_SITE_LOCAL]] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    portfetch::checksites [list archive_sites [list {} ARCHIVE_SITE_LOCAL]] \
</span>                           [get_full_archive_sites_path]
     checkarchivefiles fetch_urls
 }
</pre><pre style='margin:0'>

</pre>