pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/skk Remove emacs22 from supported versions



details:   https://anonhg.NetBSD.org/pkgsrc/rev/601bc31740a9
branches:  trunk
changeset: 359309:601bc31740a9
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Mar 06 10:00:15 2017 +0000

description:
Remove emacs22 from supported versions

diffstat:

 inputmethod/skk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b02aa3a85f03 -r 601bc31740a9 inputmethod/skk/Makefile
--- a/inputmethod/skk/Makefile  Mon Mar 06 09:58:51 2017 +0000
+++ b/inputmethod/skk/Makefile  Mon Mar 06 10:00:15 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2017/03/06 09:58:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2017/03/06 10:00:15 ryoon Exp $
 #
 
 DISTNAME=      ddskk-16.2
@@ -18,7 +18,7 @@
 EMACS_BUILDLINK=YES
 
 EMACS_VERSIONS_ACCEPTED=       emacs25 emacs25nox emacs24 emacs24nox
-EMACS_VERSIONS_ACCEPTED+=      emacs23 emacs23nox emacs22 emacs22nox
+EMACS_VERSIONS_ACCEPTED+=      emacs23 emacs23nox
 
 MAKE_FLAGS+=   EMACS=${EMACS_BIN:Q}
 MAKE_ENV=      prefix=${DESTDIR:Q}${PREFIX:Q} \



Home | Main Index | Thread Index | Old Index