From owner-svn-ports-head@freebsd.org Sat Mar 7 21:00:18 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 175382501A7; Sat, 7 Mar 2020 21:00:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48ZcM44Tt8z4PfW; Sat, 7 Mar 2020 21:00:16 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 92710EF14; Sat, 7 Mar 2020 21:00:16 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 027L0GJD030566; Sat, 7 Mar 2020 21:00:16 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 027L0GtM030563; Sat, 7 Mar 2020 21:00:16 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202003072100.027L0GtM030563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 7 Mar 2020 21:00:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527983 - head/math/py-yt X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-yt X-SVN-Commit-Revision: 527983 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.29 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: Sat, 07 Mar 2020 21:00:18 -0000 Author: yuri Date: Sat Mar 7 21:00:15 2020 New Revision: 527983 URL: https://svnweb.freebsd.org/changeset/ports/527983 Log: math/py-yt: Update 3.5.0 -> 3.5.1 Also update WWW Modified: head/math/py-yt/Makefile head/math/py-yt/distinfo head/math/py-yt/pkg-descr Modified: head/math/py-yt/Makefile ============================================================================== --- head/math/py-yt/Makefile Sat Mar 7 20:47:22 2020 (r527982) +++ head/math/py-yt/Makefile Sat Mar 7 21:00:15 2020 (r527983) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= yt -DISTVERSION= 3.5.0 -PORTREVISION= 5 +DISTVERSION= 3.5.1 CATEGORIES= math astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-yt/distinfo ============================================================================== --- head/math/py-yt/distinfo Sat Mar 7 20:47:22 2020 (r527982) +++ head/math/py-yt/distinfo Sat Mar 7 21:00:15 2020 (r527983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539846194 -SHA256 (yt-3.5.0.tar.gz) = ee4bf8349f02ce21f571654c26d85c1f69d9678fc8f5c7cfe5d1686c7ed2e3ca -SIZE (yt-3.5.0.tar.gz) = 10417638 +TIMESTAMP = 1551403904 +SHA256 (yt-3.5.1.tar.gz) = c8ef8eceb934dc189d63dc336109fad3002140a9a32b19f38d1812d5d5a30d71 +SIZE (yt-3.5.1.tar.gz) = 10455625 Modified: head/math/py-yt/pkg-descr ============================================================================== --- head/math/py-yt/pkg-descr Sat Mar 7 20:47:22 2020 (r527982) +++ head/math/py-yt/pkg-descr Sat Mar 7 21:00:15 2020 (r527983) @@ -4,4 +4,4 @@ physically-meaningful inquiry, yt has been applied in astrophysics, seismology, nuclear engineering, molecular dynamics, and oceanography. -WWW: http://yt-project.org +WWW: https://yt-project.org/