diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-09-17 07:20:20 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-09-21 16:48:19 +0900 |
commit | 164249e86734bd23f17182913f13a3a3f346a3ca (patch) | |
tree | 96448fc6026754af4520f4e03c6cbf1ade5e748e /lang/clojure-mode.el | |
parent | sysutils/UEFITool: fix build on aarch64 (diff) |
editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.
ChangeLog: https://www.gnu.org/software/emacs/news/NEWS.28.2
PR: 266454
Exp-run by: antoine
Reviewed by: ashish, jrm
Differential Revision: https://reviews.freebsd.org/D36613
Diffstat (limited to 'lang/clojure-mode.el')
-rw-r--r-- | lang/clojure-mode.el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/clojure-mode.el/Makefile b/lang/clojure-mode.el/Makefile index 17c1f17da008..9cfce36095cb 100644 --- a/lang/clojure-mode.el/Makefile +++ b/lang/clojure-mode.el/Makefile @@ -1,6 +1,6 @@ PORTNAME= clojure-mode.el PORTVERSION= 5.11.0 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |