<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a64a21b53492a85a87fc03c6d18dbbe9cc787e9b">https://github.com/macports/macports-ports/commit/a64a21b53492a85a87fc03c6d18dbbe9cc787e9b</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 a64a21b  barcode: Fix long description linebreaks
</span>a64a21b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a64a21b53492a85a87fc03c6d18dbbe9cc787e9b
</span>Author: Clemens Lang <cal@macports.org>
AuthorDate: Tue Nov 8 01:11:25 2016 +0100

<span style='display:block; white-space:pre;color:#404040;'>    barcode: Fix long description linebreaks
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    port(1) reflows the description and long_description fields, unless you
</span><span style='display:block; white-space:pre;color:#404040;'>    explicitly add newlines.
</span>---
 textproc/barcode/Portfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/barcode/Portfile b/textproc/barcode/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 945fd68..912855c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/barcode/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/barcode/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,11 +15,11 @@ license             GPL-2+
</span> description         convert text strings to printed barcodes
 long_description    \
     Main features of GNU Barcode: \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    - Available as both a library and an executable program \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    - Supports UPC, EAN, ISBN, CODE39 and other encoding standards \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    - PostScript and Encapsulated PostScript output \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    - Accepts sizes and positions as inches, centimeters, millimeters \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    - Can create tables of barcodes (to print labels on sticker pages)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    \n- Available as both a library and an executable program \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    \n- Supports UPC, EAN, ISBN, CODE39 and other encoding standards \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    \n- PostScript and Encapsulated PostScript output \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    \n- Accepts sizes and positions as inches, centimeters, millimeters \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    \n- Can create tables of barcodes (to print labels on sticker pages)
</span> 
 categories          textproc print
 maintainers         nomaintainer
</pre><pre style='margin:0'>

</pre>