pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/p5-Archive-Tar-Wrapper
Module Name: pkgsrc
Committed By: wen
Date: Fri Jun 22 07:52:01 UTC 2018
Modified Files:
pkgsrc/archivers/p5-Archive-Tar-Wrapper: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/p5-Archive-Tar-Wrapper/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/p5-Archive-Tar-Wrapper/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-Tar-Wrapper/Makefile
diff -u pkgsrc/archivers/p5-Archive-Tar-Wrapper/Makefile:1.6 pkgsrc/archivers/p5-Archive-Tar-Wrapper/Makefile:1.7
--- pkgsrc/archivers/p5-Archive-Tar-Wrapper/Makefile:1.6 Mon Jun 5 14:22:16 2017
+++ pkgsrc/archivers/p5-Archive-Tar-Wrapper/Makefile Fri Jun 22 07:52:01 2018
@@ -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
Index: pkgsrc/archivers/p5-Archive-Tar-Wrapper/distinfo
diff -u pkgsrc/archivers/p5-Archive-Tar-Wrapper/distinfo:1.4 pkgsrc/archivers/p5-Archive-Tar-Wrapper/distinfo:1.5
--- pkgsrc/archivers/p5-Archive-Tar-Wrapper/distinfo:1.4 Tue Nov 3 00:56:24 2015
+++ pkgsrc/archivers/p5-Archive-Tar-Wrapper/distinfo Fri Jun 22 07:52:01 2018
@@ -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