On 2025/02/02 11:42, Andrew Hewus Fresh wrote: > I'm not quite sure I got this right, but p5-Test-Suite has moved to > base, which means we can remove the port and the DEPENDS. > > Will send a follow-up with the actual removal, but this should update > quirks and adjust the DEPENDS for all ports that currently require it > (except OpenSMTPd::Filter, since I'll be releasing an update and > updating that soon). > > Comments, suggestions, what did I miss? OK?
> Index: ./devel/quirks/files/Quirks.pm > =================================================================== > RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v > diff -u -p -u -r1.1691 Quirks.pm > --- ./devel/quirks/files/Quirks.pm 21 Jan 2025 08:08:56 -0000 1.1691 > +++ ./devel/quirks/files/Quirks.pm 2 Feb 2025 19:36:07 -0000 > @@ -1225,6 +1225,7 @@ setup_obsolete_reason( > 0 => 'burpsuite', > 7 => 'govc', > 7 => 'vcsim', > + 4 => 'p5-Test2-Suite', > ); This should go in $base_exceptions instead; Index: files/Quirks.pm =================================================================== RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v diff -u -p -r1.1693 Quirks.pm --- files/Quirks.pm 24 Jan 2025 09:26:53 -0000 1.1693 +++ files/Quirks.pm 3 Feb 2025 14:02:19 -0000 @@ -60,6 +60,8 @@ my $base_exceptions = { # 6.9 'acme-client' => '/usr/sbin/acme-client', 'libexecinfo' => '/usr/include/execinfo.h', +# 7.7 + 'p5-Test2-Suite' => '/usr/libdata/perl5/Test2/Suite.pm', }; my $stem_extensions = {