Created attachment 237143 [details] Update to 2.28
Hello, what is the reason for archivert/bzip2 run-depends?
(In reply to Dmitry Sivachenko from comment #1) You are absolutely right, unlike the others this is definitely ART10 and NOT ARTPERL10.
Comment on attachment 237143 [details] Update to 2.28 >diff --git a/archivers/p5-Compress-Bzip2/Makefile b/archivers/p5-Compress-Bzip2/Makefile >index de6232d9ec8f..6ebaceadb781 100644 >--- a/archivers/p5-Compress-Bzip2/Makefile >+++ b/archivers/p5-Compress-Bzip2/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= Compress-Bzip2 >-PORTVERSION= 2.24 >+DISTVERSION= 2.28 > CATEGORIES= archivers perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >@@ -8,9 +8,11 @@ MAINTAINER= demon@FreeBSD.org > COMMENT= Perl5 interface to bzip2 compression library > WWW= https://metacpan.org/release/Compress-Bzip2 > >-LICENSE= ART10 GPLv1+ >+LICENSE= ART10 GPLv1+ > LICENSE_COMB= dual > >+RUN_DEPENDS= bzip2:archivers/bzip2 >+ > USES= perl5 > USE_PERL5= configure > >diff --git a/archivers/p5-Compress-Bzip2/distinfo b/archivers/p5-Compress-Bzip2/distinfo >index 9f7710145d5f..c2338e0c2bdb 100644 >--- a/archivers/p5-Compress-Bzip2/distinfo >+++ b/archivers/p5-Compress-Bzip2/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (Compress-Bzip2-2.24.tar.gz) = 7956ac627fb373fae6effede3d21b3157122800224491b124afdd7bb426c8c3f >-SIZE (Compress-Bzip2-2.24.tar.gz) = 886898 >+TIMESTAMP = 1665157833 >+SHA256 (Compress-Bzip2-2.28.tar.gz) = 859f835c3f5c998810d8b2a6f9e282ff99d6cb66ccfa55cae7e66dafb035116e >+SIZE (Compress-Bzip2-2.28.tar.gz) = 895637
(In reply to Dmitry Sivachenko from comment #1) https://metacpan.org/release/RURBAN/Compress-Bzip2-2.28/source/bzlib-src
(In reply to Gian-Simon Purkert from comment #4) I think that sources for libbz are provided for systems which lack libbz.so, but FreeBSD has libbz.so in base system. So these sources are not needed and bzip2 binary is not needed in runtime too.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7c11c584acaa3853e6ac03f98d40e0bbcf2b5f2 commit b7c11c584acaa3853e6ac03f98d40e0bbcf2b5f2 Author: Dmitry Sivachenko <demon@FreeBSD.org> AuthorDate: 2022-10-17 08:06:35 +0000 Commit: Dmitry Sivachenko <demon@FreeBSD.org> CommitDate: 2022-10-17 08:07:28 +0000 archivers/p5-Compress-Bzip2: update to version 2.28. Submitted by: Gian-Simon Purkert <gspurki@gmail.com> PR: 266892 archivers/p5-Compress-Bzip2/Makefile | 2 +- archivers/p5-Compress-Bzip2/distinfo | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-)
Port updated, thanks!