<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/f75a24e54cbf374449347f96cd2f7c4b5a0aa649">https://github.com/macports/macports-base/commit/f75a24e54cbf374449347f96cd2f7c4b5a0aa649</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 f75a24e54 vendor: Drop unused variables from Makefile.in
</span>f75a24e54 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f75a24e54cbf374449347f96cd2f7c4b5a0aa649
</span>Author: Clemens Lang <cal@macports.org>
AuthorDate: Sat Jun 6 16:46:03 2020 +0200

<span style='display:block; white-space:pre;color:#404040;'>    vendor: Drop unused variables from Makefile.in
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    We did define those, but in the places where they could have been used,
</span><span style='display:block; white-space:pre;color:#404040;'>    the @VARIABLE@ syntax was used instead, so we can just drop those.
</span>---
 vendor/Makefile.in | 5 -----
 1 file changed, 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/vendor/Makefile.in b/vendor/Makefile.in
</span><span style='display:block; white-space:pre;color:#808080;'>index 502170c18..d3c691f87 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/vendor/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/vendor/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,11 +1,6 @@
</span> TCL_SUBDIR=                       @VENDOR_TCL_SUBDIR@
<span style='display:block; white-space:pre;background:#ffe0e0;'>-TCL_TARGETS=            @VENDOR_TCL_INSTALL@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> TCLX_SUBDIR=              @VENDOR_TCLX_SUBDIR@
<span style='display:block; white-space:pre;background:#ffe0e0;'>-TCLX_TARGETS=           @VENDOR_TCLX_INSTALL@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> TCLLIB_SUBDIR=            @VENDOR_TCLLIB_SUBDIR@
<span style='display:block; white-space:pre;background:#ffe0e0;'>-TCLLIB_TARGETS=         @VENDOR_TCLLIB_INSTALL@
</span> 
 PREFIX=                        @prefix@
 DESTROOT=              @abs_top_builddir@/vendor/vendor-destroot
</pre><pre style='margin:0'>

</pre>