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 /misc/bbdb | |
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 'misc/bbdb')
-rw-r--r-- | misc/bbdb/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/bbdb/Makefile b/misc/bbdb/Makefile index 8a5ad2a6f40..9e928869a03 100644 --- a/misc/bbdb/Makefile +++ b/misc/bbdb/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2017/08/01 14:59:02 wiz Exp $ -# +# $NetBSD: Makefile,v 1.32 2017/09/29 12:40:28 wiz Exp $ DISTNAME= bbdb-2.35 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -12,9 +11,7 @@ HOMEPAGE= https://sourceforge.net/projects/bbdb/ COMMENT= Insidious Big Brother DataBase, a rolodex-like database Emacs program # bbdb is included in xemacs-packages -EMACS_VERSIONS_ACCEPTED= emacs25 \ - emacs24 emacs24nox emacs23 emacs23nox \ - emacs22 emacs22nox emacs21 emacs21nox \ +EMACS_VERSIONS_ACCEPTED= emacs25 emacs21 emacs21nox CONFLICTS+= xemacs-packages-[0-9]* |