<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/87b8c43b6c8e12f647079cc1f75b1c67c30d25b3">https://github.com/macports/macports-ports/commit/87b8c43b6c8e12f647079cc1f75b1c67c30d25b3</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 87b8c43b6c8e12f647079cc1f75b1c67c30d25b3
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Nov 4 20:07:46 2023 +1100
<span style='display:block; white-space:pre;color:#404040;'> py*-rsgislib: remove description overquoting
</span>---
gis/rsgislib/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/rsgislib/Portfile b/gis/rsgislib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 157a50f1a12..d229a1cbc35 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/rsgislib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/rsgislib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -108,7 +108,7 @@ foreach v ${python_versions} {
</span> # Python bindings for supported Python versions
if {[string match "py*" ${subport}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- description "Python ${python.branch} bindings for {*}${description}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ description Python ${python.branch} bindings for {*}${description}
</span> long_description\
This package provides Python ${python.branch}\
bindings, modules, and scripts.
</pre><pre style='margin:0'>
</pre>