Skip to content

Commit

Permalink
initool: update to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed May 30, 2024
1 parent 65439eb commit 7d92f9e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions sysutils/initool/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup makefile 1.0

github.setup dbohdan initool 0.15.0 v
github.setup dbohdan initool 0.17.0 v
revision 0
epoch 1
categories sysutils ml
Expand All @@ -15,9 +15,9 @@ long_description Initool lets you manipulate the contents of INI files from t
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.
checksums rmd160 d326ca9b6e258ec137f156bd9bd5708bfb16c242 \
sha256 ce1f73fa3f6167c31f4dfd081d35a76743213890797441d2164cbdf03e7a6a20 \
size 18731
checksums rmd160 f2cc97ed8f07c5015b95ec2a12fc96683a9c4e3b \
sha256 2bb7d5c0724161e75a06272e201fc6213b2ca93607293639455ba7d5df6bf229 \
size 20257
github.tarball_from archive

depends_build-append \
Expand All @@ -30,5 +30,8 @@ destroot {
copy ${worksrcpath}/README.md ${destroot}${prefix}/share/doc/${name}
}

# https://github.com/dbohdan/initool/issues/17
use_parallel_build no

# MLton is not universal.
universal_variant no

0 comments on commit 7d92f9e

Please sign in to comment.