1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

archivers/p5-IO-Compress-Lzma: Remove patch file after cf33840b7f

This commit is contained in:
Po-Chuan Hsieh 2022-06-03 16:50:29 +08:00
parent 9b8c437147
commit c25304e4ad
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 1 additions and 21 deletions

View File

@ -15,7 +15,7 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Compress-Raw-Lzma>=${PORTVERSION}:archivers/p5-Compress-Raw-Lzma \
p5-IO-Compress>=${PORTVERSION}:archivers/p5-IO-Compress
TEST_DEPENDS= 7zz:archivers/7-zip \
TEST_DEPENDS= 7z:archivers/7-zip \
lzip:archivers/lzip \
p5-IO-String>=0:devel/p5-IO-String \
p5-Test-CPAN-Meta>=0:devel/p5-Test-CPAN-Meta \

View File

@ -1,20 +0,0 @@
--- t/050interop-zip-lzma.t.orig 2020-10-31 11:10:56 UTC
+++ t/050interop-zip-lzma.t
@@ -22,7 +22,7 @@ BEGIN {
use bytes;
use warnings;
-my $P7ZIP ='7z';
+my $P7ZIP ='7zz';
sub ExternalP7ZipWorks
@@ -115,7 +115,7 @@ sub memError
BEGIN {
# Check external 7za exists
- my $p7zip = '7z';
+ my $p7zip = '7zz';
for my $dir (reverse split ":", $ENV{PATH})
{
$P7ZIP = "$dir/$p7zip"