Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB38484F62 for ; Tue, 4 Jul 2023 13:49:51 +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 xu6rP7x2VJe2 for ; Tue, 4 Jul 2023 13:49:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 17BDA84D44 for ; Tue, 4 Jul 2023 13:49:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 110ECFA89; Tue, 4 Jul 2023 13:49:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168847859156120" MIME-Version: 1.0 Date: Tue, 4 Jul 2023 13:49:51 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/MoarVM To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230704134951.110ECFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168847859156120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Jul 4 13:49:51 UTC 2023 Modified Files: pkgsrc/devel/MoarVM: buildlink3.mk Log Message: (devel/MoarVM) Update buildlink3.mk as well, sorry being late To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/MoarVM/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168847859156120 Content-Disposition: inline Content-Length: 806 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/MoarVM/buildlink3.mk diff -u pkgsrc/devel/MoarVM/buildlink3.mk:1.12 pkgsrc/devel/MoarVM/buildlink3.mk:1.13 --- pkgsrc/devel/MoarVM/buildlink3.mk:1.12 Wed May 24 14:38:35 2023 +++ pkgsrc/devel/MoarVM/buildlink3.mk Tue Jul 4 13:49:50 2023 @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.12 2023/05/24 14:38:35 mef Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2023/07/04 13:49:50 mef Exp $ BUILDLINK_TREE+= MoarVM .if !defined(MOARVM_BUILDLINK3_MK) MOARVM_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.MoarVM+= MoarVM>=2023.04 -BUILDLINK_ABI_DEPENDS.MoarVM+= MoarVM>=2023.04 +BUILDLINK_API_DEPENDS.MoarVM+= MoarVM>=2023.06 +BUILDLINK_ABI_DEPENDS.MoarVM+= MoarVM>=2023.06 BUILDLINK_PKGSRCDIR.MoarVM?= ../../devel/MoarVM .include "../../devel/libatomic_ops/buildlink3.mk" --_----------=_168847859156120--