From owner-svn-ports-all@freebsd.org Wed May 27 08:08:17 2020 Return-Path: Delivered-To: svn-ports-all@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 2C7C032AE27; Wed, 27 May 2020 08:08:17 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49X3Nx0Q8hz3cw9; Wed, 27 May 2020 08:08:17 +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 093EE11722; Wed, 27 May 2020 08:08:17 +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 04R88GBt076575; Wed, 27 May 2020 08:08:16 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04R88Gfn076572; Wed, 27 May 2020 08:08:16 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202005270808.04R88Gfn076572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 27 May 2020 08:08:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536679 - head/science/hypre X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/hypre X-SVN-Commit-Revision: 536679 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 08:08:17 -0000 Author: yuri Date: Wed May 27 08:08:16 2020 New Revision: 536679 URL: https://svnweb.freebsd.org/changeset/ports/536679 Log: science/hypre: Update 2.18.2 -> 2.19.0 Reported by: portscout Modified: head/science/hypre/Makefile head/science/hypre/distinfo head/science/hypre/pkg-descr head/science/hypre/pkg-plist Modified: head/science/hypre/Makefile ============================================================================== --- head/science/hypre/Makefile Wed May 27 08:06:03 2020 (r536678) +++ head/science/hypre/Makefile Wed May 27 08:08:16 2020 (r536679) @@ -3,8 +3,7 @@ PORTNAME= hypre DISTVERSIONPREFIX= v -DISTVERSION= 2.18.2 -PORTREVISION= 2 +DISTVERSION= 2.19.0 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org Modified: head/science/hypre/distinfo ============================================================================== --- head/science/hypre/distinfo Wed May 27 08:06:03 2020 (r536678) +++ head/science/hypre/distinfo Wed May 27 08:08:16 2020 (r536679) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578026320 -SHA256 (hypre-space-hypre-v2.18.2_GH0.tar.gz) = 28007b5b584eaf9397f933032d8367788707a2d356d78e47b99e551ab10cc76a -SIZE (hypre-space-hypre-v2.18.2_GH0.tar.gz) = 5699792 +TIMESTAMP = 1590566258 +SHA256 (hypre-space-hypre-v2.19.0_GH0.tar.gz) = 466b19d8a86c69989a237f6f03f20d35c0c63a818776d2cd071b0a084cffeba5 +SIZE (hypre-space-hypre-v2.19.0_GH0.tar.gz) = 5881665 Modified: head/science/hypre/pkg-descr ============================================================================== --- head/science/hypre/pkg-descr Wed May 27 08:06:03 2020 (r536678) +++ head/science/hypre/pkg-descr Wed May 27 08:08:16 2020 (r536679) @@ -4,4 +4,4 @@ HYPRE is a library of high performance preconditioners multigrid methods for the solution of large, sparse linear systems of equations on massively parallel computers. -WWW: https://computation.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods +WWW: https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods Modified: head/science/hypre/pkg-plist ============================================================================== --- head/science/hypre/pkg-plist Wed May 27 08:06:03 2020 (r536678) +++ head/science/hypre/pkg-plist Wed May 27 08:08:16 2020 (r536679) @@ -44,4 +44,4 @@ include/seq_mv.h include/temp_multivector.h lib/libHYPRE.so lib/libHYPRE.so.2 -lib/libHYPRE.so.2.18 +lib/libHYPRE.so.2.19