<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f0b1124dd652d2abebbde0aeae031c0d71a0d8dd">https://github.com/macports/macports-ports/commit/f0b1124dd652d2abebbde0aeae031c0d71a0d8dd</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 f0b1124dd65 octave: fix lint warnings - Eliminate duplicate build dep for librsvg - Add newline after portgroup inclusion in variants
</span>f0b1124dd65 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f0b1124dd652d2abebbde0aeae031c0d71a0d8dd
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Thu Dec 9 18:09:39 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    octave: fix lint warnings
</span><span style='display:block; white-space:pre;color:#404040;'>    - Eliminate duplicate build dep for librsvg
</span><span style='display:block; white-space:pre;color:#404040;'>    - Add newline after portgroup inclusion in variants
</span>---
 math/octave/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave/Portfile b/math/octave/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index baf7607bb08..74e8cc5ec06 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -408,6 +408,7 @@ pre-configure {
</span> 
 variant java description {enable Java interface} {
     PortGroup java 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     configure.args-replace --disable-java --enable-java
     java.version ${java_version}+
 }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -418,12 +419,14 @@ variant java description {enable Java interface} {
</span> 
 variant qt4 conflicts qt5 description {build the GUI using Qt4} {
     PortGroup qt4 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     depends_lib-append port:qscintilla-qt4 port:qt4-mac-sqlite3-plugin
     configure.args-replace --without-qt --with-qt=4
 }
 
 variant qt5 conflicts qt4 description {build the GUI using Qt5} {
     PortGroup qt5 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     qt5.depends_component qttools sqlite-plugin
     depends_lib-append port:qscintilla-qt5
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -486,8 +489,6 @@ variant sound description {enable audio support (file I/O and playback)} {
</span> default_variants-append +sound
 
 variant app description "build application bundle to launch ${subport}" {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append path:lib/pkgconfig/librsvg-2.0.pc:librsvg
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     if {[vercmp ${xcodeversion} 4.5] < 0} {
         # need a way to generate icns file for Xcode prior to 4.5
         # see http://trac.macports.org/ticket/51487
</pre><pre style='margin:0'>

</pre>