diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2020-08-12 18:30:06 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2020-08-12 18:30:06 +0000 |
commit | bea2b0b80255c7df1a22f967b34299a2bfaad9ca (patch) | |
tree | 9cd448f0266d934d79aafc6ae5f7cc25f6b2eaf0 /textproc/doc-mode.el/Makefile | |
parent | cbd41e1dc155e34115118d440e0d05c2c6c25a65 (diff) | |
download | ports-bea2b0b80255c7df1a22f967b34299a2bfaad9ca.tar.gz ports-bea2b0b80255c7df1a22f967b34299a2bfaad9ca.zip |
editors/emacs: Update to version 27.1
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.
Port changes:
- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
deskutils/howm, which now build
Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D23966
Notes
Notes:
svn path=/head/; revision=544763
Diffstat (limited to 'textproc/doc-mode.el/Makefile')
-rw-r--r-- | textproc/doc-mode.el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/doc-mode.el/Makefile b/textproc/doc-mode.el/Makefile index 6ef3a96b6d56..8f6852c5262c 100644 --- a/textproc/doc-mode.el/Makefile +++ b/textproc/doc-mode.el/Makefile @@ -3,7 +3,7 @@ PORTNAME= doc-mode.el PORTVERSION= 1.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= textproc elisp MASTER_SITES= SF/xpt/doc-mode/doc-mode-${PORTVERSION} PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |