From owner-svn-ports-head@freebsd.org Tue Oct 10 11:57:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D2E2E2E84C; Tue, 10 Oct 2017 11:57:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AA757E31F; Tue, 10 Oct 2017 11:57:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9ABvHM6056477; Tue, 10 Oct 2017 11:57:17 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9ABvHcp056474; Tue, 10 Oct 2017 11:57:17 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201710101157.v9ABvHcp056474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 10 Oct 2017 11:57:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451696 - head/math/py-mpmath X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/math/py-mpmath X-SVN-Commit-Revision: 451696 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2017 11:57:18 -0000 Author: wen Date: Tue Oct 10 11:57:17 2017 New Revision: 451696 URL: https://svnweb.freebsd.org/changeset/ports/451696 Log: - Update to 1.0.0 - Update WWW Modified: head/math/py-mpmath/Makefile head/math/py-mpmath/distinfo head/math/py-mpmath/pkg-descr Modified: head/math/py-mpmath/Makefile ============================================================================== --- head/math/py-mpmath/Makefile Tue Oct 10 11:47:19 2017 (r451695) +++ head/math/py-mpmath/Makefile Tue Oct 10 11:57:17 2017 (r451696) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpmath -PORTVERSION= 0.19 +PORTVERSION= 1.0.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-mpmath/distinfo ============================================================================== --- head/math/py-mpmath/distinfo Tue Oct 10 11:47:19 2017 (r451695) +++ head/math/py-mpmath/distinfo Tue Oct 10 11:57:17 2017 (r451696) @@ -1,2 +1,3 @@ -SHA256 (mpmath-0.19.tar.gz) = 68ddf6426dcda445323467d89892d2cffbbd1ae0b31ac1241b1b671749d63222 -SIZE (mpmath-0.19.tar.gz) = 498564 +TIMESTAMP = 1507662010 +SHA256 (mpmath-1.0.0.tar.gz) = 04d14803b6875fe6d69e6dccea87d5ae5599802e4b1df7997bddd2024001050c +SIZE (mpmath-1.0.0.tar.gz) = 511353 Modified: head/math/py-mpmath/pkg-descr ============================================================================== --- head/math/py-mpmath/pkg-descr Tue Oct 10 11:47:19 2017 (r451695) +++ head/math/py-mpmath/pkg-descr Tue Oct 10 11:57:17 2017 (r451696) @@ -8,4 +8,4 @@ asymptotically fast algorithms that scale well for ext precision work. If available, mpmath will (optionally) use gmpy to speed up high precision operations. -WWW: http://code.google.com/p/mpmath/ +WWW: http://www.mpmath.org/