<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/802b553d7871345106a9e1f2b4b7bacbfd6fc6df">https://github.com/macports/macports-ports/commit/802b553d7871345106a9e1f2b4b7bacbfd6fc6df</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 802b553d7871345106a9e1f2b4b7bacbfd6fc6df
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Fri Sep 9 00:07:31 2022 +0700

<span style='display:block; white-space:pre;color:#404040;'>    ent: add modeline, fix alignments
</span>---
 math/ent/Portfile | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/ent/Portfile b/math/ent/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cd5be3b7eba..28994236c6b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/ent/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/ent/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,3 +1,5 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -*- 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
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> PortSystem          1.0
 
 name                ent
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,12 +8,11 @@ categories          math security
</span> license             public-domain
 maintainers         nomaintainer
 description         Entropy calculator
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   ent applies various tests to sequences of bytes stored in files and \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   reports the results of those tests.  The program is useful for those \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   evaluating pseudorandom number generators for encryption and statistical \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   sampling applications, compression algorithms, and other applications \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   where the information density of a file is of interest.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    ent applies various tests to sequences of bytes stored in files \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    and reports the results of those tests. The program is useful \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    for those evaluating pseudorandom number generators for encryption \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    and statistical sampling applications, compression algorithms \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    and other applications where the information density of a file is of interest.
</span> 
 platforms           darwin
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +27,7 @@ checksums           md5     8104a83af1ea5b280da96c92da18eae4 \
</span>                     sha1    0f2f12dc67d1f02f77776709cf5fc5eee1d1b2e2 \
                     rmd160  b21b8401fdbd2aac189fe4a442a1164b172407f8
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant universal {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant universal   {}
</span> 
 post-patch {
     reinplace "s|^CFLAGS = |CFLAGS = ${configure.cflags} [get_canonical_archflags cc] |" ${worksrcpath}/Makefile
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,4 +47,3 @@ destroot {
</span> }
 
 livecheck.type      none
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span></pre><pre style='margin:0'>

</pre>