Updating devel/p5-File-chdir from 0.1002nb2 to 0.1004
pkgsrc changes: - adding license definition - updating Perl5 core dependencies Upstream changes: 0.1004 Wed Jun 9 14:14:54 EDT 2010 - Build.Pl and Makefile.PL will bail out on Perl 5.13.1, which accidentally broke File::chdir 0.1003 Tue Apr 27 21:21:32 EDT 2010 - testfix: remove -T flag in tests
This commit is contained in:
parent
639ddef83e
commit
c44e260dad
2 changed files with 10 additions and 10 deletions
|
@ -1,24 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.7 2010/08/21 16:33:46 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2010/09/01 05:36:00 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= File-chdir-0.1002
|
||||
DISTNAME= File-chdir-0.1004
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
#PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/File-chdir/
|
||||
COMMENT= Perl module with a more sensible way to change directories
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-PathTools>=3.27:../../devel/p5-PathTools
|
||||
DEPENDS+= {perl>=5.10.0,p5-PathTools>=3.27}:../../devel/p5-PathTools
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PERL5_PACKLIST= auto/File/chdir/.packlist
|
||||
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
PERL5_PACKLIST= auto/File/chdir/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2008/09/13 14:07:01 he Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/09/01 05:36:00 sno Exp $
|
||||
|
||||
SHA1 (File-chdir-0.1002.tar.gz) = af9db76a064806686646ccb08b64fa2046d73fa8
|
||||
RMD160 (File-chdir-0.1002.tar.gz) = d18cefe62d7b7dc1fe622c7020711b0254806b8f
|
||||
Size (File-chdir-0.1002.tar.gz) = 36601 bytes
|
||||
SHA1 (File-chdir-0.1004.tar.gz) = b1cfbdf7a25c8a718b0510cb8fc0f0107791b56c
|
||||
RMD160 (File-chdir-0.1004.tar.gz) = 12b4619a7952f4de0709ad452ffff9dcf213ce2b
|
||||
Size (File-chdir-0.1004.tar.gz) = 43097 bytes
|
||||
|
|
Loading…
Reference in a new issue