Received: by mail.netbsd.org (Postfix, from userid 605) id C854A84D9B; Sun, 5 Jun 2022 02:38:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 09BB284D54 for ; Sun, 5 Jun 2022 02:38:01 +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 w-ihtWIqe4qS for ; Sun, 5 Jun 2022 02:38:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6D79584CF9 for ; Sun, 5 Jun 2022 02:38:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 189DEFB19; Sun, 5 Jun 2022 02:36:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165439660223840" MIME-Version: 1.0 Date: Sun, 5 Jun 2022 02:36:42 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/mail To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220605023642.189DEFB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165439660223840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 5 02:36:42 UTC 2022 Modified Files: pkgsrc/mail/vm: Makefile pkgsrc/mail/wl: Makefile pkgsrc/mail/wl-snapshot: Makefile Log Message: (mail/vm,wl,wl-snapshot) buildlink3.mk to bbdb2 just renamed To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/mail/vm/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/mail/wl/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/wl-snapshot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165439660223840 Content-Disposition: inline Content-Length: 2169 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/vm/Makefile diff -u pkgsrc/mail/vm/Makefile:1.45 pkgsrc/mail/vm/Makefile:1.46 --- pkgsrc/mail/vm/Makefile:1.45 Sat May 14 22:25:38 2022 +++ pkgsrc/mail/vm/Makefile Sun Jun 5 02:36:41 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2022/05/14 22:25:38 dholland Exp $ +# $NetBSD: Makefile,v 1.46 2022/06/05 02:36:41 mef Exp $ DISTNAME= vm-8.2.0b PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -31,5 +31,5 @@ PIXMAPDIR.xemacs= ${EMACS_LISPPREFIX:H}/ .include "../../editors/emacs/modules.mk" -.include "../../misc/bbdb/buildlink3.mk" +.include "../../misc/bbdb2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/mail/wl/Makefile diff -u pkgsrc/mail/wl/Makefile:1.53 pkgsrc/mail/wl/Makefile:1.54 --- pkgsrc/mail/wl/Makefile:1.53 Sat May 14 22:25:39 2022 +++ pkgsrc/mail/wl/Makefile Sun Jun 5 02:36:41 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2022/05/14 22:25:39 dholland Exp $ +# $NetBSD: Makefile,v 1.54 2022/06/05 02:36:41 mef Exp $ DISTNAME= wl-2.14.0 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -48,6 +48,6 @@ post-install: .include "../../devel/apel/buildlink3.mk" .include "../../devel/semi/buildlink3.mk" -.include "../../misc/bbdb/buildlink3.mk" +.include "../../misc/bbdb2/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/mail/wl-snapshot/Makefile diff -u pkgsrc/mail/wl-snapshot/Makefile:1.13 pkgsrc/mail/wl-snapshot/Makefile:1.14 --- pkgsrc/mail/wl-snapshot/Makefile:1.13 Sat May 14 22:25:39 2022 +++ pkgsrc/mail/wl-snapshot/Makefile Sun Jun 5 02:36:41 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2022/05/14 22:25:39 dholland Exp $ +# $NetBSD: Makefile,v 1.14 2022/06/05 02:36:41 mef Exp $ DISTNAME= wl-beta_2.15.9+0.20190919 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/beta_//:S/+0//} @@ -42,7 +42,7 @@ EMACS_BUILDLINK= # empty .include "../../devel/apel/buildlink3.mk" .include "../../devel/semi/buildlink3.mk" .include "../../editors/emacs/modules.mk" -.include "../../misc/bbdb/buildlink3.mk" +.include "../../misc/bbdb2/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" post-install: --_----------=_165439660223840--