Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.14.3 25 Jan 2023 19:42:29
    |
Dave Cottlehuber (dch)  |
lang/elixir-devel: update to 1.14.3 |
1.14.2 13 Dec 2022 09:29:10
    |
Dave Cottlehuber (dch)  |
lang/elixir-devel: allow Erlang/OTP version to be user-configured
Reported by: Pat Maddox <pat@patmaddox.com>
Sponsored by: SkunkWerks, GmbH |
1.14.2 14 Nov 2022 22:33:48
    |
Dave Cottlehuber (dch)  |
lang/elixir-devel: update to 1.14.2
ChangeLog: https://github.com/elixir-lang/elixir/releases/tag/v1.14.2 |
1.14.1 19 Oct 2022 08:07:40
    |
Dave Cottlehuber (dch)  |
lang/elixir-devel: update to 1.14.1
Changelog: https://github.com/elixir-lang/elixir/releases/tag/v1.14.1 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.14.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.14.0 02 Sep 2022 10:35:08
    |
Dave Cottlehuber (dch)  |
lang/elixir-devel: update to 1.14.0
- ChangeLog https://hexdocs.pm/elixir/1.14/changelog.html
Sponsored by: SkunkWerks, GmbH |
1.13.4_1 17 Jun 2022 20:04:53
    |
Dave Cottlehuber (dch)  |
lang/elixir-devel: remove hard dependency on erlang24
Since moving from OTP21 as default OTP in lang/erlang, to OTP24,
we no longer have incompatible bytecode versions between default
erlang and newer builds. Thus, there is no reason to hard-wire
the dependency when a simple PATH will work as expected.
Remove broken SRC as build option.
PR: 264046
PR: 257235
Reported by: Pat Maddox <pat@patmaddox.com>
Sponsored by: SkunkWerks, GmbH |
1.13.4 07 Apr 2022 12:06:20
    |
Dave Cottlehuber (dch)  |
lang/elixir-devel: update to 1.13.4 |
1.13.3 09 Feb 2022 16:50:13
    |
Dave Cottlehuber (dch)  |
lang/elixir-devel: update to 1.13.3
Sponsored by: SkunkWerks, GmbH |
1.13.2 15 Jan 2022 10:46:01
    |
Dave Cottlehuber (dch)  |
lang/elixir-devel: update to 1.13.2 |
1.13.1 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
1.13.1 21 Dec 2021 23:03:12
    |
Dave Cottlehuber (dch)  |
lang/elixir-devel: update to 1.13.1 |
1.13.0 04 Dec 2021 08:16:57
    |
Dave Cottlehuber (dch)  |
lang/elixir-devel: update to 1.13.0 |
1.12.3 30 Sep 2021 22:02:10
    |
Dave Cottlehuber (dch)  Author: Jimmy Olgeni |
lang/elixir-devel: apply portclippy fixes. |
1.12.3 05 Sep 2021 11:53:22
    |
Dave Cottlehuber (dch)  |
lang/elixir-devel: update to 1.12.3 |
1.12.2 02 Aug 2021 09:52:37
    |
Dave Cottlehuber (dch)  |
lang/elixir-devel: update to 1.12.2 |
1.12.1 20 Jun 2021 11:03:31
    |
Dave Cottlehuber (dch)  |
lang/elixir-devel: copied from lang/elixir & updated to 1.12.1
Targets the latest Elixir release, and requires latest available
Erlang as dependency.
Differential Revision: https://reviews.freebsd.org/D30490 |