<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8cb6efbe3d4bd8d9621115e48e54256dc630028f">https://github.com/macports/macports-ports/commit/8cb6efbe3d4bd8d9621115e48e54256dc630028f</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 8cb6efb  tomcat-native: Fix formatting of notes
</span>8cb6efb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8cb6efbe3d4bd8d9621115e48e54256dc630028f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jul 3 21:17:02 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    tomcat-native: Fix formatting of notes
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Remove hard newlines to allow MacPorts to wrap the notes to the
</span><span style='display:block; white-space:pre;color:#404040;'>    terminal width.
</span>---
 java/tomcat-native/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/tomcat-native/Portfile b/java/tomcat-native/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b5cc5d0..649f9fc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/tomcat-native/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/tomcat-native/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,11 +38,11 @@ if {[info exists env(JAVA_HOME)]} {
</span> build.args          EXTRA_LDFLAGS="-shrext .jnilib"
 
 notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-To integrate this into tomcat, add -Djava.library.path=${prefix} to the tomcat options or
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+To integrate this into tomcat, add -Djava.library.path=${prefix} to the tomcat options or\
</span> to CATALINA_OPTS.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-You then need to configure a Connector in server.xml
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-with the appropriate apr protocol class for your use,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+You then need to configure a Connector in server.xml\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+with the appropriate apr protocol class for your use,\
</span> for instance:
     protocol=\"org.apache.coyote.http11.Http11AprProtocol\",
     protocol=\"org.apache.coyote.ajp.AjpAprProtocol\"
</pre><pre style='margin:0'>

</pre>