Changes 0.18:
* bump up version of IO::File required Changes 0.17: * avoid test failures on Win32 by using . instead of TMPDIR for writing test files
This commit is contained in:
parent
a9d8d154e6
commit
21bb2b8946
2 changed files with 9 additions and 11 deletions
|
@ -1,9 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2010/09/08 05:38:03 sno Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.5 2011/08/10 08:33:08 adam Exp $
|
||||
|
||||
DISTNAME= Config-INI-0.016
|
||||
DISTNAME= Config-INI-0.018
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
|
||||
|
||||
|
@ -14,10 +12,10 @@ LICENSE= ${PERL5_LICENSE}
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Config/INI/.packlist
|
||||
|
||||
DEPENDS+= p5-Mixin-Linewise-[0-9]*:../../devel/p5-Mixin-Linewise
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Config/INI/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2010/09/08 05:38:03 sno Exp $
|
||||
$NetBSD: distinfo,v 1.4 2011/08/10 08:33:08 adam Exp $
|
||||
|
||||
SHA1 (Config-INI-0.016.tar.gz) = 3e8724bb818bbeba8a1063aae48da77b5e835f6e
|
||||
RMD160 (Config-INI-0.016.tar.gz) = af9ea56e20dd7b1b46b9820c789cd3c133939160
|
||||
Size (Config-INI-0.016.tar.gz) = 35245 bytes
|
||||
SHA1 (Config-INI-0.018.tar.gz) = 45b68685024371c65b27774cf34d55683a75b97e
|
||||
RMD160 (Config-INI-0.018.tar.gz) = cb11f1cbdef549815022b327ba91007e8ebff0d7
|
||||
Size (Config-INI-0.018.tar.gz) = 18923 bytes
|
||||
|
|
Loading…
Reference in a new issue