aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.emacs.mk
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2017-10-05 02:00:34 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2017-10-05 02:00:34 +0000
commit95dc14fd6e099e46db4060908d8dd13b6e3d9eca (patch)
tree70fb7320d2202e035c64036f59f6953466de7ab4 /Mk/bsd.emacs.mk
parent106b6ae7603208ca0db12e9fb97e50b42f02cdbb (diff)
downloadports-95dc14fd6e099e46db4060908d8dd13b6e3d9eca.tar.gz
ports-95dc14fd6e099e46db4060908d8dd13b6e3d9eca.zip
editors/emacs-devel:
- Update to git snapshot 92045f4 - Add OPTION for LCMS2 support bsd.emacs.mk: - Update emacs-devel block to reflect change in Emacs version
Notes
Notes: svn path=/head/; revision=451265
Diffstat (limited to 'Mk/bsd.emacs.mk')
-rw-r--r--Mk/bsd.emacs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.emacs.mk b/Mk/bsd.emacs.mk
index 1dd61d5059a8..c80ba763aa22 100644
--- a/Mk/bsd.emacs.mk
+++ b/Mk/bsd.emacs.mk
@@ -83,8 +83,8 @@ PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME}
# Emacs-26.x (development version)
.elif (${EMACS_PORT_NAME} == "emacs-devel")
EMACS_NAME= emacs
-EMACS_VER= 26.0.50
-EMACS_MAJOR_VER= 26
+EMACS_VER= 27.0.50
+EMACS_MAJOR_VER= 27
EMACS_LIBDIR?= share/${EMACS_NAME}
EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER}
EMACS_PORTDIR= editors/emacs-devel