diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2024-06-23 12:51:19 -0300 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2024-06-23 19:10:50 -0300 |
commit | 3213a3f54a2975e0fe88154165e3aa3780ad2a1c (patch) | |
tree | 1f9aac6c852914ddb6603c7628a4e3200b448d6b /textproc/markdown-mode.el | |
parent | editors/emacs: Update to 24.4, an emergency bugfix release (diff) |
Chase editors/emacs update to 29.4
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish, yasu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45705
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 fa9f254dfab6..a1b9e7b53d5c 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.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |