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...
LGTM
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
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
(In reply to Mathias.Picker from comment #3) Thanks for explanation, I understand it now
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(-)
Committed, thanks!