Updating devel/p5-Path-Class from 0.17 to 0.18.
pkgsrc changes: - Adjusting HOMEPAGE URI and dependencies Upstream changes: 0.18 - Sun Dec 20 10:11:02 CST 2009 - Similar to the next() bug for files/directories named "0" or "0.0" in the previous release, the children() and recurse() methods have now been fixed in the same way. [spotted by ARTHAS, MSISK]
This commit is contained in:
parent
fe2c3e83ee
commit
905c6bec4c
2 changed files with 9 additions and 9 deletions
|
@ -1,13 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.5 2009/06/15 20:18:06 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2010/01/16 15:16:37 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Path-Class-0.17
|
||||
DISTNAME= Path-Class-0.18
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWILLIAMS/}
|
||||
|
||||
MAINTAINER= bad@netbsd.org
|
||||
HOMEPAGE= http://search.cpan.org/~kwilliams/Path-Class-0.16/
|
||||
MAINTAINER= bad@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Path-Class/
|
||||
COMMENT= Cross-platform path specification manipulation
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
|
@ -17,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
PERL5_MODULE_TYPE= Module::Build
|
||||
PERL5_PACKLIST= auto/Path/Class/.packlist
|
||||
|
||||
DEPENDS+= p5-PathTools>=3.19:../../devel/p5-PathTools
|
||||
DEPENDS+= {perl>=5.10.0,p5-PathTools>=3.19}:../../devel/p5-PathTools
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2009/06/15 20:18:06 sno Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/01/16 15:16:37 sno Exp $
|
||||
|
||||
SHA1 (Path-Class-0.17.tar.gz) = e1a8b7df1da11357ab3d335e7a40eaf444bcfde6
|
||||
RMD160 (Path-Class-0.17.tar.gz) = 3d4d09426d103840bd4e3d6ee44e906e7b92bf76
|
||||
Size (Path-Class-0.17.tar.gz) = 18744 bytes
|
||||
SHA1 (Path-Class-0.18.tar.gz) = a6ca799e2e804c20fbf2cc487beb8a9a41b3474b
|
||||
RMD160 (Path-Class-0.18.tar.gz) = 764be8a3b400bb19f71a431d1bfa34159b169194
|
||||
Size (Path-Class-0.18.tar.gz) = 22463 bytes
|
||||
|
|
Loading…
Reference in a new issue