Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8A9C84D2E for ; Thu, 15 Jun 2023 11:38:41 +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 x9ytWOWizV7x for ; Thu, 15 Jun 2023 11:38:41 +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 4982584CFC for ; Thu, 15 Jun 2023 11:38:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DB65FA89; Thu, 15 Jun 2023 11:38:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686829121153010" MIME-Version: 1.0 Date: Thu, 15 Jun 2023 11:38:41 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-RcppEigen To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230615113841.3DB65FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686829121153010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Thu Jun 15 11:38:41 UTC 2023 Modified Files: pkgsrc/math/R-RcppEigen: buildlink3.mk Log Message: (math/R-RcppEigen) Update API_DEPENDS version To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/R-RcppEigen/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686829121153010 Content-Disposition: inline Content-Length: 814 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-RcppEigen/buildlink3.mk diff -u pkgsrc/math/R-RcppEigen/buildlink3.mk:1.2 pkgsrc/math/R-RcppEigen/buildlink3.mk:1.3 --- pkgsrc/math/R-RcppEigen/buildlink3.mk:1.2 Wed Jul 31 18:41:30 2019 +++ pkgsrc/math/R-RcppEigen/buildlink3.mk Thu Jun 15 11:38:41 2023 @@ -1,12 +1,13 @@ -# $NetBSD: buildlink3.mk,v 1.2 2019/07/31 18:41:30 brook Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2023/06/15 11:38:41 mef Exp $ BUILDLINK_TREE+= R-RcppEigen .if !defined(R_RCPPEIGEN_BUILDLINK3_MK) R_RCPPEIGEN_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.R-RcppEigen+= R-RcppEigen>=0.3.3.5.0 +BUILDLINK_API_DEPENDS.R-RcppEigen+= R-RcppEigen>=0.3.3.9.3 BUILDLINK_PKGSRCDIR.R-RcppEigen?= ../../math/R-RcppEigen -.endif # R_RCPPEIGEN_BUILDLINK3_MK + +.endif # R_RCPPEIGEN BUILDLINK_TREE+= -R-RcppEigen --_----------=_1686829121153010--