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 /textproc/markdown-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 'textproc/markdown-mode.el')
-rw-r--r-- | textproc/markdown-mode.el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/markdown-mode.el/Makefile b/textproc/markdown-mode.el/Makefile index 5f1dc563ef98..d5ac54df22af 100644 --- a/textproc/markdown-mode.el/Makefile +++ b/textproc/markdown-mode.el/Makefile @@ -1,7 +1,7 @@ PORTNAME= markdown-mode.el DISTVERSIONPREFIX= v DISTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |