Date: Sat, 27 May 2023 23:55:54 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fd2ed189d8d1 - main - www/p5-Perlanet: Update to 3.0.3 Message-ID: <202305272355.34RNtsbc064127@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd2ed189d8d1e282146e9123c43d3ce07a142ad1 commit fd2ed189d8d1e282146e9123c43d3ce07a142ad1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-27 23:27:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-27 23:44:41 +0000 www/p5-Perlanet: Update to 3.0.3 Changes: https://metacpan.org/dist/Perlanet/changes --- www/p5-Perlanet/Makefile | 4 ++-- www/p5-Perlanet/distinfo | 6 +++--- www/p5-Perlanet/files/patch-Makefile.PL | 10 ++++++++++ 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/www/p5-Perlanet/Makefile b/www/p5-Perlanet/Makefile index ad3ff135f9ce..483e06b8cf79 100644 --- a/www/p5-Perlanet/Makefile +++ b/www/p5-Perlanet/Makefile @@ -1,5 +1,5 @@ PORTNAME= Perlanet -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.3 DISTVERSIONPREFIX= v CATEGORIES= www perl5 MASTER_SITES= CPAN @@ -18,7 +18,7 @@ RUN_DEPENDS= p5-CHI>=0:devel/p5-CHI \ p5-DateTime>=0:devel/p5-DateTime \ p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \ p5-HTML-Scrubber>=0:www/p5-HTML-Scrubber \ - p5-HTML-Tidy>=0:textproc/p5-HTML-Tidy \ + p5-HTML-T5>=0:textproc/p5-HTML-T5 \ p5-Moose>=0:devel/p5-Moose \ p5-MooseX-ConfigFromFile>=0:devel/p5-MooseX-ConfigFromFile \ p5-MooseX-Traits>=0:devel/p5-MooseX-Traits \ diff --git a/www/p5-Perlanet/distinfo b/www/p5-Perlanet/distinfo index 4a481657d36d..f345da330014 100644 --- a/www/p5-Perlanet/distinfo +++ b/www/p5-Perlanet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679499190 -SHA256 (Perlanet-v3.0.0.tar.gz) = 278bde266eeb7069abe8d9c089164a1cf0047f3e776da5f3e8ec2c61b194c7d3 -SIZE (Perlanet-v3.0.0.tar.gz) = 71990 +TIMESTAMP = 1685162478 +SHA256 (Perlanet-v3.0.3.tar.gz) = dad3a9de862b4a0a32e785322a8c3f388e5451fc4722d3f36a42d0d9fa503d35 +SIZE (Perlanet-v3.0.3.tar.gz) = 71988 diff --git a/www/p5-Perlanet/files/patch-Makefile.PL b/www/p5-Perlanet/files/patch-Makefile.PL new file mode 100644 index 000000000000..b45dd92a038f --- /dev/null +++ b/www/p5-Perlanet/files/patch-Makefile.PL @@ -0,0 +1,10 @@ +--- Makefile.PL.orig 2023-05-22 08:51:28 UTC ++++ Makefile.PL +@@ -6,7 +6,6 @@ WriteMakefile + 'NAME' => 'Perlanet', + 'VERSION_FROM' => 'lib/Perlanet.pm', + 'PREREQ_PM' => { +- 'Alien::TidyHTML5' => 0, + 'DateTime' => 0, + 'DateTime::Duration' => 0, + 'DateTime::Format::Strptime' => 0,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305272355.34RNtsbc064127>