Bug 259923

Summary: lang/crystal: update to 1.2.2
Product: Ports & Packages Reporter: Mohamed Akram <mohd.akram>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape, lwhsu, val
Priority: --- Keywords: needs-patch
Version: LatestFlags: bugzilla: maintainer-feedback? (val)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
0001-lang-crystal-update-to-1.2.2.patch val: maintainer-approval+

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!