<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0a50481728a3b6886cffbe88711542cc42d72a3b">https://github.com/macports/macports-ports/commit/0a50481728a3b6886cffbe88711542cc42d72a3b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0a50481728a3b6886cffbe88711542cc42d72a3b
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Aug 11 11:50:42 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> gmsh: update version 4.3.0->4.4.1
</span>---
science/gmsh/Portfile | 10 +++++-----
science/gmsh/files/patch-CMakeLists.txt.diff | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gmsh/Portfile b/science/gmsh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ad5303e..c592288 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gmsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gmsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,8 +8,8 @@ PortGroup linear_algebra 1.0
</span> PortGroup muniversal 1.0
name gmsh
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version 4.3.0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version 4.4.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 0
</span> categories science
platforms darwin
license GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,9 +26,9 @@ master_sites http://gmsh.info/src/
</span> distname gmsh-${version}-source
extract.suffix .tgz
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 10b773fb0d1f0d8205afa6ce9a729a290c53cdb8 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 54a236f5708bc105d5b60ddb2b95ea7062537ccd2720860377994c1a9bb86429 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 13102102
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 e126e2f054acb9321fb68299bbc354f6bccc6ce9 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 853c6438fc4e4b765206e66a514b09182c56377bb4b73f1d0d26eda7eb8af0dc \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 13227645
</span>
patchfiles patch-CMakeLists.txt.diff
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gmsh/files/patch-CMakeLists.txt.diff b/science/gmsh/files/patch-CMakeLists.txt.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 8d97473..67a9827 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gmsh/files/patch-CMakeLists.txt.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gmsh/files/patch-CMakeLists.txt.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@ Find MacPorts header and library files.
</span> Do not install libraries a second time.
--- CMakeLists.txt.orig 2019-02-06 05:24:33.000000000 -0700
+++ CMakeLists.txt 2019-02-15 05:23:25.000000000 -0700
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -292,14 +292,6 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -294,14 +294,6 @@
</span> set_config_option(HAVE_OPENMP "OpenMP")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}")
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,7 @@ Do not install libraries a second time.
</span> endif()
endif()
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -738,7 +730,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -745,7 +737,7 @@
</span>
if(ENABLE_ALGLIB)
find_library(ALGLIB_LIB alglib PATH_SUFFIXES lib)
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,7 @@ Do not install libraries a second time.
</span> if(ENABLE_SYSTEM_CONTRIB AND ALGLIB_LIB AND ALGLIB_INC)
list(APPEND EXTERNAL_LIBRARIES ${ALGLIB_LIB})
list(APPEND EXTERNAL_INCLUDES ${ALGLIB_INC})
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -876,7 +868,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -894,7 +886,7 @@
</span>
if(ENABLE_VOROPP)
find_library(VOROPP_LIB voro++ PATH_SUFFIXES lib)
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,7 @@ Do not install libraries a second time.
</span> if(ENABLE_SYSTEM_CONTRIB AND VOROPP_LIB AND VOROPP_INC)
message(STATUS "Using system version of voro++")
list(APPEND EXTERNAL_LIBRARIES ${VOROPP_LIB})
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -911,8 +903,8 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -929,8 +921,8 @@
</span> endif()
if(ENABLE_MMG3D)
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,7 +47,7 @@ Do not install libraries a second time.
</span> if(ENABLE_SYSTEM_CONTRIB AND MMG3D_LIB AND MMG3D_INC)
list(APPEND EXTERNAL_LIBRARIES ${MMG3D_LIB})
list(APPEND EXTERNAL_INCLUDES ${MMG3D_INC})
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -1817,8 +1809,6 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -1835,8 +1827,6 @@
</span> endif()
if(ENABLE_BUILD_SHARED OR ENABLE_BUILD_DYNAMIC)
install(TARGETS shared DESTINATION ${GMSH_LIB} OPTIONAL)
</pre><pre style='margin:0'>
</pre>