<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bc416d67c3431a286ea0f8cf3f574a2932c71e41">https://github.com/macports/macports-ports/commit/bc416d67c3431a286ea0f8cf3f574a2932c71e41</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit bc416d67c3431a286ea0f8cf3f574a2932c71e41
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Jan 7 05:42:43 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> qwt-qt5: tweak description
</span>---
graphics/qwt-qt5/Portfile | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/qwt-qt5/Portfile b/graphics/qwt-qt5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cc929c2..8ab4c87 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/qwt-qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/qwt-qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,23 +22,13 @@ distname qwt-${version}
</span> checksums sha1 90ec21bc42f7fae270482e1a0df3bc79cb10e5c7 \
sha256 f3ecd34e72a9a2b08422fb6c8e909ca76f4ce5fa77acad7a2883b701f4309733
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# get qwt's version numbers
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-global qwt_major, qwt_minor, qwt_patch
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-set qwt_vers [split ${version} "."]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-set qwt_major [lindex ${qwt_vers} 0]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-set qwt_minor [lindex ${qwt_vers} 1]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-set qwt_patch [lindex ${qwt_vers} 2]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-set qwt_maj_min ${qwt_major}.${qwt_minor}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-description QWT: Qt Widgets for Technical Applications
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${description}\nThe Qwt library contains GUI \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- Components and utility classes which are primarily useful for \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- programs with a technical background. Beside a 2D plot widget it \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- provides scales, sliders, dials, compasses, thermometers, wheels \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- and knobs to control or display values, arrays, or ranges of type \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- double. QWT version ${qwt_maj_min} contains source incompatible \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- changes versus other versions of QWT.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description Qt Widgets for Technical Applications
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description The Qwt library contains GUI Components and utility classes \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ which are primarily useful for programs with a technical background. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ Beside a framework for 2D plots it provides \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ scales, sliders, dials, compasses, thermometers, wheels and knobs \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ to control or display values, arrays, or ranges of type double.
</span>
#install in the correct locations
patchfiles-append patch-qwtconfig.pri.diff
</pre><pre style='margin:0'>
</pre>