pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(emacs-git/modules.mk) Add emacs27. We need also editors/emacs26



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX2) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Mon Sep 18 23:25:52 2017 +0900
Changeset:	024c80b6d4dcd3a46718fe66b3ae9fb6b80a0760

Modified Files:
	emacs-git/modules.mk

Log Message:
(emacs-git/modules.mk) Add emacs27. We need also editors/emacs26

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=024c80b6d4dcd3a46718fe66b3ae9fb6b80a0760

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 emacs-git/modules.mk | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/emacs-git/modules.mk b/emacs-git/modules.mk
index b9ef5b47ed..f1b154c1a9 100644
--- a/emacs-git/modules.mk
+++ b/emacs-git/modules.mk
@@ -228,7 +228,7 @@ BUILD_DEFS_EFFECTS+=	${_SYS_VARS.emacs}
 
 _EMACS_VERSIONS_ALL= \
 	emacs20 emacs21 emacs21nox emacs22 emacs22nox emacs23 emacs23nox \
-	emacs24 emacs24nox emacs25 emacs26\
+	emacs24 emacs24nox emacs25 emacs26 emacs27\
 	xemacs214 xemacs214nox xemacs215 xemacs215nox
 
 _EMACS_PKGDIR_MAP= \
@@ -243,7 +243,8 @@ _EMACS_PKGDIR_MAP= \
 	emacs24nox@../../editors/emacs24-nox11 \
 	emacs25@../../editors/emacs25 \
 	emacs25nox@../../editors/emacs25-nox11 \
-	emacs26@../../wip/emacs-git \
+	emacs26@../../editors/emacs26 \
+	emacs27@../../wip/emacs-git \
 	xemacs214@../../editors/xemacs \
 	xemacs214nox@../../editors/xemacs-nox11 \
 	xemacs215@../../editors/xemacs-current \


Home | Main Index | Thread Index | Old Index