Received: by mail.netbsd.org (Postfix, from userid 605) id 67A1484DE4; Sat, 3 Feb 2018 01:48:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E6D5784D5E for ; Sat, 3 Feb 2018 01:48:57 +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 WQ_WqT-_f_tt for ; Sat, 3 Feb 2018 01:48:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 896DB84C71 for ; Sat, 3 Feb 2018 01:48:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 87090FB40; Sat, 3 Feb 2018 01:48:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1517622537249780" MIME-Version: 1.0 Date: Sat, 3 Feb 2018 01:48:57 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/math To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180203014857.87090FB40@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. --_----------=_1517622537249780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Sat Feb 3 01:48:57 UTC 2018 Modified Files: pkgsrc/math: Makefile Log Message: math/Makefile: Add R-quadprog To generate a diff of this commit: cvs rdiff -u -r1.359 -r1.360 pkgsrc/math/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1517622537249780 Content-Disposition: inline Content-Length: 563 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.359 pkgsrc/math/Makefile:1.360 --- pkgsrc/math/Makefile:1.359 Thu Feb 1 16:58:03 2018 +++ pkgsrc/math/Makefile Sat Feb 3 01:48:57 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.359 2018/02/01 16:58:03 minskim Exp $ +# $NetBSD: Makefile,v 1.360 2018/02/03 01:48:57 minskim Exp $ COMMENT= Mathematics @@ -55,6 +55,7 @@ SUBDIR+= R-nloptr SUBDIR+= R-pbkrtest SUBDIR+= R-pixmap SUBDIR+= R-plyr +SUBDIR+= R-quadprog SUBDIR+= R-quantreg SUBDIR+= R-randomForest SUBDIR+= R-sgeostat --_----------=_1517622537249780--