pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/p5-Archive-Tar-Wrapper p5-Archive-Tar-Wrappe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81fe0a3b8c23
branches:  trunk
changeset: 384309:81fe0a3b8c23
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 21 09:39:41 2018 +0000

description:
p5-Archive-Tar-Wrapper: update to 0.33.

0.33 (2018/07/10):
    Skipping bzip2 testing if the program is not available
    (https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/11).
    Undeclared dependency of Dumbbench
    (https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/12).

0.32 (2018/07/10):
    Typo fixed by Mohammad S Anwar
    (https://github.com/glasswalk3r/archive-tar-wrapper-perl/pull/10).
    Refactored performance tests, and now they will run as TODO to test the
    hypotesis that there is a better algorithm to write() method.

0.31 (2018/07/03):
    Enabled performance testing to acquire from different setups which scheme is
    faster to remove dots when reading directories.
    Disabled Solaris OS until issues are fixed.
    Fixed bug introduced in Makefile.PL due changes of release 0.30 (thanks to
    David Cantrell <david%cantrell.org.uk@localhost>).
    Updated documentation.

0.30 (2018/06):
    Keeping track of changes per request
    https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/7.
    Fixing proper handling of File::Which when checking on Microsoft Windows.
    Refactored troubleshooting messages on Microsoft Windows.
    Bug fixes provided by Shoichi Kaji (skaji at cpan.org) in PRs
    https://github.com/glasswalk3r/archive-tar-wrapper-perl/pull/9
    and https://github.com/glasswalk3r/archive-tar-wrapper-perl/pull/8

0.29 (2018/06/25):
    Added Microsoft Windows support with the help of Ingram Braun M.A.
    <me%ingram-braun.net@localhost>.

diffstat:

 archivers/p5-Archive-Tar-Wrapper/Makefile |  12 ++++++------
 archivers/p5-Archive-Tar-Wrapper/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs (42 lines):

diff -r e3b499123e85 -r 81fe0a3b8c23 archivers/p5-Archive-Tar-Wrapper/Makefile
--- a/archivers/p5-Archive-Tar-Wrapper/Makefile Tue Aug 21 09:36:01 2018 +0000
+++ b/archivers/p5-Archive-Tar-Wrapper/Makefile Tue Aug 21 09:39:41 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/06/22 07:52:01 wen Exp $
+# $NetBSD: Makefile,v 1.8 2018/08/21 09:39:41 wiz Exp $
 
-DISTNAME=      Archive-Tar-Wrapper-0.28
+DISTNAME=      Archive-Tar-Wrapper-0.33
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Archive/}
@@ -10,10 +10,10 @@
 COMMENT=       API wrapper around the 'tar' utility
 LICENSE=       gnu-gpl-v3
 
-# for make test
-BUILD_DEPENDS+=        p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl
-BUILD_DEPENDS+=        p5-File-Which-[0-9]*:../../devel/p5-File-Which
-BUILD_DEPENDS+=        p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
+DEPENDS+=      p5-File-Which-[0-9]*:../../devel/p5-File-Which
+TEST_DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl
+TEST_DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
+TEST_DEPENDS+= p5-Dumbbench-[0-9]*:../../benchmarks/p5-Dumbbench
 
 PERL5_PACKLIST=        auto/Archive/Tar/Wrapper/.packlist
 USE_LANGUAGES= # none
diff -r e3b499123e85 -r 81fe0a3b8c23 archivers/p5-Archive-Tar-Wrapper/distinfo
--- a/archivers/p5-Archive-Tar-Wrapper/distinfo Tue Aug 21 09:36:01 2018 +0000
+++ b/archivers/p5-Archive-Tar-Wrapper/distinfo Tue Aug 21 09:39:41 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/22 07:52:01 wen Exp $
+$NetBSD: distinfo,v 1.6 2018/08/21 09:39:41 wiz Exp $
 
-SHA1 (Archive-Tar-Wrapper-0.28.tar.gz) = 5902e4763346cec215bd996576c9745203a9e3cc
-RMD160 (Archive-Tar-Wrapper-0.28.tar.gz) = ae0bcd86ed33fe16569931ba7f38051781250e65
-SHA512 (Archive-Tar-Wrapper-0.28.tar.gz) = acddfb73980dd5b38ef67c7295ae402faf10d40404a30025efb82352defd160588ec643c8226923c7b336a0b50234a7004e890faccb6a7f2f7251a8d26868b50
-Size (Archive-Tar-Wrapper-0.28.tar.gz) = 31925 bytes
+SHA1 (Archive-Tar-Wrapper-0.33.tar.gz) = 3527bc7ad09f03c581630020f67513692f33511a
+RMD160 (Archive-Tar-Wrapper-0.33.tar.gz) = 36f2ce06636c29636d73c90f226b74185db15e61
+SHA512 (Archive-Tar-Wrapper-0.33.tar.gz) = 1fc25a3ffa5a59e16a93bd0aabf49e245b114e9267ec89ffa273cf77d4a174327f57b370a170a01d47e59da5c3051ecc69f0dc60b26c39348808f66781f45bc3
+Size (Archive-Tar-Wrapper-0.33.tar.gz) = 34530 bytes



Home | Main Index | Thread Index | Old Index