<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f32523bcae469e08013fb5f541f311668596593c">https://github.com/macports/macports-ports/commit/f32523bcae469e08013fb5f541f311668596593c</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f32523bcae469e08013fb5f541f311668596593c
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Tue Nov 21 16:20:17 2017 -0800
<span style='display:block; white-space:pre;color:#404040;'> libpsl: update built-in PSL data to current as of 20171028
</span>---
net/libpsl/Portfile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/libpsl/Portfile b/net/libpsl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a851580..7515917 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/libpsl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/libpsl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem 1.0
</span> PortGroup github 1.0
github.setup rockdaboot libpsl 0.19.1 libpsl-
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> license MIT
description A C library and utility to handle the Public Suffix List
long_description ${description}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,12 +29,13 @@ depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2 \
</span> port:libidn2 \
port:libunistring
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# latest public suffix list data is referenced as a git submodule
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# latest Public Suffix List data is referenced as a git submodule
</span> # in the libpsl git repo but not included in the libpsl tarball itself
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# download separately to enable generation of built-in psl data
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# download separately to enable generation of built-in PSL data
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# PSL data is current as of 20171028
</span>
set psl_data_dir ${workpath}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set psl_data_commit e8c69a676d76560d9239b98f0fa802efd3986e19
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set psl_data_commit 85fa8fbdf73a0f2fcf5f4790c204394557dfbaf3
</span> set psl_data_archive ${psl_data_commit}.zip
set psl_data_url https://github.com/publicsuffix/list/archive
</pre><pre style='margin:0'>
</pre>