diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-05-31 01:18:05 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-05-31 01:18:05 +0000 |
commit | 107b408c3141f4a2d694fb7bb6f3809d48f62a04 (patch) | |
tree | 69a40aa3b0a3194344d14d8974e6df5255764104 /textproc/markdown-mode.el | |
parent | editors/emacs: Update to version 26.1 (diff) |
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
Notes
Notes:
svn path=/head/; revision=471191
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 a9dd6ff492d0..69bb5a00545b 100644 --- a/textproc/markdown-mode.el/Makefile +++ b/textproc/markdown-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= markdown-mode.el PORTVERSION= 2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://jblevins.org/projects/markdown-mode/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |