From 210b6571621433403303d1cb0a24bcb077f0e68a Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Sun, 8 May 2022 11:12:53 -0500 Subject: [PATCH] rebar3: Update to 3.18.0 Closes: https://trac.macports.org/ticket/62962 --- erlang/rebar3/Portfile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/erlang/rebar3/Portfile b/erlang/rebar3/Portfile index ce3b90ba471e4..a3ca8ef5a5177 100644 --- a/erlang/rebar3/Portfile +++ b/erlang/rebar3/Portfile @@ -3,9 +3,13 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup erlang rebar3 3.12.0 +github.setup erlang rebar3 3.18.0 +revision 0 +checksums rmd160 a25d6e2b2c2ce07c2eb2ae99d2af669c8770ba15 \ + sha256 cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2 \ + size 436403 + categories erlang devel -platforms darwin maintainers {ciserlohn @ci42} supported_archs noarch license Apache-2 @@ -24,18 +28,15 @@ long_description Rebar3 will: respect and enforce standard Erlang/OTP \ treat documentation as a feature, and errors or lack of \ documentation as a bug. -checksums rmd160 fa943d981ba8bec93198355b91fc5af1b59bd2e2 \ - sha256 b90a29b88fdacc5eecac47e0ef0c0ac213925088221a4625d665a28402f56870 \ - size 378085 +github.tarball_from archive depends_lib port:erlang -# configure and build phase use_configure no + build.cmd ${worksrcpath}/bootstrap build.target -# destroot phase destroot { xinstall -m 755 ${worksrcpath}/rebar3 ${destroot}${prefix}/bin }