Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.11_2 28 Jun 2022 06:32:30 |
Dave Cottlehuber (dch) |
*/*: Remove expired erlang and elixir ports
The rebar, rebar3 and mix tools are now more than a decade old, and are
the preferred ways to fetch and install specific erlang and elixir
modules, aside from core compilers, documentation, and custom build
tools.
See UPDATING and MOVED for details.
https://www.freebsd.org/status/report-2021-07-2021-09/#_freebsd_erlang_ecosystem_ports_update
archivers/erlang-snappy
converters/erlang-base64url
databases/elixir-calecto
databases/elixir-db_connection (Only the first 15 lines of the commit message are shown above ) |
2.0.11_2 30 Sep 2021 22:02:20 |
Dave Cottlehuber (dch) Author: Jimmy Olgeni |
devel/erlang-cuttlefish: mark as BROKEN (unsupported Erlang 24). |
2.0.11_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0.11_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.11_2 11 Jan 2020 10:50:37 |
rene |
erlang/cuttlefish: fix build
PR: 238279 [1]
PR: 238676 [2]
Submitted by: fbsdports@westryn.net [1]
Submitted by: dewayne@heuristicsystems.com.au [2]
MFH: 2020Q1 |
2.0.11_2 10 Dec 2019 09:02:43 |
antoine |
Deprecate ports broken for too long |
2.0.11_2 03 Jun 2019 10:55:48 |
antoine |
Mark BROKEN: fails to build
ERROR: OTP release 21 does not match required regex R16|17|18|19|20
Reported by: pkg-fallout |
2.0.11_2 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.0.11_2 08 Jun 2018 13:43:26 |
olgeni |
Transfer more Erlang ports to erlang@. |
2.0.11_2 07 May 2018 20:02:54 |
olgeni |
devel/erlang-cuttlefish: update distfile checksum.
The diff with the old distfile matches commit 4f436ba on GitHub, "Add
inet_dist_use_interface setting to erlang_vm.schema" (issue 232).
PR: 227978
Submitted by: dewayne@heuristicsystems.com.au |
2.0.11_1 23 Jun 2017 13:50:20 |
olgeni |
Fix some Erlang ports for version 20.0. |
2.0.11 04 Jan 2017 20:45:21 |
olgeni |
Update devel/erlang-cuttlefish to version 2.0.11. |
2.0.10 12 Oct 2016 13:14:00 |
olgeni |
Update devel/erlang-cuttlefish to version 2.0.10. |
2.0.9 02 Oct 2016 22:50:01 |
olgeni |
Update devel/erlang-cuttlefish to version 2.0.9. |
2.0.7 12 Jul 2016 14:27:10 |
olgeni |
Patch devel/erlang-cuttlefish for upcoming Erlang 19. |
2.0.7 07 Jul 2016 11:35:38 |
olgeni |
Update devel/erlang-cuttlefish version 2.0.7. |
2.0.6 24 Feb 2016 15:24:23 |
olgeni |
Update devel/erlang-cuttlefish to version 2.0.6. |
2.0.5 14 Oct 2015 03:15:14 |
olgeni |
Upgrade devel/erlang-cuttlefish to version 2.0.5 |
2.0.4 21 Jul 2015 12:27:28 |
olgeni |
Upgrade to version 2.0.4 and sort dependencies. |
2.0.3_1 06 Jul 2015 22:34:12 |
olgeni |
Update the remaining Erlang ports to use erlang.mk.
A few mistakes in plists came up, so these ports get a PORTREVISION bump.
Some of the older ports are still left out. |
2.0.3 06 Jul 2015 10:55:36 |
olgeni |
Some patch files were meant to get rid of {vsn, git} in rebar.config;
replace them with REINPLACE_CMD. |
2.0.3 27 Jun 2015 12:54:12 |
olgeni |
Sorting out some Erlang stuff:
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.
The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names. |