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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a3a13622988bf502d69317b25a8f921c0eeaec1d">https://github.com/macports/macports-ports/commit/a3a13622988bf502d69317b25a8f921c0eeaec1d</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 a3a13622988 p5-data-hexdump: update to 0.04
</span>a3a13622988 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a3a13622988bf502d69317b25a8f921c0eeaec1d
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Tue Apr 20 14:22:45 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    p5-data-hexdump: update to 0.04
</span>---
 perl/p5-data-hexdump/Portfile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-data-hexdump/Portfile b/perl/p5-data-hexdump/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6702dc3eabc..8062a501da9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-data-hexdump/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-data-hexdump/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,22 +4,22 @@ PortSystem          1.0
</span> PortGroup           perl5 1.0
 
 perl5.branches      5.26 5.28 5.30
<span style='display:block; white-space:pre;background:#ffe0e0;'>-perl5.setup         Data-HexDump 0.02
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+perl5.setup         Data-HexDump 0.04
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            0
</span> categories          perl
 license             {Artistic-1 GPL}
 maintainers         {mps @Schamschula} openmaintainer
 description         Dump in hexadecimal the content of a scalar.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description}  The result is returned in a string. Each line of the \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    result consists of the offset in the source in the leftmost column \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    of each line, followed by one or more columns of data from the \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    source in hexadecimal. The rightmost column of each line shows the \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    printable characters (all others are shown as single dots).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}  The result is returned in a string. Each line of \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    the result consists of the offset in the source in the leftmost \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    column of each line, followed by one or more columns of data from \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    the source in hexadecimal. The rightmost column of each line shows \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    the printable characters (all others are shown as single dots).
</span> platforms           darwin
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  2e5ea203eaca90c02b1975fa79f838b010a29c68 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  1a9d843e7f667c1c6f77c67af5d77e7462ff23b41937cb17454d03535cd9be70 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    3525
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  22c7439f101ee0dc374cea8157113a99eee91367 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  bc36f404438ac36ad2b9295539227d36f99cd1623f1e347af77c594c40ccbcf8 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    12434
</span> 
 if {${perl5.major} != ""} {
     depends_build-append \
</pre><pre style='margin:0'>

</pre>