From 38dd08821ad032dc320db1c777966a5c84385afd Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Wed, 28 Aug 2024 01:01:55 -0700 Subject: [PATCH] p5-archive-tar-wrapper: no longer available via CPAN * mark deprecated due to lack of upstream support * fixup homepage, master_sites, livecheck to allow fetch and build of last version for now --- perl/p5-archive-tar-wrapper/Portfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/perl/p5-archive-tar-wrapper/Portfile b/perl/p5-archive-tar-wrapper/Portfile index fb2ef7e1143..e40bb44a8c9 100644 --- a/perl/p5-archive-tar-wrapper/Portfile +++ b/perl/p5-archive-tar-wrapper/Portfile @@ -2,6 +2,7 @@ PortSystem 1.0 PortGroup perl5 1.0 +PortGroup deprecated 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Archive-Tar-Wrapper 0.41 @@ -11,6 +12,15 @@ maintainers {devans @dbevans} openmaintainer description Archive::Tar::Wrapper - API wrapper around the 'tar' utility long_description {*}${description} +# this module is no longer available via CPAN +# mark deprecated due to lack of upstream support +# fixup homepage, master_sites, livecheck to allow fetch and build of last version + +deprecated.upstream_support no +homepage https://metacpan.org/ +master_sites macports +livecheck.type none + platforms {darwin any} supported_archs noarch