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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ccb9f8d6c91e17598161d810b4a16b679c5a9b09">https://github.com/macports/macports-ports/commit/ccb9f8d6c91e17598161d810b4a16b679c5a9b09</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 ccb9f8d6c91 aide: update to 0.18.3
</span>ccb9f8d6c91 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ccb9f8d6c91e17598161d810b4a16b679c5a9b09
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Wed May 31 22:14:06 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    aide: update to 0.18.3
</span>---
 security/aide/Portfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/aide/Portfile b/security/aide/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index aac8ee9e03c..72e4e15d134 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/aide/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/aide/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,10 +3,10 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        aide aide 0.18.2 v
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  6bb48667616e19c51309b97e2909d37f81f4fb4a \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  afe4edb91b5fe2a8c8f82b7e541260c9e1faa645bd59de155d9840f2fd46fc58 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    163194
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        aide aide 0.18.3 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  6ba68241d37bef903e3133eaf51472a99ca9949d \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  ec7d91b3577791595531925e3601b7110f1c8946cc5cca7aa7308adb09cabf06 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    163272
</span> categories          security
 license             GPL-2
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,7 +73,7 @@ post-destroot {
</span>     reinplace "s|%%PREFIX%%|${prefix}|g" ${destroot}${prefix}/share/examples/${name}/aide.conf
     copy ${worksrcpath}/contrib ${destroot}${prefix}/share/examples/${name}/
     copy ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 755 ${filespath}/aide-check.cron ${destroot}${prefix}/libexec/${name}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0755 ${filespath}/aide-check.cron ${destroot}${prefix}/libexec/${name}/
</span>     reinplace "s|%%PREFIX%%|${prefix}|g" ${destroot}${prefix}/libexec/${name}/aide-check.cron
     copy ${filespath}/org.macports.aide.plist ${destroot}${prefix}/Library/LaunchDaemons/
     reinplace "s|%%PREFIX%%|${prefix}|g" ${destroot}${prefix}/Library/LaunchDaemons/org.macports.aide.plist
</pre><pre style='margin:0'>

</pre>