<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/321c9db684c04edab5c5f7941dd2d6daa76bc035">https://github.com/macports/macports-ports/commit/321c9db684c04edab5c5f7941dd2d6daa76bc035</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 321c9db octopus: Remove / before ${prefix}
</span>321c9db is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 321c9db684c04edab5c5f7941dd2d6daa76bc035
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Aug 22 21:14:51 2019 -0500
<span style='display:block; white-space:pre;color:#404040;'> octopus: Remove / before ${prefix}
</span>---
science/octopus/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/octopus/Portfile b/science/octopus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4cca800..0275bd8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/octopus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/octopus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -176,7 +176,7 @@ variant maxdim4 description {Build with support for 4D calculations} {
</span>
post-destroot {
# FIXME upstream: shouldn't install this either
<span style='display:block; white-space:pre;background:#ffe0e0;'>- delete ${destroot}/${prefix}/include/yaml.h
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ delete ${destroot}${prefix}/include/yaml.h
</span> }
livecheck.type regex
</pre><pre style='margin:0'>
</pre>