Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5E9F84E86 for ; Sun, 17 Sep 2023 04:23:40 +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 Nst_HZjp6uoW for ; Sun, 17 Sep 2023 04:23:40 +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 39D7D84D13 for ; Sun, 17 Sep 2023 04:23:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2BC3DFBDB; Sun, 17 Sep 2023 04:23:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694924620178610" MIME-Version: 1.0 Date: Sun, 17 Sep 2023 04:23:40 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/editors/emacs-packages To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230917042340.2BC3DFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694924620178610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Sep 17 04:23:40 UTC 2023 Modified Files: pkgsrc/editors/emacs-packages: Makefile Log Message: (editors/emacs-packages) switch bbdb2 to bbdb3 To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/editors/emacs-packages/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694924620178610 Content-Disposition: inline Content-Length: 970 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/emacs-packages/Makefile diff -u pkgsrc/editors/emacs-packages/Makefile:1.36 pkgsrc/editors/emacs-packages/Makefile:1.37 --- pkgsrc/editors/emacs-packages/Makefile:1.36 Fri Sep 15 23:22:40 2023 +++ pkgsrc/editors/emacs-packages/Makefile Sun Sep 17 04:23:40 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2023/09/15 23:22:40 dholland Exp $ +# $NetBSD: Makefile,v 1.37 2023/09/17 04:23:40 mef Exp $ DISTNAME= emacs-packages-0.12 PKGREVISION= 3 @@ -22,7 +22,7 @@ DEPENDS+= ${EMACS_PKGNAME_PREFIX}apel-[0 .endif DEPENDS+= ${EMACS_PKGNAME_PREFIX}artist-[0-9]*:../../graphics/artist DEPENDS+= ${EMACS_PKGNAME_PREFIX}auctex-[0-9]*:../../print/auctex -DEPENDS+= ${EMACS_PKGNAME_PREFIX}bbdb2-[0-9]*:../../misc/bbdb2 +DEPENDS+= ${EMACS_PKGNAME_PREFIX}bbdb-[0-9]*:../../misc/bbdb3 .if defined(_EMACS_VERSION_EMACS_MAJOR) && ${_EMACS_VERSION_EMACS_MAJOR} == "20" DEPENDS+= ${EMACS_PKGNAME_PREFIX}calc-[0-9]*:../../math/calc .endif --_----------=_1694924620178610--