<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/418914a79192577fd065a33f2248ec9f01ff6b7d">https://github.com/macports/macports-ports/commit/418914a79192577fd065a33f2248ec9f01ff6b7d</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 418914a  isync: reformat Portfile
</span>418914a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 418914a79192577fd065a33f2248ec9f01ff6b7d
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Mon Jun 3 05:14:47 2019 +0000

<span style='display:block; white-space:pre;color:#404040;'>    isync: reformat Portfile
</span>---
 mail/isync/Portfile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/isync/Portfile b/mail/isync/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f7a0fa7..7ff1d52 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/isync/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/isync/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,17 +1,14 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> PortSystem          1.0
 
 name                isync
 version             1.3.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  01d7b028fc61e7ad3b51b529a082637fbc4a6816 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  8d5f583976e3119705bdba27fa4fc962e807ff5996f24f354957178ffa697c9c
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> categories          mail
 platforms           darwin
 license             GPL-2
 maintainers         nomaintainer
 description         Synchronizes a maildir with an imap server, provides mbsync command
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://isync.sourceforge.net/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> long_description    isync is a command line utility for synchronizing a \
                     remote IMAP mailbox with a local maildir-style mailbox. \
                     This is useful for working in disconnected mode, such as \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,9 +16,12 @@ long_description    isync is a command line utility for synchronizing a \
</span>                     synchronized so that no message status flags are lost. \
                     Due to massive changes in interfaces the new command is \
                     called mbsync, isync is still provided for compatibility.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            http://isync.sourceforge.net/
</span> master_sites        sourceforge:project/isync/isync/${version}/
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  01d7b028fc61e7ad3b51b529a082637fbc4a6816 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  8d5f583976e3119705bdba27fa4fc962e807ff5996f24f354957178ffa697c9c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build       port:perl5
 
 depends_lib         port:db53 \
</pre><pre style='margin:0'>

</pre>