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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a5b7f93b448b5e6fb63350083b7fbcfa95120c46">https://github.com/macports/macports-ports/commit/a5b7f93b448b5e6fb63350083b7fbcfa95120c46</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 a5b7f93  spatialite: Use distpath and distfiles variables
</span>a5b7f93 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a5b7f93b448b5e6fb63350083b7fbcfa95120c46
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon May 11 18:07:37 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    spatialite: Use distpath and distfiles variables
</span>---
 databases/spatialite/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/spatialite/Portfile b/databases/spatialite/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 16d33c0..bc651c0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/spatialite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/spatialite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -63,11 +63,11 @@ if {![variant_isset proj5] && ![variant_isset proj6]} {
</span> }
 
 fetch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {![file exists ${prefix}/var/macports/distfiles/spatialite/${distname}.tar.gz]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {![file exists ${distpath}/${distfiles}]} {
</span>         puts "Please fetch the file manually from the URL:"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        puts "${master_sites}/${distname}.tar.gz"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        puts "${master_sites}/${distfiles}"
</span>         puts "as this necessitates an anonymous login."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        puts "Then place it in ${prefix}/var/macports/distfiles/spatialite"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        puts "Then place it in ${distpath}"
</span>         return -code error "Automatic fetching impossible"
     }
 }
</pre><pre style='margin:0'>

</pre>