Skip to content

Commit

Permalink
lang/elixir-devel: update to 1.15.0-rc.0
Browse files Browse the repository at this point in the history
Summary:
- ChangeLog https://github.com/elixir-lang/elixir/releases/tag/v1.15.0-rc.0

This release requires Erlang/OTP 24 and later, and supports OTP26
already. Install the new port lang/erlang-runtime26, and prepend to your
PATH /usr/local/lib/erlang26/bin to use it.

Elixir v1.15 is a smaller release with focused improvements on
compilation and boot times. This release also completes our integration
process with Erlang/OTP logger, bringing new features such as log
rotation and compaction out of the box.

You will also find additional convenience functions in Code, Map,
Keyword, all Calendar modules, and others.

Sponsored by:	SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D40212
  • Loading branch information
dch committed May 25, 2023
1 parent 3db2993 commit f32cf5e
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 54 deletions.
5 changes: 2 additions & 3 deletions lang/elixir-devel/Makefile
@@ -1,9 +1,8 @@
PORTNAME= elixir
DISTVERSIONPREFIX= v
DISTVERSION= 1.14.3
PORTREVISION= 0
DISTVERSION= 1.15.0-rc.0
CATEGORIES= lang
MASTER_SITES+= https://github.com/elixir-lang/elixir/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/:doc
MASTER_SITES+= https://github.com/elixir-lang/elixir/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/:doc
PKGNAMESUFFIX= -devel
DISTFILES= Docs.zip:doc
DIST_SUBDIR= elixir/${PORTVERSION}
Expand Down
10 changes: 5 additions & 5 deletions lang/elixir-devel/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1674651974
SHA256 (elixir/1.14.3/Docs.zip) = e506781bbfb609720760849f9c1b17a87ee343e2f6320f6bcf3c6058fc5305ec
SIZE (elixir/1.14.3/Docs.zip) = 3970037
SHA256 (elixir/1.14.3/elixir-lang-elixir-v1.14.3_GH0.tar.gz) = bd464145257f36bd64f7ba8bed93b6499c50571b415c491b20267d27d7035707
SIZE (elixir/1.14.3/elixir-lang-elixir-v1.14.3_GH0.tar.gz) = 3086297
TIMESTAMP = 1684874042
SHA256 (elixir/1.15.0.r.0/Docs.zip) = 13429f529578bad2e461b550904fe980521540c4b3db9daa69371b28aff7df3d
SIZE (elixir/1.15.0.r.0/Docs.zip) = 4180541
SHA256 (elixir/1.15.0.r.0/elixir-lang-elixir-v1.15.0-rc.0_GH0.tar.gz) = 5a6ba65796a49af2fac8f39be5a4fef3c50c36534f54bb60f932f7be184ae401
SIZE (elixir/1.15.0.r.0/elixir-lang-elixir-v1.15.0-rc.0_GH0.tar.gz) = 3125455

0 comments on commit f32cf5e

Please sign in to comment.