pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-File-Find-Rule Updating devel/p5-File-Find-Ru...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c646feaec9c9
branches:  trunk
changeset: 570090:c646feaec9c9
user:      sno <sno%pkgsrc.org@localhost>
date:      Mon Jan 25 12:26:27 2010 +0000

description:
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:

 devel/p5-File-Find-Rule/Makefile |  9 +++++----
 devel/p5-File-Find-Rule/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r 17c2bb8a25e7 -r c646feaec9c9 devel/p5-File-Find-Rule/Makefile
--- a/devel/p5-File-Find-Rule/Makefile  Mon Jan 25 12:15:01 2010 +0000
+++ b/devel/p5-File-Find-Rule/Makefile  Mon Jan 25 12:26:27 2010 +0000
@@ -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 @@
 MAINTAINER=    hiramatu%boreas.dti.ne.jp@localhost
 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 -r 17c2bb8a25e7 -r c646feaec9c9 devel/p5-File-Find-Rule/distinfo
--- a/devel/p5-File-Find-Rule/distinfo  Mon Jan 25 12:15:01 2010 +0000
+++ b/devel/p5-File-Find-Rule/distinfo  Mon Jan 25 12:26:27 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index