From owner-svn-ports-head@freebsd.org Sat May 25 17:47:38 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BC5F15B20B3; Sat, 25 May 2019 17:47:38 +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 4003F823D1; Sat, 25 May 2019 17:47:38 +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 186117AC5; Sat, 25 May 2019 17:47:38 +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 x4PHlbIS085802; Sat, 25 May 2019 17:47:37 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4PHlbqe085797; Sat, 25 May 2019 17:47:37 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905251747.x4PHlbqe085797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 25 May 2019 17:47:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502613 - head/math/mfem X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/mfem X-SVN-Commit-Revision: 502613 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4003F823D1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 25 May 2019 17:47:38 -0000 Author: yuri Date: Sat May 25 17:47:37 2019 New Revision: 502613 URL: https://svnweb.freebsd.org/changeset/ports/502613 Log: math/mfem: Update 3.4 -> 4.0 Reported by: portscout Modified: head/math/mfem/Makefile head/math/mfem/distinfo head/math/mfem/pkg-plist Modified: head/math/mfem/Makefile ============================================================================== --- head/math/mfem/Makefile Sat May 25 17:46:44 2019 (r502612) +++ head/math/mfem/Makefile Sat May 25 17:47:37 2019 (r502613) @@ -2,7 +2,7 @@ PORTNAME= mfem DISTVERSIONPREFIX= v -DISTVERSION= 3.4 +DISTVERSION= 4.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/mfem/distinfo ============================================================================== --- head/math/mfem/distinfo Sat May 25 17:46:44 2019 (r502612) +++ head/math/mfem/distinfo Sat May 25 17:47:37 2019 (r502613) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539155589 -SHA256 (mfem-mfem-v3.4_GH0.tar.gz) = cec86054e1cf7c98b7999221e7caa5b7f280ec3363c66cf3ed54e0cbb94fa441 -SIZE (mfem-mfem-v3.4_GH0.tar.gz) = 4595868 +TIMESTAMP = 1558803243 +SHA256 (mfem-mfem-v4.0_GH0.tar.gz) = 19797052fe65cc02b848366cf2366ff1fa348dbf7b7060f381ba84251ab11731 +SIZE (mfem-mfem-v4.0_GH0.tar.gz) = 5364416 Modified: head/math/mfem/pkg-plist ============================================================================== --- head/math/mfem/pkg-plist Sat May 25 17:46:44 2019 (r502612) +++ head/math/mfem/pkg-plist Sat May 25 17:47:37 2019 (r502613) @@ -3,6 +3,7 @@ include/mfem.hpp include/mfem/config/config.hpp include/mfem/config/tconfig.hpp include/mfem/fem/bilinearform.hpp +include/mfem/fem/bilinearform_ext.hpp include/mfem/fem/bilininteg.hpp include/mfem/fem/coefficient.hpp include/mfem/fem/conduitdatacollection.hpp @@ -40,12 +41,17 @@ include/mfem/fem/tmop.hpp include/mfem/general/array.hpp include/mfem/general/binaryio.hpp include/mfem/general/communication.hpp +include/mfem/general/cuda.hpp +include/mfem/general/device.hpp include/mfem/general/error.hpp +include/mfem/general/forall.hpp include/mfem/general/globals.hpp include/mfem/general/gzstream.hpp include/mfem/general/hash.hpp include/mfem/general/isockstream.hpp include/mfem/general/mem_alloc.hpp +include/mfem/general/mem_manager.hpp +include/mfem/general/occa.hpp include/mfem/general/optparser.hpp include/mfem/general/osockstream.hpp include/mfem/general/sets.hpp @@ -62,6 +68,7 @@ include/mfem/linalg/blockoperator.hpp include/mfem/linalg/blockvector.hpp include/mfem/linalg/complex_operator.hpp include/mfem/linalg/densemat.hpp +include/mfem/linalg/dtensor.hpp include/mfem/linalg/handle.hpp include/mfem/linalg/hypre.hpp include/mfem/linalg/hypre_parcsr.hpp @@ -99,6 +106,7 @@ include/mfem/mesh/tetrahedron.hpp include/mfem/mesh/tmesh.hpp include/mfem/mesh/triangle.hpp include/mfem/mesh/vertex.hpp +include/mfem/mesh/wedge.hpp include/mfem/mfem-performance.hpp include/mfem/mfem.hpp lib/cmake/mfem/MFEMConfig.cmake @@ -106,4 +114,6 @@ lib/cmake/mfem/MFEMConfigVersion.cmake lib/cmake/mfem/MFEMTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mfem/MFEMTargets.cmake lib/libmfem.so -lib/libmfem.so.3.4.0 +lib/libmfem.so.4.0 +%%DATADIR%%/config.mk +%%DATADIR%%/test.mk