Received: by mail.netbsd.org (Postfix, from userid 605) id 6D72184D43; Thu, 17 Aug 2017 13:52:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 013B684D41 for ; Thu, 17 Aug 2017 13:52:13 +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 bLvVqCzBUQzk for ; Thu, 17 Aug 2017 13:52:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 970B784D2C for ; Thu, 17 Aug 2017 13:52:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 925A2FAD0; Thu, 17 Aug 2017 13:52:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502977932245830" MIME-Version: 1.0 Date: Thu, 17 Aug 2017 13:52:12 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/math To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20170817135212.925A2FAD0@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. --_----------=_1502977932245830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Aug 17 13:52:12 UTC 2017 Modified Files: pkgsrc/math: Makefile Log Message: Add p5-Math-Utils To generate a diff of this commit: cvs rdiff -u -r1.342 -r1.343 pkgsrc/math/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502977932245830 Content-Disposition: inline Content-Length: 614 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.342 pkgsrc/math/Makefile:1.343 --- pkgsrc/math/Makefile:1.342 Thu Aug 17 02:05:52 2017 +++ pkgsrc/math/Makefile Thu Aug 17 13:52:12 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.342 2017/08/17 02:05:52 gavan Exp $ +# $NetBSD: Makefile,v 1.343 2017/08/17 13:52:12 wen Exp $ COMMENT= Mathematics @@ -210,6 +210,7 @@ SUBDIR+= p5-Math-Random-MT-Auto SUBDIR+= p5-Math-Random-MT-Perl SUBDIR+= p5-Math-Round SUBDIR+= p5-Math-Spline +SUBDIR+= p5-Math-Utils SUBDIR+= p5-Math-VecStat SUBDIR+= p5-Number-Compare SUBDIR+= p5-Number-Latin --_----------=_1502977932245830--