Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv29924

Modified Files:
        file-find-rule-perl-pm.info 
Added Files:
        file-find-rule-perl-pm.patch 
Log Message:
Fix tests with extutils-makemaker >= 6.58.


Index: file-find-rule-perl-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/file-find-rule-perl-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- file-find-rule-perl-pm.info 21 Jul 2011 21:28:59 -0000      1.3
+++ file-find-rule-perl-pm.info 7 Aug 2011 13:27:51 -0000       1.4
@@ -1,16 +1,20 @@
 Info2: <<
 Package: file-find-rule-perl-pm%type_pkg[perl]
 Version: 1.10
-Revision: 1
+Revision: 2
 Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] 
= 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, 
(%type_pkg[perl] = 588) 10.6
 License: Artistic/GPL
 Description: Common rules for searching for Perl things
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 Homepage: http://search.cpan.org/dist/File-Find-Rule-Perl/
+DescPackaging: Patch tests to work with extutils-makemaker >=6.58.
 
 Source: mirror:cpan:authors/id/A/AD/ADAMK/File-Find-Rule-Perl-%v.tar.gz
 Source-MD5: 3a45fa1d12189643863fb77274e8195c
 
+PatchFile: %{ni}.patch
+PatchFile-MD5: bf8980e6c0e1dd3984952e3ea9405740
+
 Type: perl (5.8.6 5.8.8 5.10.0 5.12.3)
 UpdatePOD: true
 
@@ -23,7 +27,7 @@
        parse-cpan-meta-pm,
        perl%type_pkg[perl]-core
 <<
-BuildDepends: fink (>= 0.20.3)
+BuildDepends: fink (>= 0.24.12)
 
 InfoTest: TestDepends: test-simple-pm%type_pkg[perl] (>= 0.95-1)
 

--- NEW FILE: file-find-rule-perl-pm.patch ---
>From 17d36085f5776673e4100512159d3aa835bf559d Mon Sep 17 00:00:00 2001
From: Michael G. Schwern <schw...@pobox.com>
Date: Thu, 31 Mar 2011 09:57:53 +1100
Subject: [PATCH] Fix the test for ExtUtils::MakeMaker and also being in a git 
repository.

---
 t/03_no_index.t |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/t/03_no_index.t b/t/03_no_index.t
index 1bef5c5..256ebc2 100644
--- a/t/03_no_index.t
+++ b/t/03_no_index.t
@@ -39,12 +39,15 @@ SCOPE: {
                        README
                        pm_to_blib
                         MYMETA.yml
+                        MYMETA.json
                };
                my @files = sort grep {
                        ! /^debian\b/
                        and
                        ! /\.svn\b/
                        and
+                        ! /\.git\b/
+                        and
                        ! /\.sw[op]\b/
                        and
                        ! /\bblib\b/
-- 
1.7.4.1


------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to