Revision: 148761 https://trac.macports.org/changeset/148761 Author: mps@macports.org Date: 2016-05-17 04:43:28 -0700 (Tue, 17 May 2016) Log Message: ----------- mathgl: version 2.3.5 Modified Paths: -------------- trunk/dports/math/mathgl/Portfile trunk/dports/math/mathgl/files/patch-CMakeLists.txt.diff Modified: trunk/dports/math/mathgl/Portfile =================================================================== --- trunk/dports/math/mathgl/Portfile 2016-05-17 09:19:51 UTC (rev 148760) +++ trunk/dports/math/mathgl/Portfile 2016-05-17 11:43:28 UTC (rev 148761) @@ -5,11 +5,10 @@ PortGroup cmake 1.0 name mathgl -version 2.3.4 -revision 2 +version 2.3.5 categories math license GPL-3 -maintainers gmail.com:mschamschula openmaintainer +maintainers mps openmaintainer description MathGL is a library for making high-quality scientific graphics. long_description ${description} MathGL is also a library for the fast data plotting \ and data processing of large data arrays a library for working in \ @@ -19,8 +18,8 @@ homepage http://mathgl.sourceforge.net/ master_sites sourceforge -checksums rmd160 711ab23b4253b4a667d9bed3480448b1271533e8 \ - sha256 6e93cd9f640c5b6c9dac4ca56854612d4261b4eadd6c8aad6536965195f08c02 +checksums rmd160 4a29a0ab207cdd36de79d0d29134c33827d683d1 \ + sha256 9bc3e6f2f3d098d1afdc73d8f88ff7478de4d24b1e5d055dc1c8e155be9442cb depends_lib-append path:lib/libfltk.dylib:fltk \ port:giflib \ Modified: trunk/dports/math/mathgl/files/patch-CMakeLists.txt.diff =================================================================== --- trunk/dports/math/mathgl/files/patch-CMakeLists.txt.diff 2016-05-17 09:19:51 UTC (rev 148760) +++ trunk/dports/math/mathgl/files/patch-CMakeLists.txt.diff 2016-05-17 11:43:28 UTC (rev 148761) @@ -1,15 +1,15 @@ ---- CMakeLists.txt.orig -+++ CMakeLists.txt -@@ -569,9 +569,9 @@ - if(NOT MSVC AND NOT BORLAND) - add_subdirectory( utils ) - endif(NOT MSVC AND NOT BORLAND) +--- CMakeLists.txt.orig 2016-05-16 07:57:52.000000000 -0500 ++++ CMakeLists.txt 2016-05-17 06:31:47.000000000 -0500 +@@ -619,9 +619,9 @@ + endif(enable-python OR enable-lua OR enable-octave) + add_subdirectory( utils ) + add_subdirectory( examples ) - if(NOT WIN32) - add_subdirectory( fonts ) - endif(NOT WIN32) +# if(NOT WIN32) +# add_subdirectory( fonts ) +# endif(NOT WIN32) - # add_subdirectory( mgllab ) + # add_subdirectory( mgllab ) endif(NOT enable-lgpl)