<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/6919756be102113678b47daead043a8c852c0113">https://github.com/macports/macports-ports/commit/6919756be102113678b47daead043a8c852c0113</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6919756be102113678b47daead043a8c852c0113
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Jan 20 01:03:14 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    muniversal-1.0.tcl: Fix copyright date and typo in comment
</span>---
 _resources/port1.0/group/muniversal-1.0.tcl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/muniversal-1.0.tcl b/_resources/port1.0/group/muniversal-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 1fc18cf..4e4eea5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/muniversal-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/muniversal-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,6 @@
</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
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Copyright (c) 2009-2015 The MacPorts Project,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Copyright (c) 2009-2017 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;'>@@ -199,7 +199,7 @@ variant universal {
</span>     configure {
         # Fix inability to find nm when cross-compiling (#22224, #23431, #23687, #24477, et al)
         # TODO: I suspect we should remove this.  base doesn't do this, so I don't see why muniversal should.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        #       This also seems like a but in certain versions of autoconf, so ports should just autoreconf (or patch).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        #       This also seems like a bug in certain versions of autoconf, so ports should just autoreconf (or patch).
</span>         if {[file exists ${prefix}/bin/nm]} {
             # Fix some builds in trace mode for ports that do not simply overwrite depends_build.
             # port itself may happily check and execute files, but trace mode will prevent ${prefix}/bin/nm
</pre><pre style='margin:0'>

</pre>