pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs



Module Name:    pkgsrc
Committed By:   tron
Date:           Sun Jan  1 02:06:46 UTC 2017

Modified Files:
        pkgsrc/editors/emacs: Makefile.common

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


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/editors/emacs/Makefile.common

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

Modified files:

Index: pkgsrc/editors/emacs/Makefile.common
diff -u pkgsrc/editors/emacs/Makefile.common:1.40 pkgsrc/editors/emacs/Makefile.common:1.41
--- pkgsrc/editors/emacs/Makefile.common:1.40   Sat Feb 23 23:36:49 2013
+++ pkgsrc/editors/emacs/Makefile.common        Sun Jan  1 02:06:46 2017
@@ -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 @@ PKG_FAIL_REASON+=     "EMACS_TYPE is xemacs.
 # (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