<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/012cb5c830f26a941f4c3d6273aff7ea09a4aab2">https://github.com/macports/macports-ports/commit/012cb5c830f26a941f4c3d6273aff7ea09a4aab2</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 012cb5c830f sudo: set secure_path, update notes, and reorder configure.args
</span>012cb5c830f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 012cb5c830f26a941f4c3d6273aff7ea09a4aab2
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Wed Sep 4 16:01:41 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    sudo: set secure_path, update notes, and reorder configure.args
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/70680
</span>---
 sysutils/sudo/Portfile | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/sudo/Portfile b/sysutils/sudo/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3b7e4e12ca6..b19b2044ec4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/sudo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/sudo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortSystem          1.0
</span> name                sudo
 epoch               1
 version             1.9.16
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          sysutils security
 license             ISC
 maintainers         {mps @Schamschula}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,11 +46,12 @@ configure.args      --infodir=${prefix}/share/info \
</span>                     --mandir=${prefix}/share/man \
                     --sysconfdir=${prefix}/etc \
                     --with-env-editor \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --with-tty-tickets \
</span>                     --with-ignore-dot \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --with-rundir=${prefix}/var/run/sudo \
</span>                     --with-password-timeout=0 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --with-pam
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-pam \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-rundir=${prefix}/var/run/sudo \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-secure-path-value=/opt/local/sbin:/opt/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-tty-tickets
</span> 
 pre-destroot {
     if { [getuid] != 0 } {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,7 +80,9 @@ To complete the installation, run:
</span> 
 \t${prefix}/bin/sudo ${prefix}/sbin/visudo
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-Edit as necessary. (See the sudoers manpage for additional information.)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Edit as necessary. (See the sudoers and visudo manpages for additional information.)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Please note that you may need to edit 'defaults secure_path' in the sudoers file if you use a non-standard $PATH value
</span> "
 
 variant insults description {It can only be attributed to human error.} {
</pre><pre style='margin:0'>

</pre>