Bug 259923 - lang/crystal: update to 1.2.2
Summary: lang/crystal: update to 1.2.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords: needs-patch
Depends on:
Blocks:
 
Reported: 2021-11-18 18:24 UTC by Mohamed Akram
Modified: 2021-12-28 17:44 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (val)


Attachments
0001-lang-crystal-update-to-1.2.2.patch (56.28 KB, patch)
2021-12-27 23:26 UTC, Val Packett
val: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mohamed Akram 2021-11-18 18:24:05 UTC
The latest version supports LLVM 13.
Comment 1 Val Packett 2021-12-27 23:26:00 UTC
Created attachment 230473 [details]
0001-lang-crystal-update-to-1.2.2.patch

not tested on aarch64 yet, but should work as we're using the same bootstraps (yay for stable 1.x language)

I have not changed the default LLVM version yet as 10 is still the global LLVM_DEFAULT for ports. But now you can build with e.g. LLVM_VERSION=13.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-12-28 17:44:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d926f772494f184f24e52fc1d9749cd6b33bf22b

commit d926f772494f184f24e52fc1d9749cd6b33bf22b
Author:     Greg V <greg@unrelenting.technology>
AuthorDate: 2021-12-28 10:12:05 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2021-12-28 17:43:02 +0000

    lang/crystal: update to 1.2.2

    PR:     259923
    Reported by:    mohd.akram@outlook.com

 lang/crystal/Makefile  | 11 ++++++-----
 lang/crystal/distinfo  |  6 +++---
 lang/crystal/pkg-plist | 23 +++++++++++++++++------
 3 files changed, 26 insertions(+), 14 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2021-12-28 17:44:55 UTC
Committed,

Thanks!