Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2020 16:05:06 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526227 - head/math/moab
Message-ID:  <202002151605.01FG56xi072417@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Feb 15 16:05:06 2020
New Revision: 526227
URL: https://svnweb.freebsd.org/changeset/ports/526227

Log:
  math/moab: Update 5.0.0 -> 5.1.0

Modified:
  head/math/moab/Makefile
  head/math/moab/distinfo
  head/math/moab/pkg-plist

Modified: head/math/moab/Makefile
==============================================================================
--- head/math/moab/Makefile	Sat Feb 15 15:45:36 2020	(r526226)
+++ head/math/moab/Makefile	Sat Feb 15 16:05:06 2020	(r526227)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	moab
-DISTVERSION=	5.0.0
-PORTREVISION=	7
+DISTVERSION=	5.1.0
 CATEGORIES=	math
 MASTER_SITES=	https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
 
@@ -23,7 +22,7 @@ CMAKE_ARGS=	-DBLAS_LIBRARIES:STRING=${LOCALBASE}/lib/l
 
 BB_ACCOUNT=	fathomteam
 BB_PROJECT=	${PORTNAME}
-BB_COMMIT=	c4eed56fd6d2
+BB_COMMIT=	7bde9dfb84a8
 
 WRKSRC=		${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
 

Modified: head/math/moab/distinfo
==============================================================================
--- head/math/moab/distinfo	Sat Feb 15 15:45:36 2020	(r526226)
+++ head/math/moab/distinfo	Sat Feb 15 16:05:06 2020	(r526227)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543026884
-SHA256 (moab-5.0.0.tar.gz) = 80fd376e71bc40b1cdf1c5ebd9c14e8cfe185e7554ff352431cbcb82a44920e3
-SIZE (moab-5.0.0.tar.gz) = 12370425
+TIMESTAMP = 1581781766
+SHA256 (moab-5.1.0.tar.gz) = e5f5b3dfb49e5182c69cadd67caf33708a9d54f9e97f21b641325f56e90f9939
+SIZE (moab-5.1.0.tar.gz) = 14226554

Modified: head/math/moab/pkg-plist
==============================================================================
--- head/math/moab/pkg-plist	Sat Feb 15 15:45:36 2020	(r526226)
+++ head/math/moab/pkg-plist	Sat Feb 15 16:05:06 2020	(r526227)
@@ -76,6 +76,7 @@ include/moab/NestedRefine.hpp
 include/moab/NestedRefineTemplates.hpp
 include/moab/OrientedBox.hpp
 include/moab/OrientedBoxTreeTool.hpp
+include/moab/ParCommGraph.hpp
 %%MPI%%include/moab/ParallelComm.hpp
 %%MPI%%include/moab/ParallelData.hpp
 %%MPI%%include/moab/ParallelMergeMesh.hpp
@@ -122,12 +123,13 @@ include/moab/verdict/VerdictWrapper.hpp
 lib/cmake/MOAB/MOABConfig.cmake
 lib/cmake/MOAB/MOABTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/MOAB/MOABTargets.cmake
+lib/cmake/MOAB/ResolveCompilerPaths.cmake
 lib/iMesh-Defs.inc
 lib/libMOAB.so
 lib/libMOAB.so.5
-lib/libMOAB.so.5.0.0
+lib/libMOAB.so.5.1.0
 lib/libiMesh.so
 lib/libiMesh.so.5
-lib/libiMesh.so.5.0.0
+lib/libiMesh.so.5.1.0
 %%MPI%%lib/libmbcoupler.so
 lib/moab.make



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002151605.01FG56xi072417>