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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/643f25b1bb1f8c7370fdd8dc7693235f76c834d1">https://github.com/macports/macports-ports/commit/643f25b1bb1f8c7370fdd8dc7693235f76c834d1</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 643f25b1bb1 libnice: Correct license
</span>643f25b1bb1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 643f25b1bb1f8c7370fdd8dc7693235f76c834d1
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Mon Jul 22 19:12:31 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libnice: Correct license
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Upstream has confirmed that the software is dual-licensed: only one of
</span><span style='display:block; white-space:pre;color:#404040;'>    the two licenses needs to be followed, not the combination of both.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/69760
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Also switch to path:-based depspec for pkgconfig and escape periods in
</span><span style='display:block; white-space:pre;color:#404040;'>    regular expressions.
</span>---
 net/libnice/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/libnice/Portfile b/net/libnice/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index df4634639ea..973615fc6d6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/libnice/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/libnice/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup           meson 1.0
</span> name                libnice
 version             0.1.22
 revision            0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license             MPL-1.1 LGPL-2.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license             {MPL-1.1 LGPL-2.1}
</span> description         Libnice is an implementation of IETF's Interactive Connectivity Establishment (ICE) standard (RFC 5245).
 long_description    ${description} \
                     It provides a GLib-based library, libnice, as well as GStreamer elements.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,7 +21,7 @@ checksums           rmd160  55148ebbdc07bcfaa069db1709f0702ebeb0e114 \
</span>                     size    460696
 
 depends_build-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    path:bin/pkg-config:pkgconfig
</span> 
 depends_lib-append  path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     path:lib/pkgconfig/gnutls.pc:gnutls \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +30,7 @@ depends_lib-append  path:lib/pkgconfig/glib-2.0.pc:glib2 \
</span>                     port:gupnp-igd
 
 post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s|gupnp-igd-1.0|gupnp-igd-1.6|g" ${worksrcpath}/meson.build
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace {s|gupnp-igd-1\.0|gupnp-igd-1.6|g} ${worksrcpath}/meson.build
</span> }
 
 configure.args-append \
</pre><pre style='margin:0'>

</pre>