<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/ee49b480b4df85d6e9c47901b203b9c630d470e6">https://github.com/macports/macports-ports/commit/ee49b480b4df85d6e9c47901b203b9c630d470e6</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 ee49b480b4d p5-tk: fix non-default -p in patch file
</span>ee49b480b4d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ee49b480b4df85d6e9c47901b203b9c630d470e6
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Mar 19 05:07:11 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    p5-tk: fix non-default -p in patch file
</span>---
 perl/p5-tk/files/patch-fix-implicit.diff | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-tk/files/patch-fix-implicit.diff b/perl/p5-tk/files/patch-fix-implicit.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 313691623d1..ec87daeb597 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-tk/files/patch-fix-implicit.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-tk/files/patch-fix-implicit.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,8 +12,8 @@ Hstrtoul.c: missing string.h for strcmp()
</span> 
 diff --git a/pTk/config/Hstrdup.c b/pTk/config/Hstrdup.c
 index bbde6d2c..4c6b6abf 100644
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- a/pTk/config/Hstrdup.c
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ b/pTk/config/Hstrdup.c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- pTk/config/Hstrdup.c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ pTk/config/Hstrdup.c
</span> @@ -1,3 +1,4 @@
 +#include <stdlib.h>
  #include <string.h>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,8 +21,8 @@ index bbde6d2c..4c6b6abf 100644
</span>  #define STRING "Whatever"
 diff --git a/pTk/config/Hstrtoul.c b/pTk/config/Hstrtoul.c
 index a5be7031..e29e4e4e 100644
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- a/pTk/config/Hstrtoul.c
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ b/pTk/config/Hstrtoul.c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- pTk/config/Hstrtoul.c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ pTk/config/Hstrtoul.c
</span> @@ -1,4 +1,5 @@
  #include <stdlib.h>
 +#include <string.h>
</pre><pre style='margin:0'>

</pre>