Bug 264352 - lang/julia: Update to 1.7.3
Summary: lang/julia: Update to 1.7.3
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: https://github.com/JuliaLang/julia/co...
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2022-05-30 17:08 UTC by Eric Reardon
Modified: 2022-06-01 16:33 UTC (History)
1 user (show)

See Also:
fernape: merge-quarterly+


Attachments
update to 1.7.3 (107.84 KB, patch)
2022-05-30 17:08 UTC, Eric Reardon
rizor.reardon: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Reardon 2022-05-30 17:08:16 UTC
Created attachment 234330 [details]
update to 1.7.3

update to 1.7.3

This is a bugfix release:
https://github.com/JuliaLang/julia/releases/tag/v1.7.3

also patch to use system libz.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2022-05-30 23:49:58 UTC
Upstream doesnt appear to produce minor version release notes:

  https://www.reddit.com/r/Julia/comments/uy5x80/where_do_you_find_detailed_release_notes_for/

Best remaining option is commit delta: 

  https://github.com/JuliaLang/julia/compare/v1.7.2...v1.7.3

^Triage: Bugfix release: MFH
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-06-01 16:24:50 UTC
A commit in branch main references this bug:

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

commit 6f22f6eb1bbd996d87ddf08a7b3d3f4a1168bcc1
Author:     Eric Reardon <rizor.reardon@yahoo.com>
AuthorDate: 2022-05-31 05:05:10 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-06-01 16:21:47 +0000

    lang/julia: Update to 1.7.3

    ChangeLog: https://github.com/JuliaLang/julia/compare/v1.7.2...v1.7.3

    PR:     264352
    Reported by:    rizor.reardon@yahoo.com (maintainer)

 lang/julia/Makefile                                      | 11 +++--------
 lang/julia/distinfo                                      |  6 +++---
 lang/julia/files/patch-Makefile                          |  4 ++--
 lang/julia/files/patch-deps_llvm.mk (new)                | 11 +++++++++++
 ...f837a331fce023b31f1d3699700c_src_Curl_Multi.jl (gone) | 16 ----------------
 .../files/patch-stdlib_Zlib__jll_src_Zlib__jll.jl (new)  | 11 +++++++++++
 lang/julia/pkg-plist                                     |  5 +----
 7 files changed, 31 insertions(+), 33 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-06-01 16:32:52 UTC
A commit in branch 2022Q2 references this bug:

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

commit a82b2847de01b169947611f893bb342f0818cfcd
Author:     Eric Reardon <rizor.reardon@yahoo.com>
AuthorDate: 2022-05-31 05:05:10 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-06-01 16:28:50 +0000

    lang/julia: Update to 1.7.3

    ChangeLog: https://github.com/JuliaLang/julia/compare/v1.7.2...v1.7.3

    PR:     264352
    Reported by:    rizor.reardon@yahoo.com (maintainer)

    (cherry picked from commit 6f22f6eb1bbd996d87ddf08a7b3d3f4a1168bcc1)

 lang/julia/Makefile                                      | 11 +++--------
 lang/julia/distinfo                                      |  6 +++---
 lang/julia/files/patch-Makefile                          |  4 ++--
 lang/julia/files/patch-deps_llvm.mk (new)                | 11 +++++++++++
 ...f837a331fce023b31f1d3699700c_src_Curl_Multi.jl (gone) | 16 ----------------
 .../files/patch-stdlib_Zlib__jll_src_Zlib__jll.jl (new)  | 11 +++++++++++
 lang/julia/pkg-plist                                     |  5 +----
 7 files changed, 31 insertions(+), 33 deletions(-)
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2022-06-01 16:33:08 UTC
Committed and merged to 2022Q2

Thanks!