<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/38dd08821ad032dc320db1c777966a5c84385afd">https://github.com/macports/macports-ports/commit/38dd08821ad032dc320db1c777966a5c84385afd</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 38dd08821ad p5-archive-tar-wrapper: no longer available via CPAN
</span>38dd08821ad is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 38dd08821ad032dc320db1c777966a5c84385afd
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Wed Aug 28 01:01:55 2024 -0700
<span style='display:block; white-space:pre;color:#404040;'> p5-archive-tar-wrapper: no longer available via CPAN
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> * mark deprecated due to lack of upstream support
</span><span style='display:block; white-space:pre;color:#404040;'> * fixup homepage, master_sites, livecheck to allow fetch and build of last version for now
</span>---
perl/p5-archive-tar-wrapper/Portfile | 10 ++++++++++
1 file changed, 10 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-archive-tar-wrapper/Portfile b/perl/p5-archive-tar-wrapper/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fb2ef7e1143..e40bb44a8c9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-archive-tar-wrapper/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-archive-tar-wrapper/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span>
PortSystem 1.0
PortGroup perl5 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup deprecated 1.0
</span>
perl5.branches 5.28 5.30 5.32 5.34
perl5.setup Archive-Tar-Wrapper 0.41
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,6 +12,15 @@ maintainers {devans @dbevans} openmaintainer
</span> description Archive::Tar::Wrapper - API wrapper around the 'tar' utility
long_description {*}${description}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# this module is no longer available via CPAN
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# mark deprecated due to lack of upstream support
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# fixup homepage, master_sites, livecheck to allow fetch and build of last version
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+deprecated.upstream_support no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage https://metacpan.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites macports
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.type none
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> platforms {darwin any}
supported_archs noarch
</pre><pre style='margin:0'>
</pre>