<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/9196573de34a39b93e645e0931e5005eb98e64e5">https://github.com/macports/macports-ports/commit/9196573de34a39b93e645e0931e5005eb98e64e5</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 9196573  doxygen-launcher: update version 1.8.17->1.8.18
</span>9196573 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9196573de34a39b93e645e0931e5005eb98e64e5
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat May 2 06:19:23 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    doxygen-launcher: update version 1.8.17->1.8.18
</span>---
 aqua/doxygen-launcher/Portfile | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/doxygen-launcher/Portfile b/aqua/doxygen-launcher/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e728e47..4492766 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/doxygen-launcher/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/doxygen-launcher/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           active_variants 1.1
</span> 
 name                doxygen-launcher
 # should match doxygen version
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             1.8.17
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             1.8.18
</span> categories          aqua textproc devel
 platforms           darwin
 license             GPL-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,9 +17,9 @@ master_sites        http://doxygen.nl/files/
</span> 
 distfiles           Doxygen-${version}.dmg
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  8545774ae2abc19ef098c25b7cebb99bdba49f05 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  bf051b2c26ad5569efe9ca09396199340d03c6c96d61b730d50d5cd8f547425b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    132101567
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  6be8ff92b11d0b0ed26652694e7d9c6ec7f4003e \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  472d6bbf61621a3c3a7f9492ae604c2befb58a4b18d144166a674f398734864b \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    132433082
</span> 
 use_configure       no
 supported_archs     noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +38,7 @@ pre-configure {
</span> 
 post-extract {
     delete ${worksrcpath}/Doxygen.app/Contents/Frameworks
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    delete ${worksrcpath}/Doxygen.app/Contents/PlugIns
</span>     foreach file {doxygen doxyindexer doxysearch.cgi qt.conf} {
         delete ${worksrcpath}/Doxygen.app/Contents/Resources/${file}
     }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,14 +51,14 @@ build {
</span>     "
 
     foreach {key type value} ${values} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        system -W "${worksrcpath}/Doxygen.app/Contents" "/usr/libexec/PlistBuddy -c \"Add :${key} ${type} ${value}\" Info.plist"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        #system -W "${worksrcpath}/Doxygen.app/Contents" "/usr/libexec/PlistBuddy -c \"Add :${key} ${type} ${value}\" Info.plist"
</span>     }
 
     # have Info.plist be human readable
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system "/usr/bin/plutil -convert xml1 ${worksrcpath}/Doxygen.app/Contents/Info.plist"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #system "/usr/bin/plutil -convert xml1 ${worksrcpath}/Doxygen.app/Contents/Info.plist"
</span> 
     # conversion by plutil set verys limited permissions
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system "/bin/chmod 0644 ${worksrcpath}/Doxygen.app/Contents/Info.plist"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #system "/bin/chmod 0644 ${worksrcpath}/Doxygen.app/Contents/Info.plist"
</span> 
     ln -s ${prefix}/bin/doxywizard ${worksrcpath}/Doxygen.app/Contents/MacOS/Doxywizard
 }
</pre><pre style='margin:0'>

</pre>