pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/p5-Archive-Extract



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Dec  6 13:26:27 UTC 2019

Modified Files:
        pkgsrc/archivers/p5-Archive-Extract: Makefile distinfo

Log Message:
- Update to 0.86

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/p5-Archive-Extract/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/p5-Archive-Extract/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/p5-Archive-Extract/Makefile
diff -u pkgsrc/archivers/p5-Archive-Extract/Makefile:1.10 pkgsrc/archivers/p5-Archive-Extract/Makefile:1.11
--- pkgsrc/archivers/p5-Archive-Extract/Makefile:1.10   Sun Aug 11 13:17:51 2019
+++ pkgsrc/archivers/p5-Archive-Extract/Makefile        Fri Dec  6 13:26:27 2019
@@ -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/}
 
@@ -11,8 +10,6 @@ HOMEPAGE=     https://metacpan.org/release/A
 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
 

Index: pkgsrc/archivers/p5-Archive-Extract/distinfo
diff -u pkgsrc/archivers/p5-Archive-Extract/distinfo:1.5 pkgsrc/archivers/p5-Archive-Extract/distinfo:1.6
--- pkgsrc/archivers/p5-Archive-Extract/distinfo:1.5    Fri Jan 20 13:49:50 2017
+++ pkgsrc/archivers/p5-Archive-Extract/distinfo        Fri Dec  6 13:26:27 2019
@@ -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



Home | Main Index | Thread Index | Old Index