Bug 268126 - lang/clojure: Update to 1.11.1
Summary: lang/clojure: Update to 1.11.1
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: Nuno Teixeira
URL: https://clojure.org/releases/tools#_r...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-02 12:04 UTC by Mathias.Picker
Modified: 2022-12-03 00:20 UTC (History)
2 users (show)

See Also:
freebsd-ports: maintainer-feedback+


Attachments
Patch to update lang/clojure to 1.11.1.1120 (1.39 KB, patch)
2022-12-02 12:04 UTC, Mathias.Picker
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathias.Picker 2022-12-02 12:04:29 UTC
Created attachment 238489 [details]
Patch to update lang/clojure to 1.11.1.1120

Update clojure to 1.11.1.

This version was released on 2022APR05.

Builds cleanly on 13-STABLE.

Needed this for updated tools api...
Comment 1 Jens Grassel 2022-12-02 12:11:51 UTC
LGTM
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-12-02 18:58:59 UTC
Could you elucidate me about portversion = 1.11.1.1120 ?
Where .1120 comes from?

Stable Release: 1.11.1 (Apr 5, 2022)
https://github.com/clojure/clojure/archive/refs/tags/clojure-1.11.1.tar.gz

Thanks
Comment 3 Mathias.Picker 2022-12-02 23:25:18 UTC
Hi Nuno,

what you have is the source for the clojure jar only, the port installs the clojure jar and command line utilities, the things one actually wants in a port/pkg.

See https://clojure.org/releases/tools

1120 is the tools (cli) release number, as far as I understand it, and it should be 1200 :)

For some reason I wrote 1120 in the bug report, but it is 1200. Tired I guess... 
It's correct in the makefile & patch, though.

Thanks for looking into this,

Mathias
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2022-12-03 00:14:52 UTC
(In reply to Mathias.Picker from comment #3)

Thanks for explanation, I understand it now
Comment 5 commit-hook freebsd_committer freebsd_triage 2022-12-03 00:19:41 UTC
A commit in branch main references this bug:

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

commit bdb5353bacce3707246af64f1112bcd640fa8bee
Author:     Mathias Picker <Mathias.Picker@virtual-earth.de>
AuthorDate: 2022-12-03 00:15:26 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-12-03 00:18:08 +0000

    lang/clojure: Update to 1.11.1

    ChangeLog:      https://github.com/clojure/clojure/blob/master/changes.md
                    https://clojure.org/releases/tools#_releases
    PR:             268126

 lang/clojure/Makefile | 4 ++--
 lang/clojure/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
Comment 6 Nuno Teixeira freebsd_committer freebsd_triage 2022-12-03 00:20:11 UTC
Committed, thanks!