diff options
author | sno <sno@pkgsrc.org> | 2010-01-25 12:26:27 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-25 12:26:27 +0000 |
commit | 500f11344a856c97bb89831bbfda0b3c9b22cca5 (patch) | |
tree | f9444c7798f337045623abf5099befcf3714a812 /devel | |
parent | 46bcd124832fc1ff59c88fb6ca5b47c7bbfccf2b (diff) | |
download | pkgsrc-500f11344a856c97bb89831bbfda0b3c9b22cca5.tar.gz |
Updating devel/p5-File-Find-Rule from 0.30nb1 to 0.32
- Adding license definition
- Adjusting dependencies
Upstream changes:
0.32 Saturday 28th November, 2009
Rework the referencing of anyonymous subroutines internally,
closes RT#46599 (Reported by Kevin Ryde)
0.31 Friday 27th November 2009
Move to Makefile.PL
use Test::Differences in the testsuite if available.
Rearrange the testsuite so you don't keep tripping over yourself.
Dropped 5.00503 backwards compatibility, allows some 5.6isms and
dropping the shonky Cwd code.
All taint 'bugs' are now the same as the behaviour of File::Find,
documentation has been added to describe this.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-Find-Rule/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-File-Find-Rule/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-File-Find-Rule/Makefile b/devel/p5-File-Find-Rule/Makefile index d62d9e94294..587247a16cf 100644 --- a/devel/p5-File-Find-Rule/Makefile +++ b/devel/p5-File-Find-Rule/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2008/10/19 19:17:54 he Exp $ +# $NetBSD: Makefile,v 1.7 2010/01/25 12:26:27 sno Exp $ -DISTNAME= File-Find-Rule-0.30 +DISTNAME= File-Find-Rule-0.32 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 SVR4_PKGNAME= p5ffr CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} @@ -10,12 +10,13 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} MAINTAINER= hiramatu@boreas.dti.ne.jp HOMEPAGE= http://search.cpan.org/dist/File-Find-Rule/ COMMENT= Alternative interface to File::Find +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Number-Compare>=0.01:../../math/p5-Number-Compare -DEPENDS+= p5-Text-Glob>=0.06:../../textproc/p5-Text-Glob +DEPENDS+= p5-Text-Glob>=0.07:../../textproc/p5-Text-Glob PERL5_PACKLIST= auto/File/Find/Rule/.packlist diff --git a/devel/p5-File-Find-Rule/distinfo b/devel/p5-File-Find-Rule/distinfo index 5fa9be72f74..286e3136ae8 100644 --- a/devel/p5-File-Find-Rule/distinfo +++ b/devel/p5-File-Find-Rule/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2006/07/19 22:38:13 wiz Exp $ +$NetBSD: distinfo,v 1.3 2010/01/25 12:26:27 sno Exp $ -SHA1 (File-Find-Rule-0.30.tar.gz) = cd160432a028cf076988fa77ace3a8c3738dfa98 -RMD160 (File-Find-Rule-0.30.tar.gz) = 59aab473fea0d7a6de953a2a952a07d71c7bb459 -Size (File-Find-Rule-0.30.tar.gz) = 14684 bytes +SHA1 (File-Find-Rule-0.32.tar.gz) = 3cdb5d0efe0d509027469cd1edc1e4d20e964c84 +RMD160 (File-Find-Rule-0.32.tar.gz) = 5bf2e80501d01e3ee4c24b437ad9b7f58ad80b36 +Size (File-Find-Rule-0.32.tar.gz) = 15534 bytes |