<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/226e30ccb7d457cec1442d2b5b43851d42759d1d">https://github.com/macports/macports-ports/commit/226e30ccb7d457cec1442d2b5b43851d42759d1d</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 226e30ccb7d liblas: use the new boost pg
</span>226e30ccb7d is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 226e30ccb7d457cec1442d2b5b43851d42759d1d
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Thu Jun 3 20:22:39 2021 +0800
<span style='display:block; white-space:pre;color:#404040;'> liblas: use the new boost pg
</span>---
gis/liblas/Portfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/liblas/Portfile b/gis/liblas/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e9c65273bf1..fab93f28895 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/liblas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/liblas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,10 +3,11 @@
</span> PortSystem 1.0
PortGroup cmake 1.1
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup boost 1.0
</span>
github.setup libLAS libLAS 70a170b086cbd8b639f500d8d40d90b05fcccb04
version 1.8.1-20210507
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 2
</span> checksums rmd160 c9a134f8dbfc76035d1a902a0ba1f194bbf3f0dd \
sha256 5a72982cf00d2562284fd394055e7c2bdc38f391a38ce2eab99d913a662b812d \
size 10743378
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,8 +63,7 @@ if {![variant_isset proj6] && ![variant_isset proj7] && ![variant_isset proj8]}
</span> default_variants +proj8
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib-append port:boost \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:gdal \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append port:gdal \
</span> port:libgeotiff \
port:tiff \
path:include/turbojpeg.h:libjpeg-turbo \
</pre><pre style='margin:0'>
</pre>