Skip to content

Commit

Permalink
- Update to 0.86
Browse files Browse the repository at this point in the history
Upstream changes:
0.86    Thu Dec  5 20:53:07 GMT 2019
* Fix RT#131072 which was due to tar.exe and CRLF line endings

0.84    Wed Dec  4 21:20:04 GMT 2019
* Fix RT#119084 - won't compile on MSWin32 with taint

0.82    Fri Nov 22 19:09:35 GMT 2019
* Correctly compare version string for Archive::Tar (#7)
* Remove duplicate entry from the MANIFEST file. (#6)
* Treat minix the same as NetBSD
  • Loading branch information
wen committed Dec 6, 2019
1 parent cbcaf73 commit 5b15598
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
7 changes: 2 additions & 5 deletions archivers/p5-Archive-Extract/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.10 2019/08/11 13:17:51 wiz Exp $
# $NetBSD: Makefile,v 1.11 2019/12/06 13:26:27 wen Exp $

DISTNAME= Archive-Extract-0.80
DISTNAME= Archive-Extract-0.86
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}

Expand All @@ -11,8 +10,6 @@ HOMEPAGE= https://metacpan.org/release/Archive-Extract
COMMENT= Perl5 module interface to manipulate zip files
LICENSE= ${PERL5_LICENSE}

#DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Raw::Zlib>=2.017

USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Archive/Extract/.packlist

Expand Down
10 changes: 5 additions & 5 deletions archivers/p5-Archive-Extract/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2017/01/20 13:49:50 mef Exp $
$NetBSD: distinfo,v 1.6 2019/12/06 13:26:27 wen Exp $

SHA1 (Archive-Extract-0.80.tar.gz) = 5b0ca7dea8867323bc10e0c71c5a5d3a8893665a
RMD160 (Archive-Extract-0.80.tar.gz) = 5d232bc5bafc9566945d3d6068128a0020f167e9
SHA512 (Archive-Extract-0.80.tar.gz) = 2f216ea29639c4d8b7b19e4b23542b6f69e970cfb0188dca55ff7ce7d3a3021e43129dbdf81b82f7d97d0080d00f858c6af3595520b6bacac30073a8b25ea4f0
Size (Archive-Extract-0.80.tar.gz) = 27813 bytes
SHA1 (Archive-Extract-0.86.tar.gz) = d9a26c39082121658fc10ceefc973cd15c72f410
RMD160 (Archive-Extract-0.86.tar.gz) = d0573241a7f30bff3bd9e33ecaa0d1333bd738a7
SHA512 (Archive-Extract-0.86.tar.gz) = a091b8c489275b8dd3d38e52e983bef7cab7d642e0dc8f6e95f1d8d006d769857b4e5950778bddd3044d6f11b3563c7796361e88869f60a9875529b78c9d1c76
Size (Archive-Extract-0.86.tar.gz) = 28033 bytes

0 comments on commit 5b15598

Please sign in to comment.