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 Update to 0.28



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1897147aef00
branches:  trunk
changeset: 382087:1897147aef00
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Jun 22 07:52:01 2018 +0000

description:
Update to 0.28
Update LICENSE

Upstream changes:
0.26 (2018/06/09)
    Implemented refactoring due warnings from Perl::Critic.

0.25 (2018/06/04)
    Implemented refactoring due warnings from Perl::Critic.
    Merge pull request #3 from manwar/suggest-code-tidy

0.24 (2018/06/02)
    Added a LICENSE file (GNU GPL v3).
    Removed MYMETA files (see https://rt.cpan.org/Ticket/Display.html?id=108171).
    Improved Kwalitee by adding information to Makefile.PL
    Fixed tests under OpenBSD
    Added some code to check for OpenBSD tar, which is not quite compatible to the command line options passed by this module.
    Also made the method is_gnu() more robust, testing the return code and properly handling STDOUT and STDERR when trying "tar --version".
    Dependencies added are those already available on standard perl (Config and IPC::Open3).
    Added a README.md for better formatting in Github project page.
    Small refactorings and code formating with perltidy.

diffstat:

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

diffs (37 lines):

diff -r 176ff960d606 -r 1897147aef00 archivers/p5-Archive-Tar-Wrapper/Makefile
--- a/archivers/p5-Archive-Tar-Wrapper/Makefile Fri Jun 22 07:45:53 2018 +0000
+++ b/archivers/p5-Archive-Tar-Wrapper/Makefile Fri Jun 22 07:52:01 2018 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.6 2017/06/05 14:22:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2018/06/22 07:52:01 wen Exp $
 
-DISTNAME=      Archive-Tar-Wrapper-0.23
+DISTNAME=      Archive-Tar-Wrapper-0.28
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Archive/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/~mschilli/Archive-Tar-Wrapper/
 COMMENT=       API wrapper around the 'tar' utility
-LICENSE=       ${PERL5_LICENSE}
+LICENSE=       gnu-gpl-v3
 
 # for make test
 BUILD_DEPENDS+=        p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl
diff -r 176ff960d606 -r 1897147aef00 archivers/p5-Archive-Tar-Wrapper/distinfo
--- a/archivers/p5-Archive-Tar-Wrapper/distinfo Fri Jun 22 07:45:53 2018 +0000
+++ b/archivers/p5-Archive-Tar-Wrapper/distinfo Fri Jun 22 07:52:01 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 00:56:24 agc Exp $
+$NetBSD: distinfo,v 1.5 2018/06/22 07:52:01 wen Exp $
 
-SHA1 (Archive-Tar-Wrapper-0.23.tar.gz) = 0d3afa0315c6e5a45c1c4d907632cb18dbea2c1f
-RMD160 (Archive-Tar-Wrapper-0.23.tar.gz) = 08bb974c95182b4240ee1d2954a126cfe5a209bd
-SHA512 (Archive-Tar-Wrapper-0.23.tar.gz) = 81ebef094b3392337d09ef33c92e3059fd5c4826133f1b4d2c6fdd8c0b65a611148a3731523616f464918691d47ed5140f9e03963cfdd02216192246d95bebb9
-Size (Archive-Tar-Wrapper-0.23.tar.gz) = 16287 bytes
+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



Home | Main Index | Thread Index | Old Index