diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-29 12:40:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-29 12:40:26 +0000 |
commit | 548c8706069f4f17137e473312973c78cf1cc3f6 (patch) | |
tree | f3226dbe3c37cf25f13ef6bde1a5a7152ab4f88c /mail/mew | |
parent | 8cce79e62cf7f4eb28ab34aaaf44d5f142e40027 (diff) | |
download | pkgsrc-548c8706069f4f17137e473312973c78cf1cc3f6.tar.gz |
emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions
As announced in
https://mail-index.netbsd.org/pkgsrc-users/2017/09/11/msg025563.html
This still leaves emacs20, emacs21, and the current version, emacs25.
Diffstat (limited to 'mail/mew')
-rw-r--r-- | mail/mew/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index fd9016d5d12..56462802df0 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2016/09/18 13:59:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.95 2017/09/29 12:40:27 wiz Exp $ DISTNAME= mew-6.7 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -20,8 +20,7 @@ INFO_FILES= yes GNU_CONFIGURE= yes -EMACS_VERSIONS_ACCEPTED= emacs25 emacs25nox emacs24 emacs24nox -EMACS_VERSIONS_ACCEPTED+= emacs23 emacs23nox emacs22 emacs22nox +EMACS_VERSIONS_ACCEPTED= emacs25 emacs25nox EMACS_VERSIONS_ACCEPTED+= emacs21 emacs21nox EMACS_MODULES+= base |