<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c2d0653b9d91a567314385758815f77e69aafe1a">https://github.com/macports/macports-ports/commit/c2d0653b9d91a567314385758815f77e69aafe1a</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 c2d0653b9d9 udunits2: retroactive license update
</span>c2d0653b9d9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c2d0653b9d91a567314385758815f77e69aafe1a
</span>Author: Dave Allured <dave.allured@noaa.gov>
AuthorDate: Sat Mar 20 12:40:09 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    udunits2: retroactive license update
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * Update udunits2 port license from private, to OSI-approved Apache-2.0.
</span><span style='display:block; white-space:pre;color:#404040;'>    * Update retroactively for current and upcoming Macports versions.
</span><span style='display:block; white-space:pre;color:#404040;'>    * Purpose:  Make udunits2 and dependents binary distributable.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Upstream already changed their license two months ago to Apache-2.0:
</span><span style='display:block; white-space:pre;color:#404040;'>    https://github.com/Unidata/UDUNITS-2/commit/c790c5bbe23c2cb2b4c56671a4570cabf439c06c
</span><span style='display:block; white-space:pre;color:#404040;'>    https://github.com/Unidata/UDUNITS-2/issues/102
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    However, the updated package version is not released, and there is no time table for release.  Macports binaries of udunits2 and dependents, such as ncarg/NCL, are currently blocked for public distribution.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    I would like to accelerate distributability for both current 2.2.27.27 and upcoming 2.2.28 versions.  Therefore I propose this retroactive license update.
</span>---
 science/udunits2/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/udunits2/Portfile b/science/udunits2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ed682b7fe15..7f887d8c98b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/udunits2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/udunits2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,9 +6,10 @@ PortGroup           cmake 1.0
</span> 
 github.setup        Unidata UDUNITS-2 2.2.27.27 v
 github.tarball_from archive
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> name                udunits2
 maintainers         {takeshi @tenomoto}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license             UCAR-Unidata
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license             Apache-2.0
</span> platforms           darwin
 categories          science
 
</pre><pre style='margin:0'>

</pre>