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 (archivers/p5-Archive...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d10d14e590f1
branches:  trunk
changeset: 343428:d10d14e590f1
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Nov 04 03:37:54 2019 +0000

description:
(archivers/p5-Archive-Tar-Wrapper) Updated from 0.33 to 0.37

(from: HomePage)
0.37 (2019/08/24):
    Fixed issue 14 - https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/14

0.36 (2019/04/11):
    Bug fixes since tests on Windows were failing after latests changes.
    Refactored code due unexpected way bsdtar on Windows and tar on OpenBSD behave.
    Refactored the tests due the bugs found.
    Small fixes on Pod, specially the section for MS Windows users.
    Added the missing tests to the MANIFEST.

0.35 (2019/04/05):
    Added _rem_dots method, a improved way to remove '.' and '..' from readdir(), supposed to be faster than previous implementation with sort() and shift().
    Added two more tests to increase testing coverage.
    Fixed a small bug regarding Pod, that now covers 100% of the code.
    Small fixes to documentation.

0.34 (2019/03/22):
    Increased test coverage.
    Refactored code to make it easier for testing.
    Disabled performance-small.t for now.
    Refactored bzip2 tests.
    Adding META.yml "provides" from Makefile.PL
    Covered methods that didn't have Pod.
    Refactored all Pod following best practices.
    Refactored a single method to be "private".
    Slightly changed new() to enable unit testing for OS specific configurations.

diffstat:

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

diffs (35 lines):

diff -r 1ad5cdd19cf5 -r d10d14e590f1 archivers/p5-Archive-Tar-Wrapper/Makefile
--- a/archivers/p5-Archive-Tar-Wrapper/Makefile Mon Nov 04 01:11:46 2019 +0000
+++ b/archivers/p5-Archive-Tar-Wrapper/Makefile Mon Nov 04 03:37:54 2019 +0000
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.11 2019/08/11 13:17:51 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2019/11/04 03:37:54 mef Exp $
 
-DISTNAME=      Archive-Tar-Wrapper-0.33
+DISTNAME=      Archive-Tar-Wrapper-0.37
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Archive/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://metacpan.org/release/MSCHILLI/Archive-Tar-Wrapper-0.23
+HOMEPAGE=      https://metacpan.org/pod/Archive::Tar::Wrapper
 COMMENT=       API wrapper around the 'tar' utility
 LICENSE=       gnu-gpl-v3
 
diff -r 1ad5cdd19cf5 -r d10d14e590f1 archivers/p5-Archive-Tar-Wrapper/distinfo
--- a/archivers/p5-Archive-Tar-Wrapper/distinfo Mon Nov 04 01:11:46 2019 +0000
+++ b/archivers/p5-Archive-Tar-Wrapper/distinfo Mon Nov 04 03:37:54 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/08/21 09:39:41 wiz Exp $
+$NetBSD: distinfo,v 1.7 2019/11/04 03:37:54 mef Exp $
 
-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
+SHA1 (Archive-Tar-Wrapper-0.37.tar.gz) = f02e798411774e0b1dce5603a9e317bbb4d29a34
+RMD160 (Archive-Tar-Wrapper-0.37.tar.gz) = 24f981f54f1f608e4f87089de39b2a8b875ef18a
+SHA512 (Archive-Tar-Wrapper-0.37.tar.gz) = 49c74cfa84ba20b3c078d00815bce0688698305b39e1cbf1d81461be77bd318cdd15d98e46e5d6d0b3ed7c0fdb35c6e3f50c5cf2109bcde9c8367f11b9b955d5
+Size (Archive-Tar-Wrapper-0.37.tar.gz) = 38252 bytes



Home | Main Index | Thread Index | Old Index