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 /www/emacs-w3m | |
parent | cbd41e1dc155e34115118d440e0d05c2c6c25a65 (diff) |
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 'www/emacs-w3m')
-rw-r--r-- | www/emacs-w3m/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index e2acac997752..2dc23ab06236 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -3,6 +3,7 @@ PORTNAME= emacs-w3m PORTVERSION= 1.4.632.b.${SNAPDATE} +PORTREVISION= 1 CATEGORIES= www elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |