<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/ff90bcc0d6678ede80f1fa69a28840b6776d7d8c">https://github.com/macports/macports-ports/commit/ff90bcc0d6678ede80f1fa69a28840b6776d7d8c</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 ff90bcc  Fix typos (effect -> affect)
</span>ff90bcc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ff90bcc0d6678ede80f1fa69a28840b6776d7d8c
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Sep 22 04:08:34 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Fix typos (effect -> affect)
</span>---
 aqua/qt4-mac/Portfile            | 2 +-
 gnome/glom/Portfile              | 3 +--
 graphics/inkscape-devel/Portfile | 2 +-
 graphics/inkscape/Portfile       | 2 +-
 graphics/libcdr/Portfile         | 2 +-
 graphics/libvisio/Portfile       | 2 +-
 6 files changed, 6 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt4-mac/Portfile b/aqua/qt4-mac/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index da02bc8..19370a2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt4-mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt4-mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -337,7 +337,7 @@ if {${SDK} eq ""} {
</span> post-patch {
     # set ARCHES in configure (per the third patchfile above), for
     # building QMake.  join any 2 or more arch entries with the GCC
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # arch flag (join does not effect a single entry).  first "-arch"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # arch flag (join does not affect a single entry).  first "-arch"
</span>     # is already in place in the 'configure' script (since there has
     # to be at least 1 arch).
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/glom/Portfile b/gnome/glom/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index de127d8..a32e3d8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/glom/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/glom/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -96,8 +96,7 @@ post-activate {
</span>     system "${prefix}/bin/update-mime-database ${prefix}/share/mime"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# locale issues apparently only effect OS X 10.8 and earlier.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# locale issues apparently only affect OS X 10.8 and earlier.
</span> if {${os.major} < 12} {
 
 notes "
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/inkscape-devel/Portfile b/graphics/inkscape-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cfe66cf..38f281c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/inkscape-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/inkscape-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -75,7 +75,7 @@ universal_variant no
</span> 
 platform darwin {
 # on Sierra, building with clang optimization enabled causes crash at startup
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# issue effects both +x11 and +quartz builds
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# issue affects both +x11 and +quartz builds
</span>     if {${os.major} > 15} {
         configure.optflags  -O0
     }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/inkscape/Portfile b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1b839b4..c760d7f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,7 +69,7 @@ universal_variant no
</span> 
 platform darwin {
 # on Sierra, building with clang optimization enabled causes crash at startup
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# issue effects both +x11 and +quartz builds
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# issue affects both +x11 and +quartz builds
</span>     if {${os.major} > 15} {
         configure.optflags  -O0
     }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/libcdr/Portfile b/graphics/libcdr/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f3571f4..73894c9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/libcdr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/libcdr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,7 +49,7 @@ autoreconf.args -fvi
</span> # Typically this causes missing symbol errors during linking when LDFLAGS (legitimately) does not
 # include -lboost_system-mt.
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Asserting BOOST_SYSTEM_NO_DEPRECATED deactivates these aliases allowing this and other effected
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Asserting BOOST_SYSTEM_NO_DEPRECATED deactivates these aliases allowing this and other affected
</span> # ports to build as before.
 #
 # See http://www.boost.org/doc/libs/1_59_0/libs/system/doc/reference.html#Deprecated-names for details
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/libvisio/Portfile b/graphics/libvisio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 235a83e..fed98e7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/libvisio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/libvisio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +37,7 @@ autoreconf.args         -fvi
</span> # Typically this causes missing symbol errors during linking when LDFLAGS (legitimately) does not
 # include -lboost_system-mt.
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Asserting BOOST_SYSTEM_NO_DEPRECATED deactivates these aliases allowing this and other effected
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Asserting BOOST_SYSTEM_NO_DEPRECATED deactivates these aliases allowing this and other affected
</span> # ports to build as before.
 #
 # See http://www.boost.org/doc/libs/1_59_0/libs/system/doc/reference.html#Deprecated-names for details
</pre><pre style='margin:0'>

</pre>