<pre style='margin:0'>
Lawrence Velázquez (larryv) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/126d3e2745c280d3b811bf62aef4840f4bb948a8">https://github.com/macports/macports-ports/commit/126d3e2745c280d3b811bf62aef4840f4bb948a8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 126d3e2745c280d3b811bf62aef4840f4bb948a8
</span>Author: Lawrence Velázquez <larryv@macports.org>
AuthorDate: Sun Dec 4 11:36:49 2016 -0500

<span style='display:block; white-space:pre;color:#404040;'>    dos2unix: Update descriptions with text from website
</span>---
 textproc/dos2unix/Portfile | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/dos2unix/Portfile b/textproc/dos2unix/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 91eee8f..8dfba79 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/dos2unix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/dos2unix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,8 +9,18 @@ platforms           darwin
</span> license             BSD
 maintainers         nomaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         Convert text between dos, unix, and mac formats
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         Convert text files with DOS or Mac line breaks to \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Unix line breaks and vice versa
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    This is an update of Benjamin Lin's \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    implementations of dos2unix and unix2dos. Benjamin \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Lin's implementations of dos2unix and unix2dos \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    were distributed via SunSITE.unc.edu (later \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    MetaLab.unc.edu, now ibiblio) and became part of \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    several Linux distributions such as RedHat, Suse, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Gentoo, and others. This update includes all \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    RedHat patches and fixes several other problems. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Internationalization has been added and ports to \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    DOS, Windows, Cygwin and OS/2 Warp have been made.
</span> homepage            http://www.xs4all.nl/~waterlan/dos2unix.html
 
 master_sites        sourceforge:project/dos2unix/dos2unix/${version} \
</pre><pre style='margin:0'>

</pre>