Commits
Christoph Iserlohn authored a23e87fb79a
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 - | github.setup erlang rebar3 3.6.1 |
6 + | github.setup erlang rebar3 3.7.5 |
7 7 | categories erlang devel |
8 8 | platforms darwin |
9 9 | maintainers {ciserlohn @ci42} |
10 10 | supported_archs noarch |
11 11 | license Apache-2 |
12 12 | |
13 13 | description Rebar3 is an Erlang tool that makes it easy to create, \ |
14 14 | develop, and release Erlang libraries, applications, and \ |
15 15 | systems in a repeatable manner. |
16 16 | |
17 17 | long_description Rebar3 will: respect and enforce standard Erlang/OTP \ |
18 18 | conventions for project structure so they are easily \ |
19 19 | reusable by the community\; manage source dependencies and \ |
20 20 | Erlang packages while ensuring repeatable builds\; \ |
21 21 | handle build artifacts, paths, and libraries such that \ |
22 22 | standard development tools can be used without a headache\; \ |
23 23 | adapt to projects of all sizes on almost any platform\; \ |
24 24 | treat documentation as a feature, and errors or lack of \ |
25 25 | documentation as a bug. |
26 26 | |
27 - | checksums rmd160 42c4fc6dae8170951c8b18491fd54ed6ad703348 \ |
28 - | sha256 8eff331236428782aee7c68a4c666c8daa546981684da59b93e5282bc1b657fd \ |
29 - | size 289029 |
27 + | checksums rmd160 10382bbe747d7b7a9d3b0b72dceb274d52406e24 \ |
28 + | sha256 1f41a6ea8b8a1292e29a43e11f973284c51ed21a9b4d09cecb4c3d3a662fa034 \ |
29 + | size 317161 |
30 30 | |
31 31 | depends_lib port:erlang |
32 32 | |
33 33 | # configure and build phase |
34 34 | use_configure no |
35 35 | build.cmd ${worksrcpath}/bootstrap |
36 36 | build.target |
37 37 | |
38 38 | # destroot phase |
39 39 | destroot { |