<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-contrib.

</pre>
<p><a href="https://github.com/macports/macports-contrib/commit/76e8895f4b26248190f1dbf0cc5f527e22bcc6c4">https://github.com/macports/macports-contrib/commit/76e8895f4b26248190f1dbf0cc5f527e22bcc6c4</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 76e8895  mpvim: Add 'size' to the known checksum types
</span>76e8895 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 76e8895f4b26248190f1dbf0cc5f527e22bcc6c4
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Mon Jun 10 13:03:30 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    mpvim: Add 'size' to the known checksum types
</span>---
 mpvim/syntax/portfile.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mpvim/syntax/portfile.vim b/mpvim/syntax/portfile.vim
</span><span style='display:block; white-space:pre;color:#808080;'>index 38d13b8..2f346ea 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mpvim/syntax/portfile.vim
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mpvim/syntax/portfile.vim
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,7 +48,7 @@ syn match PortfileOptional      "\<depends_skip_archcheck\%(-append\|-delete\)\?
</span> 
 syn match PortfileOptional      "\<checksums\%(-append\|-delete\)\?\>" nextgroup=PortfileChecksums skipwhite
 syn region PortfileChecksums    matchgroup=Normal start="" skip="\\$" end="$" contained contains=PortfileChecksumsType
<span style='display:block; white-space:pre;background:#ffe0e0;'>-syn keyword PortfileChecksumsType md5 sha1 rmd160 sha256 contained
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+syn keyword PortfileChecksumsType md5 sha1 rmd160 sha256 size contained
</span> 
 syn match PortfilePhases        "\<\%(pre-\|post-\)\?\%(fetch\|checksum\|extract\|patch\|configure\|build\|test\|destroot\|archive\|install\|activate\|deactivate\)\>" contains=PortfilePrePost
 
</pre><pre style='margin:0'>

</pre>