Created attachment 230875 [details] Patch to update lang/clojure to 1.10.3.1058 Hi, the attached patch updated lang/clojure and fixes a missing exec.jar file needed in some cases. Thanks to arca0 for reporting. Changelog --------- - bugfixes - add missing exec.jar file Kind regards, Jens
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=84bae19e793c0986e7329cc93accf47ce1c7f620 commit 84bae19e793c0986e7329cc93accf47ce1c7f620 Author: Jens Grassel <freebsd-ports@jan0sch.de> AuthorDate: 2022-01-17 07:50:29 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2022-01-17 07:53:36 +0000 lang/clojure: update to 1.10.3.1058 and fix missing exec.jar Port changes: - update to 1.10.3.1058 - install missing exec.jar[1] Upstream changes: https://clojure.org/releases/tools#v1.10.3.1058 PR: 261079[1], 261088 Reported by: arca0@pm.me, Jens Grassel <freebsd-ports@jan0sch.de> (maintainer) MFH: 2022Q1 (bug fix) lang/clojure/Makefile | 3 ++- lang/clojure/distinfo | 6 +++--- lang/clojure/pkg-plist | 1 + 3 files changed, 6 insertions(+), 4 deletions(-)
A commit in branch 2022Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=204e2730fae516a852552e5988792c1c876a2ea1 commit 204e2730fae516a852552e5988792c1c876a2ea1 Author: Jens Grassel <freebsd-ports@jan0sch.de> AuthorDate: 2022-01-17 07:50:29 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2022-01-17 07:55:38 +0000 lang/clojure: update to 1.10.3.1058 and fix missing exec.jar Port changes: - update to 1.10.3.1058 - install missing exec.jar[1] Upstream changes: https://clojure.org/releases/tools#v1.10.3.1058 PR: 261079[1], 261088 Reported by: arca0@pm.me, Jens Grassel <freebsd-ports@jan0sch.de> (maintainer) MFH: 2022Q1 (bug fix) (cherry picked from commit 84bae19e793c0986e7329cc93accf47ce1c7f620) lang/clojure/Makefile | 3 ++- lang/clojure/distinfo | 6 +++--- lang/clojure/pkg-plist | 1 + 3 files changed, 6 insertions(+), 4 deletions(-)
Committed, thanks!