Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv30006

Added Files:
        file-find-rule-perl-pm.info file-find-rule-perl-pm.patch 
        perl-minimumversion-pm.info 
Log Message:
Move to 10.7.


--- NEW FILE: perl-minimumversion-pm.info ---
Info2: <<
Package: perl-minimumversion-pm%type_pkg[perl]
Version: 1.26
Revision: 1
Distribution: (%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: Find a minimum required perl for Perl code
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
Homepage: http://search.cpan.org/dist/Perl-MinimumVersion/

Source: mirror:cpan:authors/id/A/AD/ADAMK/Perl-MinimumVersion-%v.tar.gz
Source-MD5: faf35e902d98fdfeca35f298d1553a68

Type: perl (5.8.8 5.10.0 5.12.3)
UpdatePOD: true

DocFiles: Changes LICENSE README

Depends: <<
        file-find-rule-perl-pm%type_pkg[perl],
        file-find-rule-pm,
        list-util-pm%type_pkg[perl],
        params-util-pm%type_pkg[perl],
        perl-critic-pm%type_pkg[perl],
        perl%type_pkg[perl]-core,
        ppi-pm%type_pkg[perl],
        version-pm%type_pkg[perl]
<<
BuildDepends: fink (>= 0.20.3)

InfoTest: TestDepends: file-spec-pm%type_pkg[perl], 
test-simple-pm%type_pkg[perl] (>= 0.95-1), test-script-pm

InstallScript: <<
  %{default_script}
  /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
  /bin/mv %i/bin/perlver %i/bin/perlver-pm%type_pkg[perl]
<<

PostInstScript: update-alternatives --install %p/bin/perlver perlver 
%p/bin/perlver-pm%type_pkg[perl] %type_pkg[perl]

PreRmScript: update-alternatives --remove perlver 
%p/bin/perlver-pm%type_pkg[perl]

<<

--- NEW FILE: file-find-rule-perl-pm.info ---
Info2: <<
Package: file-find-rule-perl-pm%type_pkg[perl]
Version: 1.10
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

DocFiles: Changes LICENSE README

Depends: <<
        file-find-rule-pm,
        file-spec-pm%type_pkg[perl],
        params-util-pm%type_pkg[perl],
        parse-cpan-meta-pm,
        perl%type_pkg[perl]-core
<<
BuildDepends: fink (>= 0.24.12)

InfoTest: TestDepends: test-simple-pm%type_pkg[perl] (>= 0.95-1)

InstallScript: <<
  %{default_script}
  /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
<<

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