[Bug 285684] lang/clojure-mode.el: Update to version 5.19.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 27 Mar 2025 00:38:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285684

            Bug ID: 285684
           Summary: lang/clojure-mode.el: Update to version 5.19.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/clojure-emacs/clojure-mode
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: ports@zoltankiraly.com

Created attachment 259071
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=259071&action=edit
Patch to update lang/clojure-mode.el to version 5.19.0

I provide this update, but I'm not interested in taking on the maintainership
of this port at the moment.

Port changes:

- Add DISTVERSIONPREFIX= v (since version 5.14.0, the upstream release of
clojure-mode has switched to using the "v" prefix)

- Replace PORTVERSION with DISTVERSION
- Remove PORTREVISION

- Remove NO_BUILD=yes (and use the "do-build:" section to perform byte
compilation on the Elisp files, as other similar ports do)

- Update the "do-install" section to copy the Lisp files and the byte-compiled
files to their appropriate locations.

- Update the distinfo and pkg-plist files.


Changelog:

clojure-mode 5.19.0 (2024-05-26)

Bug fixes:
- Fix clojure-align when called from clojure-ts-mode major mode buffers.
- Syntax highlighting for digits after the first in % args. (e.g. %10)
- Change syntax class of ASCII control characters to punctuation, fixing
situations where carriage returns were being interpreted as symbols.

Changes: 
- Add .lpy to the list of known Clojure file extensions.

For the changelog of previous releases, see:
https://github.com/clojure-emacs/clojure-mode/blob/master/CHANGELOG.md

-- 
You are receiving this mail because:
You are the assignee for the bug.