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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f01e714d6db3e7230e11de14d28d7db349af661c">https://github.com/macports/macports-ports/commit/f01e714d6db3e7230e11de14d28d7db349af661c</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 f01e714  libstemmer: Use absolute prefix path in `libstemmer.dylib`
</span>f01e714 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f01e714d6db3e7230e11de14d28d7db349af661c
</span>Author: Steven Thomas Smith <s.t.smith@ieee.org>
AuthorDate: Mon May 27 00:58:24 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libstemmer: Use absolute prefix path in `libstemmer.dylib`
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * Relative object paths will break packages whose libraries are not in the same directory as `libstemmer.dylib`
</span>---
 textproc/libstemmer/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/libstemmer/Portfile b/textproc/libstemmer/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e908130..9331cb6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/libstemmer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/libstemmer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        snowballstem snowball d29510a
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> name                libstemmer
 version             0.1-20181121
 categories          textproc
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +40,7 @@ post-build {
</span>     copy ${worksrcpath}/libstemmer.o ${worksrcpath}/libstemmer.a
     system -W ${worksrcpath} "ranlib libstemmer.a"
     system -W ${worksrcpath} "${configure.cc} -fpic -shared -Wl,-all_load libstemmer.a -o libstemmer.dylib"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath} "install_name_tool -id ${prefix}/lib/libstemmer.dylib libstemmer.dylib"
</span> }
 
 destroot {
</pre><pre style='margin:0'>

</pre>