<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-guide.
</pre>
<p><a href="https://github.com/macports/macports-guide/commit/833c21a642d6ec8b0c2d33abee80d23f578f636d">https://github.com/macports/macports-guide/commit/833c21a642d6ec8b0c2d33abee80d23f578f636d</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 833c21a Fix distpath default value
</span>833c21a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 833c21a642d6ec8b0c2d33abee80d23f578f636d
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Tue Apr 5 10:46:42 2022 +0000
<span style='display:block; white-space:pre;color:#404040;'> Fix distpath default value
</span>---
guide/adoc/portfile-variables.adoc | 4 ++--
guide/xml/portfile-variables.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/adoc/portfile-variables.adoc b/guide/adoc/portfile-variables.adoc
</span><span style='display:block; white-space:pre;color:#808080;'>index 0d2670c..1b2de19 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/adoc/portfile-variables.adoc
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/adoc/portfile-variables.adoc
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,7 +48,7 @@ Value: `+${workpath}/destroot+`
</span> distpath::
Location to store downloaded distfiles.
+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-Value: `+${portdbpath}/distfiles/${dist_subdir}/+`
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Value: `+${portdbpath}/distfiles/${dist_subdir}+`
</span>
install.user::
The Unix user at the time of port installation.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -70,4 +70,4 @@ os.endian::
</span> Endianness of the processor -- either "`big`" (on PowerPC systems) or "`little`" (on Intel systems).
os.major::
<span style='display:block; white-space:pre;background:#ffe0e0;'>-The major version number of the host operating system (e.g., "`12`" for Darwin 12.x).
</span>\ No newline at end of file
<span style='display:block; white-space:pre;background:#e0ffe0;'>+The major version number of the host operating system (e.g., "`12`" for Darwin 12.x).
</span><span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/portfile-variables.xml b/guide/xml/portfile-variables.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index 19e87b3..7d55d32 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/portfile-variables.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/portfile-variables.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -107,7 +107,7 @@
</span> <para>Location to store downloaded distfiles.</para>
<para>Value:
<span style='display:block; white-space:pre;background:#ffe0e0;'>- <varname>${portdbpath}/distfiles/${dist_subdir}/</varname></para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <varname>${portdbpath}/distfiles/${dist_subdir}</varname></para>
</span> </listitem>
</varlistentry>
</pre><pre style='margin:0'>
</pre>