Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EF67084E7E for ; Sun, 27 Aug 2023 14:52:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KRSu7-n8wlSm for ; Sun, 27 Aug 2023 14:52:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4616084D39 for ; Sun, 27 Aug 2023 14:52:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DB1BFBDB; Sun, 27 Aug 2023 14:52:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693147975248680" MIME-Version: 1.0 Date: Sun, 27 Aug 2023 14:52:55 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/misc/bbdb2 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20230827145255.3DB1BFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693147975248680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sun Aug 27 14:52:55 UTC 2023 Modified Files: pkgsrc/misc/bbdb2: Makefile Log Message: bbdb2: Drop emacs28 from ACCEPTED because it was reported failing after default was changed to 28. Reorganize EMACS_VERSIONS_ACCEPTED to make it eaiser to edit; NFCI. (It is true that I have no idea if this works for 27, and it is true that this is old and should likely be deleted. But that was true before this edit also.) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/bbdb2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693147975248680 Content-Disposition: inline Content-Length: 978 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/bbdb2/Makefile diff -u pkgsrc/misc/bbdb2/Makefile:1.1 pkgsrc/misc/bbdb2/Makefile:1.2 --- pkgsrc/misc/bbdb2/Makefile:1.1 Sun Jun 5 02:27:31 2022 +++ pkgsrc/misc/bbdb2/Makefile Sun Aug 27 14:52:55 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/06/05 02:27:31 mef Exp $ +# $NetBSD: Makefile,v 1.2 2023/08/27 14:52:55 gdt Exp $ DISTNAME= bbdb-2.35 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:C/bbdb/bbdb2/} @@ -11,9 +11,9 @@ COMMENT= Insidious Big Brother DataBase LICENSE= gnu-gpl-v1 # bbdb is included in xemacs-packages -EMACS_VERSIONS_ACCEPTED= emacs28 emacs27 emacs26 emacs25 emacs25nox emacs21 emacs21nox -EMACS_VERSIONS_ACCEPTED+= emacs28nox emacs27nox -EMACS_VERSIONS_ACCEPTED+= emacs26 emacs26nox +EMACS_VERSIONS_ACCEPTED= emacs27 emacs26 emacs25 +EMACS_VERSIONS_ACCEPTED+= emacs27nox emacs26nox emacs25nox +EMACS_VERSIONS_ACCEPTED+= emacs21 emacs21nox CONFLICTS+= xemacs-packages-[0-9]* # in case old one exists --_----------=_1693147975248680--