<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e6100adb3b8dd12f73362d8e8ece0baaf4d9807f">https://github.com/macports/macports-ports/commit/e6100adb3b8dd12f73362d8e8ece0baaf4d9807f</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 e6100ad  libjwt: Add comment to Portfile to not update to v1.9
</span>e6100ad is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e6100adb3b8dd12f73362d8e8ece0baaf4d9807f
</span>Author: Tim Underhay <15734900+citizentim@users.noreply.github.com>
AuthorDate: Fri Jun 8 09:05:56 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    libjwt: Add comment to Portfile to not update to v1.9
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This Port was added to MacPorts as a dependency of the 'jwt' variant
</span><span style='display:block; white-space:pre;color:#404040;'>    of nginx.  That project officially supports 1.8 of libjwt.  We want
</span><span style='display:block; white-space:pre;color:#404040;'>    to prevent this Port from being updated until that project officially
</span><span style='display:block; white-space:pre;color:#404040;'>    supports v1.9.  No code changes were made as part of this commit.
</span>---
 devel/libjwt/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libjwt/Portfile b/devel/libjwt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cf9b12e..4b0b368 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libjwt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libjwt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,5 +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
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Please do not update this Port to version 1.9 of libjwt.  1.8 is presently a dependency for the 'jwt' variant of the nginx port.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This Port will be updated as soon as the 'ngx-http-auth-jwt-module' project (https://github.com/TeslaGov/ngx-http-auth-jwt-module)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# officially supports 1.9.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> PortSystem          1.0
 PortGroup           github 1.0
 
</pre><pre style='margin:0'>

</pre>