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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5d5de501e6ee44cf4bf9642c6d7640499f7cd0a4">https://github.com/macports/macports-ports/commit/5d5de501e6ee44cf4bf9642c6d7640499f7cd0a4</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 5d5de501e6e tsduck: Fix order of portgroup inclusions
</span>5d5de501e6e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5d5de501e6ee44cf4bf9642c6d7640499f7cd0a4
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed May 25 03:49:45 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    tsduck: Fix order of portgroup inclusions
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Error: The legacysupport PG must be included *before* the makefile PG
</span><span style='display:block; white-space:pre;color:#404040;'>    Error: otherwise the latter fails to pick up the updated compiler flags.
</span>---
 multimedia/tsduck/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/tsduck/Portfile b/multimedia/tsduck/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b347b0bd401..c75f2061b64 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/tsduck/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/tsduck/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,9 +1,9 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           makefile 1.0
</span> PortGroup           github 1.0
 PortGroup           legacysupport 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           makefile 1.0
</span> 
 github.setup        tsduck tsduck 3.22-1953 v
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +15,6 @@ description         MPEG Transport Stream Toolkit
</span> long_description    MPEG Transport Stream Toolkit
 
 homepage            https://tsduck.io/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> 
 checksums           sha1    cedc70686415a9062bee8c3b1f43af8ea74f2127 \
                     rmd160  5a7c0b73ab1b6aa9d88b9d6ecde9befb00747f0f \
</pre><pre style='margin:0'>

</pre>