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

</pre>
<p><a href="https://github.com/macports/macports-base/commit/c8c2cbc8b7e34029b1fbbdf43307e0e1f906e784">https://github.com/macports/macports-base/commit/c8c2cbc8b7e34029b1fbbdf43307e0e1f906e784</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 c8c2cbc  aclocal.m4: Fix typos in comments
</span>c8c2cbc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c8c2cbc8b7e34029b1fbbdf43307e0e1f906e784
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Dec 6 03:45:38 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    aclocal.m4: Fix typos in comments
</span>---
 aclocal.m4 | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aclocal.m4 b/aclocal.m4
</span><span style='display:block; white-space:pre;color:#808080;'>index 4236336..508464b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aclocal.m4
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aclocal.m4
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -584,7 +584,7 @@ AC_DEFUN([MP_CHECK_OLDLAYOUT],[
</span> # MP_CHECK_NOROOTPRIVILEGES
 #-------------------------------------------------
 AC_DEFUN([MP_CHECK_NOROOTPRIVILEGES],[
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        dnl if with user specifies --with-no-root-privileges,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   dnl if the user specifies --with-no-root-privileges,
</span>   dnl use current user and group.
        dnl use ~/Library/Tcl as Tcl package directory
        AC_REQUIRE([MP_PATH_MPCONFIGDIR])
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -616,8 +616,8 @@ AC_DEFUN([MP_CHECK_NOROOTPRIVILEGES],[
</span> # MP_CHECK_RUNUSER
 #-------------------------------------------------
 AC_DEFUN([MP_CHECK_RUNUSER],[
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        dnl if with user specifies --with-macports-user,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   dnl use it. otherwise default to platform defaults
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   dnl if the user specifies --with-macports-user,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   dnl use it, otherwise default to platform defaults
</span>   AC_REQUIRE([MP_PATH_MPCONFIGDIR])
 
        AC_ARG_WITH(macports-user, [AS_HELP_STRING([--with-macports-user=USER],[Specify user to drop privileges to, if possible, during compiles etc.])], [ RUNUSR=$withval ] )
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -635,7 +635,7 @@ AC_DEFUN([MP_CHECK_RUNUSER],[
</span> # MP_SHARED_DIRECTORY
 #-------------------------------------------------
 AC_DEFUN([MP_SHARED_DIRECTORY],[
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        dnl if with user specifies --with-shared-directory,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   dnl if the user specifies --with-shared-directory,
</span>   dnl use 0775 permissions for ${prefix} directories
        AC_REQUIRE([MP_PATH_MPCONFIGDIR])
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -653,8 +653,8 @@ AC_DEFUN([MP_SHARED_DIRECTORY],[
</span> # MP_CHECK_INSTALLUSER
 #-------------------------------------------------
 AC_DEFUN([MP_CHECK_INSTALLUSER],[
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        dnl if with user specifies --with-install-user,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   dnl use it. otherwise default to platform defaults
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   dnl if the user specifies --with-install-user,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   dnl use it, otherwise default to platform defaults
</span>   AC_REQUIRE([MP_PATH_MPCONFIGDIR])
 
        AC_ARG_WITH(install-user, [AS_HELP_STRING([--with-install-user=USER],[Specify user ownership of installed files])], [ DSTUSR=$withval ] )
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -671,8 +671,8 @@ AC_DEFUN([MP_CHECK_INSTALLUSER],[
</span> # MP_CHECK_INSTALLGROUP
 #-------------------------------------------------
 AC_DEFUN([MP_CHECK_INSTALLGROUP],[
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        dnl if with user specifies --with-install-group,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   dnl use it. otherwise default to platform defaults
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   dnl if the user specifies --with-install-group,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   dnl use it, otherwise default to platform defaults
</span>   AC_REQUIRE([MP_CHECK_INSTALLUSER])
 
        AC_ARG_WITH(install-group, [AS_HELP_STRING([--with-install-group=GROUP],[Specify group ownership of installed files])], [ DSTGRP=$withval ] )
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -702,8 +702,8 @@ AC_DEFUN([MP_CHECK_INSTALLGROUP],[
</span> # MP_DIRECTORY_MODE
 #-------------------------------------------------
 AC_DEFUN([MP_DIRECTORY_MODE],[
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        dnl if with user specifies --with-directory-mode,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   dnl use the specified permissions for ${prefix} directories
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   dnl if the user specifies --with-directory-mode,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   dnl use the specified permissions for ${prefix} directories,
</span>   dnl otherwise use 0755
        AC_REQUIRE([MP_PATH_MPCONFIGDIR])
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1346,7 +1346,7 @@ AC_DEFUN([MP_PLATFORM],[
</span> #       none.
 #
 # Requires:
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#       OS_PLATOFRM and OS_MAJOR from MP_PLATFORM.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#       OS_PLATFORM and OS_MAJOR from MP_PLATFORM.
</span> #
 # Depends:
 #       none.
</pre><pre style='margin:0'>

</pre>