Received: by mail.netbsd.org (Postfix, from userid 605) id 0EC7284D39; Thu, 13 Sep 2018 14:21:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0CB3884D2D for ; Thu, 13 Sep 2018 14:21:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id G-r7epdyR7M9 for ; Thu, 13 Sep 2018 14:21:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6FA3784D04 for ; Thu, 13 Sep 2018 14:21:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66B21FBF8; Thu, 13 Sep 2018 14:21:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1536848482166230" MIME-Version: 1.0 Date: Thu, 13 Sep 2018 14:21:22 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/misc/bbdb To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180913142122.66B21FBF8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1536848482166230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Sep 13 14:21:22 UTC 2018 Modified Files: pkgsrc/misc/bbdb: Makefile Log Message: bbdb: Support emacs26. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/misc/bbdb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1536848482166230 Content-Disposition: inline Content-Length: 697 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/bbdb/Makefile diff -u pkgsrc/misc/bbdb/Makefile:1.33 pkgsrc/misc/bbdb/Makefile:1.34 --- pkgsrc/misc/bbdb/Makefile:1.33 Thu Jan 4 16:38:10 2018 +++ pkgsrc/misc/bbdb/Makefile Thu Sep 13 14:21:22 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2018/01/04 16:38:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.34 2018/09/13 14:21:22 jperkin Exp $ DISTNAME= bbdb-2.35 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -12,6 +12,7 @@ COMMENT= Insidious Big Brother DataBase # bbdb is included in xemacs-packages EMACS_VERSIONS_ACCEPTED= emacs25 emacs25nox emacs21 emacs21nox +EMACS_VERSIONS_ACCEPTED+= emacs26 emacs26nox CONFLICTS+= xemacs-packages-[0-9]* --_----------=_1536848482166230--