archivers/p5-IO-Compress-Lzma: Remove patch file after cf33840b7f
This commit is contained in:
parent
9b8c437147
commit
c25304e4ad
2 changed files with 1 additions and 21 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
Loading…
Reference in a new issue