Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29144/stable/main/finkinfo/libs/perlmods

Modified Files:
        gd-pm.info getopt-long-descriptive-pm.info 
        getopt-mixed-pm.info 
Added Files:
        getopt-long-descriptive-pm.patch 
Log Message:
new version


--- NEW FILE: getopt-long-descriptive-pm.patch ---
diff -Nurd -x'*~' Getopt-Long-Descriptive-0.093.orig/t/00-compile.t 
Getopt-Long-Descriptive-0.093/t/00-compile.t
--- Getopt-Long-Descriptive-0.093.orig/t/00-compile.t   2012-11-01 
15:55:38.000000000 -0400
+++ Getopt-Long-Descriptive-0.093/t/00-compile.t        2013-05-31 
08:50:29.000000000 -0400
@@ -9,6 +9,7 @@
 
 use File::Find;
 use File::Temp qw{ tempdir };
+use Config;
 
 my @modules;
 find(
@@ -58,7 +59,21 @@
     # fake home for cpan-testers
     # no fake requested ## local $ENV{HOME} = tempdir( CLEANUP => 1 );
 
-    like( qx{ $^X -Ilib -e "require $_; print '$_ ok'" }, qr/^\s*$_ ok/s, "$_ 
loaded ok" )
+    my @command;
+    if ($] >= 5.010 && $Config{"byteorder"} =~ /^1/) {
+        # little-endian means intel (not powerpc), for which fink has
+        # multiple single-arch distros that are seen by a single (fat)
+        # perl interp from apple for a perl version supported by fink
+        # (i.e., starting with 5.10.0). This is the logic taken from
+        # Fink::PkgVersion as of fink-0.29.13.
+        push @command, '/usr/bin/arch';
+        if ( $Config{"longsize"} == 4 ) {
+            push @command, '-i386';   # 32-bit
+        } else {
+            push @command, '-x86_64'; # 64-bit
+        }
+    }
+    like( qx{ @command $^X -Ilib -e "require $_; print '$_ ok'" }, qr/^\s*$_ 
ok/s, "$_ loaded ok" )
         for sort @modules;
 
     SKIP: {

Index: gd-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/gd-pm.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- gd-pm.info  6 Mar 2012 21:52:50 -0000       1.14
+++ gd-pm.info  31 May 2013 12:52:28 -0000      1.15
@@ -1,7 +1,7 @@
 Info2: <<
 Package: gd-pm%type_pkg[perl]
-Version: 2.46
-Revision: 3
+Version: 2.49
+Revision: 1
 
 Distribution: (%type_pkg[perl] = 586) 10.5
 Replaces: gd-pm (<= 2.06-5)
@@ -23,7 +23,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/L/LD/LDS/GD-%v.tar.gz
-Source-MD5: ea86a94eb45330eae27ecbfd5c2f43bb
+Source-MD5: c58b6556bddbe147c41f4e17a0de9bea
 
 PatchScript: <<
        rm t/GD.t

Index: getopt-long-descriptive-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/getopt-long-descriptive-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getopt-long-descriptive-pm.info     10 Jul 2012 09:16:40 -0000      1.2
+++ getopt-long-descriptive-pm.info     31 May 2013 12:52:28 -0000      1.3
@@ -1,6 +1,6 @@
 Info2: <<
 Package: getopt-long-descriptive-pm%type_pkg[perl]
-Version: 0.091
+Version: 0.093
 Revision: 1
 Distribution: (%type_pkg[perl] = 586) 10.5
 Type: perl (5.8.6 5.8.8 5.10.0)
@@ -15,7 +15,9 @@
 <<
 
 Source: mirror:cpan:authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-%v.tar.gz
-Source-MD5: 3e3c147aa0e509bfdddf18d48f0335c1
+Source-MD5: 3610685889c885f13fe3f4ed1360e078
+PatchFile: %{ni}.patch
+PatchFile-MD5: 4451facb49520a642a1d59e374f261fd
 
 InstallScript: <<
   %{default_script}

Index: getopt-mixed-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/getopt-mixed-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getopt-mixed-pm.info        1 Jul 2012 04:12:26 -0000       1.2
+++ getopt-mixed-pm.info        31 May 2013 12:52:28 -0000      1.3
@@ -1,24 +1,22 @@
 Info2: <<
 Package: getopt-mixed-pm%type_pkg[perl]
-Version: 1.10
-Revision: 2
-Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
-Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%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, (%type_pkg[perl] = 5123) 10.8, (%type_pkg[perl] = 5124) 10.7, 
(%type_pkg[perl] = 5124) 10.8
+Version: 1.11
+Revision: 1
+Distribution: (%type_pkg[perl] = 586) 10.5
 Description: Read command-line arguments
-Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3 5.12.4)
-License: Artistic
+Type: perl(5.8.6 5.8.8 5.10.0)
+License: Artistic/GPL
 Maintainer: Benjamin Reed <getopt-mixed...@fink.raccoonfink.com>
 
 BuildDepends: <<
-       fink (>= 0.29.7-1)
+       extutils-makemaker-pm%type_pkg[perl] (>= 6.30)
 <<
 Depends: <<
        perl%type_pkg[perl]-core
 <<
-Provides: getopt-mixed-pm
 
 Source: mirror:cpan:authors/id/C/CJ/CJM/Getopt-Mixed-%v.tar.gz
-Source-MD5: 9d384322a4368b326efdf899bce5838a
+Source-MD5: e0bbc10a213404de932f0560b604589d
 
 UseMaxBuildJobs: true
 
@@ -27,6 +25,7 @@
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
 <<
+DocFiles: Changes LICENSE README
 
 Homepage: http://www.cpan.org/
 <<


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to