Received: by mail.netbsd.org (Postfix, from userid 605) id AB16784EA6; Tue, 27 Feb 2018 17:47:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0083D84E70 for ; Tue, 27 Feb 2018 17:47:13 +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 Hh08UbqGsV75 for ; Tue, 27 Feb 2018 17:47:12 +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 7AF7784D31 for ; Tue, 27 Feb 2018 17:47:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 783B8FB40; Tue, 27 Feb 2018 17:47:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519753632270570" MIME-Version: 1.0 Date: Tue, 27 Feb 2018 17:47:12 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/finance To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180227174712.783B8FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1519753632270570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Tue Feb 27 17:47:12 UTC 2018 Modified Files: pkgsrc/finance: Makefile Log Message: finance/Makefile: Add R-fBasics To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/finance/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519753632270570 Content-Disposition: inline Content-Length: 528 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/Makefile diff -u pkgsrc/finance/Makefile:1.57 pkgsrc/finance/Makefile:1.58 --- pkgsrc/finance/Makefile:1.57 Mon Feb 26 17:17:32 2018 +++ pkgsrc/finance/Makefile Tue Feb 27 17:47:12 2018 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.57 2018/02/26 17:17:32 minskim Exp $ +# $NetBSD: Makefile,v 1.58 2018/02/27 17:47:12 minskim Exp $ # COMMENT= Monetary, financial and related applications SUBDIR+= R-TTR +SUBDIR+= R-fBasics SUBDIR+= R-quantmod SUBDIR+= R-timeSeries SUBDIR+= cpuminer --_----------=_1519753632270570--