<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5901a4e35f5be5ea4aec5ba878bc230ff0a08443">https://github.com/macports/macports-ports/commit/5901a4e35f5be5ea4aec5ba878bc230ff0a08443</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 5901a4e35f5 aircraft_oap: Update to release version 3.0.2  - Switch to python 3.9
</span>5901a4e35f5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5901a4e35f5be5ea4aec5ba878bc230ff0a08443
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Thu Apr 15 09:44:15 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    aircraft_oap: Update to release version 3.0.2
</span><span style='display:block; white-space:pre;color:#404040;'>     - Switch to python 3.9
</span>---
 science/aircraft_oap/Portfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/aircraft_oap/Portfile b/science/aircraft_oap/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 423a47bb861..a842ea3b9c2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/aircraft_oap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/aircraft_oap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,9 +3,10 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        NCAR aircraft_oap a61ea54b39d461e2f2a0e23dd9c05d1bf5dbc783
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        NCAR aircraft_oap 3.0.2 v
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             2021-01-17
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+epoch               1
</span> categories          science
 license             permissive
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +38,7 @@ depends_lib-append  port:boost \
</span>                     port:netcdf \
                     port:netcdf-cxx \
                     port:openmotif \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:python38 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:python39 \
</span>                     port:xercesc3
 
 use_configure       no
</pre><pre style='margin:0'>

</pre>