Skip to content

Commit

Permalink
aide: update to 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
herbygillot committed Jun 1, 2023
1 parent 5ee743c commit ccb9f8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions security/aide/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
PortSystem 1.0
PortGroup github 1.0

github.setup aide aide 0.18.2 v
checksums rmd160 6bb48667616e19c51309b97e2909d37f81f4fb4a \
sha256 afe4edb91b5fe2a8c8f82b7e541260c9e1faa645bd59de155d9840f2fd46fc58 \
size 163194
github.setup aide aide 0.18.3 v
checksums rmd160 6ba68241d37bef903e3133eaf51472a99ca9949d \
sha256 ec7d91b3577791595531925e3601b7110f1c8946cc5cca7aa7308adb09cabf06 \
size 163272
categories security
license GPL-2
maintainers nomaintainer
Expand Down Expand Up @@ -73,7 +73,7 @@ post-destroot {
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}/
xinstall -m 755 ${filespath}/aide-check.cron ${destroot}${prefix}/libexec/${name}/
xinstall -m 0755 ${filespath}/aide-check.cron ${destroot}${prefix}/libexec/${name}/
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
Expand Down

0 comments on commit ccb9f8d

Please sign in to comment.