Commits

Benoit Chesneau authored and Perry E. Metzger committed fe8a0e19ff1
rrocksdb: update to 3.12

update rocksdb to version 3.12.0.
No tags

erlang/rebar3/Portfile

Modified
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.7.5
6 +github.setup erlang rebar3 3.12.0
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 10382bbe747d7b7a9d3b0b72dceb274d52406e24 \
28 - sha256 1f41a6ea8b8a1292e29a43e11f973284c51ed21a9b4d09cecb4c3d3a662fa034 \
29 - size 317161
27 +checksums rmd160 fa943d981ba8bec93198355b91fc5af1b59bd2e2 \
28 + sha256 b90a29b88fdacc5eecac47e0ef0c0ac213925088221a4625d665a28402f56870 \
29 + size 378085
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 {

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut