<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9609d7007a6b5c79f7f1e2732f214ae4e5617cf5">https://github.com/macports/macports-ports/commit/9609d7007a6b5c79f7f1e2732f214ae4e5617cf5</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 9609d7007a6b5c79f7f1e2732f214ae4e5617cf5
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Mon Dec 6 13:03:18 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    squashfs-tools: split args across lines, for readability
</span>---
 sysutils/squashfs-tools/Portfile | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/squashfs-tools/Portfile b/sysutils/squashfs-tools/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b999f386195..5e8b4ce9e55 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/squashfs-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/squashfs-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,9 +13,10 @@ platforms           darwin
</span> license             GPL-2+
 maintainers         {mit.edu:quentin @quentinmit} \
                     openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         Tools to create and extract Squashfs filesystems
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description Squashfs is a highly compressed read-only filesystem for Linux. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         Tools to create and extract Squashfs filesystems
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    Squashfs is a highly compressed read-only filesystem for Linux. \
</span>     It uses zlib compression to compress both files, inodes and directories. \
     Inodes in the system are very small and all blocks are packed to minimise \
     data overhead. Block sizes greater than 4K are supported up to a maximum of \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,15 +27,23 @@ long_description Squashfs is a highly compressed read-only filesystem for Linux.
</span>     block device/memory systems (e.g. embedded systems) where low overhead is \
     needed.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib-append  port:zlib port:xz port:lzo2 port:lz4 port:zstd
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append  port:zlib \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:xz \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:lzo2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:lz4 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:zstd
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-worksrcdir          ${distname}/squashfs-tools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+worksrcdir          ${distname}/${name}
</span> 
 patchfiles          darwin.patch
 patch.pre_args      -p2
 
 use_configure       no
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-build.args          XZ_SUPPORT=1 LZO_SUPPORT=1 LZ4_SUPPORT=1 ZSTD_SUPPORT=1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.args          XZ_SUPPORT=1 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    LZO_SUPPORT=1 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    LZ4_SUPPORT=1 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    ZSTD_SUPPORT=1
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-destroot.destdir    DESTDIR=${destroot} INSTALL_DIR=${prefix}/bin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+destroot.destdir    DESTDIR=${destroot} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    INSTALL_DIR=${prefix}/bin
</span></pre><pre style='margin:0'>

</pre>