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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/257d781d4b48101a72142ad811d87cf89953b8d9">https://github.com/macports/macports-ports/commit/257d781d4b48101a72142ad811d87cf89953b8d9</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 257d781  nginx: add vod variant
</span>257d781 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 257d781d4b48101a72142ad811d87cf89953b8d9
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Apr 3 10:37:27 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    nginx: add vod variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/60303#no1
</span>---
 www/nginx/Portfile | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/nginx/Portfile b/www/nginx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7f34e94..80b863b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/nginx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/nginx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,7 +33,8 @@ master_sites        https://nginx.org/download:nginx \
</span>                     https://github.com/openresty/lua-nginx-module/archive/:lua_module \
                     https://github.com/openresty/headers-more-nginx-module/archive/:h_more_module \
                     https://github.com/TeslaGov/ngx-http-auth-jwt-module/archive/:jwt_module \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    https://github.com/aperezdc/ngx-fancyindex/archive/:fancyindex_module
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    https://github.com/aperezdc/ngx-fancyindex/archive/:fancyindex_module \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    https://github.com/kaltura/nginx-vod-module/archive/:vod_module
</span> 
 distfiles           ${name}-${version}${extract.suffix}:nginx
 checksums           ${name}-${version}${extract.suffix} \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -432,6 +433,18 @@ variant fancyindex description {Add fancy index support; file listings, like the
</span>     configure.args-append   --add-module=${workpath}/${fancyindex_distname}
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant vod description {Add MP4 repackeging for HLS, DASH, HDS, HSS using nginx-vod-module} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set vod_filename        nginx-vod-module
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set vod_version         1.25
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set vod_distname        ${vod_filename}-${vod_version}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    distfiles-append        ${vod_version}.tar.gz:vod_module
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    checksums-append        ${vod_version}.tar.gz \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            rmd160  537609ef9bfffaa9ce77c4ebabd90fb8af72a9ed \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            sha256  42fd3b7f5bd4e13a7e27fcbd830153e285544c8cce37bfaea87cfce549f636d7 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            size    446830
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --add-module=${workpath}/${vod_distname}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 livecheck.type      regexm
 livecheck.url       ${homepage}
</pre><pre style='margin:0'>

</pre>