Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.18.0 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.18.0 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
2.18.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.18.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.18.0 10 Sep 2018 13:15:48 |
mat |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.18.0 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.18.0 08 Jun 2018 13:43:26 |
olgeni |
Transfer more Erlang ports to erlang@. |
2.18.0 13 May 2018 14:53:47 |
olgeni |
Update www/erlang-mochiweb to version 2.18.0. |
2.17.0 29 Aug 2017 14:11:55 |
olgeni |
Update www/erlang-mochiweb to version 2.17.0. |
2.16.0 04 Jan 2017 20:46:17 |
olgeni |
Update www/erlang-mochiweb to version 2.16.0. |
2.15.1 28 Jun 2016 14:07:03 |
olgeni |
Update www/erlang-mochiweb to version 2.15.1. |
2.15.0 09 May 2016 08:48:26 |
olgeni |
Update www/erlang-mochiweb to version 2.15.0. |
2.14.0 15 Apr 2016 09:39:19 |
olgeni |
Update www/erlang-mochiweb to version 2.14.0. |
2.13.1 22 Mar 2016 11:37:40 |
olgeni |
Update www/erlang-mochiweb to version 2.13.1. |
2.13.0 10 Feb 2016 22:30:07 |
olgeni |
Upgrade www/erlang-mochiweb to version 2.13.0. |
2.12.2_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.12.2 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. |