Bug 261088 - lang/clojure Update to 1.10.3.1058 and fix missing exec.jar
Summary: lang/clojure Update to 1.10.3.1058 and fix missing exec.jar
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: Hiroki Tagato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-10 13:40 UTC by Jens Grassel
Modified: 2022-01-17 07:56 UTC (History)
1 user (show)

See Also:


Attachments
Patch to update lang/clojure to 1.10.3.1058 (1.65 KB, patch)
2022-01-10 13:40 UTC, Jens Grassel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Grassel 2022-01-10 13:40:40 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-01-17 07:54:59 UTC
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(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-01-17 07:56:00 UTC
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(-)
Comment 3 Hiroki Tagato freebsd_committer freebsd_triage 2022-01-17 07:56:50 UTC
Committed, thanks!