Received: by mail.netbsd.org (Postfix, from userid 605) id 4915F84E73; Thu, 15 Mar 2018 02:25:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5284084E72 for ; Thu, 15 Mar 2018 02:25:14 +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 kIsuVwZBcbtT for ; Thu, 15 Mar 2018 02:25:13 +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 B8ACD84D81 for ; Thu, 15 Mar 2018 02:25:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4793FB40; Thu, 15 Mar 2018 02:25:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152108071368070" MIME-Version: 1.0 Date: Thu, 15 Mar 2018 02:25:13 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/math To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20180315022513.B4793FB40@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. --_----------=_152108071368070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Thu Mar 15 02:25:13 UTC 2018 Modified Files: pkgsrc/math: Makefile Log Message: Add py-claripy To generate a diff of this commit: cvs rdiff -u -r1.372 -r1.373 pkgsrc/math/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152108071368070 Content-Disposition: inline Content-Length: 568 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.372 pkgsrc/math/Makefile:1.373 --- pkgsrc/math/Makefile:1.372 Tue Mar 13 00:36:57 2018 +++ pkgsrc/math/Makefile Thu Mar 15 02:25:13 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.372 2018/03/13 00:36:57 khorben Exp $ +# $NetBSD: Makefile,v 1.373 2018/03/15 02:25:13 khorben Exp $ COMMENT= Mathematics @@ -267,6 +267,7 @@ SUBDIR+= py-almost SUBDIR+= py-autograd SUBDIR+= py-bottleneck SUBDIR+= py-cdecimal +SUBDIR+= py-claripy SUBDIR+= py-ephem SUBDIR+= py-fftw SUBDIR+= py-fpconst --_----------=_152108071368070--