<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2f027ff38d1c2975e596247430a18f971162da58">https://github.com/macports/macports-ports/commit/2f027ff38d1c2975e596247430a18f971162da58</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 2f027ff38d1 initool: update to current upstream, drop now unneeded dep on coreutils
</span>2f027ff38d1 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 2f027ff38d1c2975e596247430a18f971162da58
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Thu Jul 27 19:30:56 2023 +0800
<span style='display:block; white-space:pre;color:#404040;'> initool: update to current upstream, drop now unneeded dep on coreutils
</span>---
sysutils/initool/Portfile | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/initool/Portfile b/sysutils/initool/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 678568143fb..54b855ec680 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/initool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/initool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,8 +4,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
PortGroup makefile 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup dbohdan initool 75e6b71307ef65ad0061d761acc11713c2ee16f0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-version 2023.06.21
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup dbohdan initool 5c260d5c15a46387a2749e1bacc33b52399f7b87
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version 2023.07.26
</span> revision 0
categories sysutils
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,22 +15,15 @@ long_description Initool lets you manipulate the contents of INI files from t
</span> It is a rewrite of an earlier program by the same developer called iniparse. \
Rather than modify INI files in place like iniparse, however, it prints \
the modified contents to standard output.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 17e1509f792ec47b6fbcb5c30986f6397aa2c9e1 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 6fafdb20508d7be49c29e39aab80690f15f2660398c7416291eb1bf4f2a3001f \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 10814
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 374355c6d4f002d5ddbef8b75fccd4972f604aa2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 a245a9eba9159e6bd49f4943be64bc29c58a58c71b70bde58bd7c468870a8549 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 11120
</span> github.tarball_from archive
depends_build-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- path:libexec/coreutils/libstdbuf.so:coreutils \
</span> port:mlton
depends_lib-append port:gmp
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://github.com/dbohdan/initool/issues/7
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-post-patch {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- reinplace "s,readlink,greadlink," ${worksrcpath}/test.sh
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- reinplace "s,mktemp,gmktemp," ${worksrcpath}/test.sh
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> destroot {
xinstall -d ${destroot}${prefix}/share/doc/${name}
move ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}
</pre><pre style='margin:0'>
</pre>