From 44500fd874d257f5472b4415aa61ec0634a763d2 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 2 Jun 2025 00:12:02 +0800 Subject: textproc/p5-HTML-T5: Fix tidy5 linkage - Bump PORTREVISION for package change PR: 286397 Reported by: rodrigo --- textproc/p5-HTML-T5/files/patch-Makefile.PL | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'textproc/p5-HTML-T5/files') diff --git a/textproc/p5-HTML-T5/files/patch-Makefile.PL b/textproc/p5-HTML-T5/files/patch-Makefile.PL index 871381c12f2e..67cdfb010be3 100644 --- a/textproc/p5-HTML-T5/files/patch-Makefile.PL +++ b/textproc/p5-HTML-T5/files/patch-Makefile.PL @@ -1,6 +1,6 @@ ---- Makefile.PL.orig 2020-11-17 10:01:32 UTC +--- Makefile.PL.orig 2025-02-09 13:47:08 UTC +++ Makefile.PL -@@ -7,17 +7,12 @@ use strict; +@@ -7,17 +7,12 @@ use ExtUtils::MakeMaker 6.52; use warnings; use ExtUtils::MakeMaker 6.52; @@ -27,7 +27,7 @@ }, }, resources => { -@@ -64,11 +57,7 @@ my $parms = { +@@ -64,11 +57,10 @@ my $parms = { dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'HTML-T5-*' }, }; @@ -36,7 +36,10 @@ - Alien::Base::Wrapper->new('Alien::TidyHTML5=0.3.0')->mm_args2(%$parms); -$foo{CONFIGURE_REQUIRES}{'Alien::Base::Wrapper'} = '2.02'; -WriteMakefile(%foo); -+WriteMakefile(); ++WriteMakefile( ++ NAME => 'HTML::T5', ++ LIBS => [ '-ltidy5' ], ++); sub MY::postamble { ## no critic ( Subroutines::ProhibitQualifiedSubDeclarations ) -- cgit v1.2.3