pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs Use the package "editors/emacs25" and no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e0916e681c7
branches:  trunk
changeset: 356446:3e0916e681c7
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Jan 01 02:06:46 2017 +0000

description:
Use the package "editors/emacs25" and not "editors/emacs-snapshot" for
the new default "emacs25".

diffstat:

 editors/emacs/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b76fcc863198 -r 3e0916e681c7 editors/emacs/Makefile.common
--- a/editors/emacs/Makefile.common     Sat Dec 31 23:06:51 2016 +0000
+++ b/editors/emacs/Makefile.common     Sun Jan 01 02:06:46 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2013/02/23 23:36:49 dholland Exp $
+# $NetBSD: Makefile.common,v 1.41 2017/01/01 02:06:46 tron Exp $
 #
 # used by editors/emacs/Makefile
 # used by editors/emacs-nox11/Makefile
@@ -38,7 +38,7 @@
 # (Set these to avoid crashing out below.)
 EMACS_PKGDIR=          ../../editors/xemacs
 EMACS_PACKAGE=         xemacs
-.elif ${MY_EMACS_TYPE} == "emacs25"
+.elif ${MY_EMACS_TYPE} == "emacs26"
 EMACS_PKGDIR=          ../../editors/emacs-snapshot
 EMACS_PACKAGE=         ${EMACS_BASE_TYPE}
 .elif !empty(MY_EMACS_TYPE:M*nox)



Home | Main Index | Thread Index | Old Index