<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/97833cd5a2e598b14f100672aaf76a593f1c791b">https://github.com/macports/macports-ports/commit/97833cd5a2e598b14f100672aaf76a593f1c791b</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 97833cd5a2e bliss: Use cmake PG 1.1
</span>97833cd5a2e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 97833cd5a2e598b14f100672aaf76a593f1c791b
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Apr 5 16:32:57 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    bliss: Use cmake PG 1.1
</span>---
 math/bliss/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/bliss/Portfile b/math/bliss/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 375e6fa648b..5786f255842 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/bliss/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/bliss/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,7 +1,7 @@
</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
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cmake 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           cmake 1.1
</span> 
 name                bliss
 version             0.77
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,5 +28,5 @@ checksums           rmd160  2b45ac0fff1f5a1f905f83a34ad2faee3c33a50a \
</span> compiler.cxx_standard 2011
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -W ${worksrcpath} bliss ${destroot}${prefix}/bin/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -W ${workpath}/build bliss ${destroot}${prefix}/bin/
</span> }
</pre><pre style='margin:0'>

</pre>