<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/89e5cedb62936aca8194f217e055256f6eda9770">https://github.com/macports/macports-ports/commit/89e5cedb62936aca8194f217e055256f6eda9770</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 89e5cedb629 molden: Update to 6.7-20210125131400
</span>89e5cedb629 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 89e5cedb62936aca8194f217e055256f6eda9770
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Jan 25 11:23:15 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    molden: Update to 6.7-20210125131400
</span>---
 science/molden/Portfile                  | 10 +++++-----
 science/molden/files/implicit.patch      |  6 +++---
 science/molden/files/patch-makefile.diff |  6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/molden/Portfile b/science/molden/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9dc30c25d0e..1b613af51aa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/molden/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/molden/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,11 +14,11 @@ name                molden
</span> # as well as checksums should be updated each time this happens.
 # See https://trac.macports.org/wiki/PortfileRecipes#stealth-updates
 epoch               1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             6.6-20201209130200
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             6.7-20210125131400
</span> revision            0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  dd66a2105fb76f8781e63967cd3bf8597cb908b2 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  2a2a7a116a336b607b50e8135bc2cca764c50e4a6896013ee3c6f582b741ee72 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    6008344
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  04cbaee07746fc47663f01a5892831743eafa4fb \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  58ec623ec2fa3fb984e15e2fb2e5e5e23adf5128a5237b771076e13418d8ee04 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    5989738
</span> 
 set version_number  [lindex [split ${version} -] 0]
 set branch          [join [lrange [split ${version_number} .] 0 1] .]
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,7 +62,7 @@ post-extract {
</span>     # Copy "group" permission to "others", which is empty.
     fs-traverse item ${worksrcpath} {
         set p [file attributes ${item} -permissions]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        file attributes ${item} -permissions [format {0%o} [expr {(${p} >> 3 & 7) + ${p}}]]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        file attributes ${item} -permissions [format {0%o} [expr {(${p} >> 3 & 7) | ${p}}]]
</span>     }
 }
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/molden/files/implicit.patch b/science/molden/files/implicit.patch
</span><span style='display:block; white-space:pre;color:#808080;'>index c247bcb0e94..fce9f897edf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/molden/files/implicit.patch
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/molden/files/implicit.patch
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,7 +1,7 @@
</span> Fix "implicitly declaring library function 'tolower' with type 'int (int)'"
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- src/xwin.c.orig     2020-08-30 17:10:35.000000000 -0500
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ src/xwin.c     2020-08-30 17:16:07.000000000 -0500
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -37,6 +37,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- src/xwin.c.orig        2021-01-25 06:13:51.000000000 -0600
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ src/xwin.c     2021-01-25 11:18:27.000000000 -0600
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -45,6 +45,7 @@
</span>  #include <stdint.h>
  #include <limits.h>
  #include <sys/stat.h>
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/molden/files/patch-makefile.diff b/science/molden/files/patch-makefile.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 6151947e985..59615528aa8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/molden/files/patch-makefile.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/molden/files/patch-makefile.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,8 +1,8 @@
</span> The lack of a PREFIX or X11 path variable, the problems with the install
 target, and the duplicate lines in the Darwin section have been reported
 to the developer by email.
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- makefile.orig       2020-06-19 07:14:57.000000000 -0500
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ makefile       2020-06-29 11:07:39.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- makefile.orig  2021-01-22 14:10:47.000000000 -0600
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ makefile       2021-01-25 10:42:28.000000000 -0600
</span> @@ -16,7 +16,7 @@
  CC = cc
  LIBS =  -lX11 -lm
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -80,7 +80,7 @@ to the developer by email.
</span>  FFLAGS=-O3 -funroll-loops
 -LIBS = -L/usr/X11R6/lib -lX11 -lm
 -LIBSG = -L/usr/X11R6/lib -lGLU "-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib" -lGL -lXmu -lX11 -lm
<span style='display:block; white-space:pre;background:#ffe0e0;'>--CFLAGS= -g -std=gnu89 -Wno-return-type -DDARWIN -I/usr/X11R6/include -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 -Wno-logical-op-parentheses
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-CFLAGS= -g -std=gnu89 -Wno-return-type -DDARWIN -I/usr/X11R6/include -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 -Wno-logical-op-parentheses -Wno-implicit-function-declaration
</span> +LIBS = -L$(PREFIX)/lib -lX11 -lm
 +LIBSG = -L$(PREFIX)/lib -lGLU "-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib" -lGL -lXmu -lX11 -lm
 +CFLAGS= -g -std=gnu89 -Wno-return-type -DDARWIN -I$(PREFIX)/include -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 -Wno-logical-op-parentheses
</pre><pre style='margin:0'>

</pre>