Received: by mail.netbsd.org (Postfix, from userid 605) id 14D7684DBD; Tue, 20 Dec 2022 13:09:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 42FC184D66 for ; Tue, 20 Dec 2022 13:09:48 +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 4E2pVAGi2yvv for ; Tue, 20 Dec 2022 13:09:47 +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 9678084CFC for ; Tue, 20 Dec 2022 13:09:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8AEA7FA90; Tue, 20 Dec 2022 13:09:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671541787289310" MIME-Version: 1.0 Date: Tue, 20 Dec 2022 13:09:47 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-pkgload To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20221220130947.8AEA7FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671541787289310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Dec 20 13:09:47 UTC 2022 Modified Files: pkgsrc/devel/R-pkgload: Makefile Log Message: (devel/R-pkgload) correction to R-fs version To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-pkgload/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671541787289310 Content-Disposition: inline Content-Length: 787 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-pkgload/Makefile diff -u pkgsrc/devel/R-pkgload/Makefile:1.6 pkgsrc/devel/R-pkgload/Makefile:1.7 --- pkgsrc/devel/R-pkgload/Makefile:1.6 Tue Dec 20 13:03:54 2022 +++ pkgsrc/devel/R-pkgload/Makefile Tue Dec 20 13:09:47 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/12/20 13:03:54 mef Exp $ +# $NetBSD: Makefile,v 1.7 2022/12/20 13:09:47 mef Exp $ R_PKGNAME= pkgload R_PKGVER= 1.3.2 @@ -9,7 +9,7 @@ COMMENT= Simulate package installation a LICENSE= gnu-gpl-v3 DEPENDS+= R-desc>=1.2.0:../../devel/R-desc -DEPENDS+= R-fs>=0.10:../../devel/R-fs +DEPENDS+= R-fs-[0-9]*:../../devel/R-fs DEPENDS+= R-pkgbuild>=1.0.4:../../devel/R-pkgbuild DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang DEPENDS+= R-rprojroot>=1.3.2:../../devel/R-rprojroot --_----------=_1671541787289310--