Date: Sat, 24 Sep 2022 16:39:31 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 41671cfa49c9 - main - lang/crystal: Update to 1.5.1 Message-ID: <202209241639.28OGdVXM045608@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=41671cfa49c920b92faaa5971888e3d47d1462bd commit 41671cfa49c920b92faaa5971888e3d47d1462bd Author: Gian-Simon Purkert <gspurki@gmail.com> AuthorDate: 2022-09-22 15:50:19 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-09-24 16:35:54 +0000 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) --- lang/crystal/Makefile | 2 +- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209241639.28OGdVXM045608>