diff options
author | Gian-Simon Purkert <gspurki@gmail.com> | 2022-09-22 15:50:19 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-09-24 16:35:54 +0000 |
commit | 41671cfa49c920b92faaa5971888e3d47d1462bd (patch) | |
tree | e8af5116862fba97c8e71b556ee4eabbcdd1de0e | |
parent | 1095a33a4cb19f14b485a98aca16af2b6a2548de (diff) | |
download | ports-41671cfa49c920b92faaa5971888e3d47d1462bd.tar.gz ports-41671cfa49c920b92faaa5971888e3d47d1462bd.zip |
lang/crystal: Update to 1.5.1
ChangeLog: https://github.com/crystal-lang/crystal/releases/tag/1.5.1
* Fix Class#nilable? for recursive unions and root types
* Fix Float#abs and Number#format for -0.0
* Fix null dereference when passing empty slice to Base64.encode
* Do not check abstract def parameter names on abstract types and modules
* Compiler/codegen: reset @needs_value
* Fix homogeneous_aggregate? check for aarch64 types
* Compiler: don't eagerly check cast type
* Fix type restriction augmenter for Union(*T) and similar
* Formatter: Fix assign followed by comment
* Handle formatting annotated method parameters
* Update distribution-scripts
* Update distribution-scripts
* [CI] Bumping xcode to 13.4.1
PR: 266519
Reported by: gspurki@gmail.com
Approved by: greg@unrelenting.technology (maintainer, timeout > 2 weeks)
-rw-r--r-- | lang/crystal/Makefile | 2 | ||||
-rw-r--r-- | lang/crystal/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/crystal/Makefile b/lang/crystal/Makefile index ca9f4a5721bc..06db036b87ae 100644 --- a/lang/crystal/Makefile +++ b/lang/crystal/Makefile @@ -1,5 +1,5 @@ PORTNAME= crystal -DISTVERSION= 1.5.0 +DISTVERSION= 1.5.1 CATEGORIES= lang MASTER_SITES= https://dl.unrelenting.technology/crystal/:bootstrap DISTFILES= ${BOOTSTRAP_PATH}:bootstrap diff --git a/lang/crystal/distinfo b/lang/crystal/distinfo index fcc95891e7e3..1061faef0691 100644 --- a/lang/crystal/distinfo +++ b/lang/crystal/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1658681291 +TIMESTAMP = 1663684430 SHA256 (crystal/crystal-1.1.1-freebsd12-aarch64-llvm10) = 51433c9cff796da1423e2a6d77c87891cd7ba4cee37ef25322b2e801aba2b53b SIZE (crystal/crystal-1.1.1-freebsd12-aarch64-llvm10) = 11093864 -SHA256 (crystal/crystal-lang-crystal-1.5.0_GH0.tar.gz) = f53e459ef6c7227df922a76fb62e350c90d52d30bfaa84b90feda9731bb98655 -SIZE (crystal/crystal-lang-crystal-1.5.0_GH0.tar.gz) = 2909586 +SHA256 (crystal/crystal-lang-crystal-1.5.1_GH0.tar.gz) = d6d2ed257c688a81c68bad63a9796d34aab3a5667f7e3a86d22f9fce2f8c56fc +SIZE (crystal/crystal-lang-crystal-1.5.1_GH0.tar.gz) = 2911644 SHA256 (crystal/crystal-1.1.1-freebsd12-amd64-llvm10) = bceb45f9d886cfbfac866761dcb954788156908d3a54e35f58c9e3f716cf91ed SIZE (crystal/crystal-1.1.1-freebsd12-amd64-llvm10) = 11997032 |