Update to 0.23
-------------- 0.23 (2015/05/28) (ms) Mark Gardner added separate skips in the test suite to deal with the absense of GNU tar: https://github.com/mschilli/archive-tar-wrapper-perl/pull/7
This commit is contained in:
parent
3fd0c1333e
commit
8ddaf764e1
2 changed files with 11 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2015/06/12 10:48:21 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2015/08/16 00:07:53 mef Exp $
|
||||
|
||||
DISTNAME= Archive-Tar-Wrapper-0.22
|
||||
DISTNAME= Archive-Tar-Wrapper-0.23
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
|
||||
|
||||
|
@ -11,6 +10,11 @@ HOMEPAGE= http://search.cpan.org/~mschilli/Archive-Tar-Wrapper/
|
|||
COMMENT= API wrapper around the 'tar' utility
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
# 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
|
||||
|
||||
PERL5_PACKLIST= auto/Archive/Tar/Wrapper/.packlist
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2015/05/24 07:33:59 mef Exp $
|
||||
$NetBSD: distinfo,v 1.3 2015/08/16 00:07:53 mef Exp $
|
||||
|
||||
SHA1 (Archive-Tar-Wrapper-0.22.tar.gz) = 287fbd4290d6950cc92143a850e3616cf9275378
|
||||
RMD160 (Archive-Tar-Wrapper-0.22.tar.gz) = 9c716770c0d96de6f55c96f6e001c2d7678f9a77
|
||||
Size (Archive-Tar-Wrapper-0.22.tar.gz) = 16230 bytes
|
||||
SHA1 (Archive-Tar-Wrapper-0.23.tar.gz) = 0d3afa0315c6e5a45c1c4d907632cb18dbea2c1f
|
||||
RMD160 (Archive-Tar-Wrapper-0.23.tar.gz) = 08bb974c95182b4240ee1d2954a126cfe5a209bd
|
||||
Size (Archive-Tar-Wrapper-0.23.tar.gz) = 16287 bytes
|
||||
|
|
Loading…
Reference in a new issue