Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30649/10.7/main/finkinfo/libs/perlmods
Modified Files:
b-hooks-endofscope-pm.info namespace-clean-pm.info
Added Files:
b-hooks-endofscope-pm.patch
Log Message:
new version
Index: namespace-clean-pm.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/namespace-clean-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- namespace-clean-pm.info 6 Jul 2012 04:36:19 -0000 1.4
+++ namespace-clean-pm.info 29 May 2013 15:55:23 -0000 1.5
@@ -1,32 +1,25 @@
Info3: <<
Package: namespace-clean-pm%type_pkg[perl]
-Version: 0.23
+Version: 0.24
Revision: 1
-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
Description: Keep imports/functions out of namespace
-Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3 5.12.4)
+Type: perl(5.12.3 5.12.4)
License: Artistic
Maintainer: Benjamin Reed <[email protected]>
Depends: <<
- b-hooks-endofscope-pm%type_pkg[perl] (>= 0.10-1),
- fink (>= 0.29.7-1),
+ b-hooks-endofscope-pm%type_pkg[perl] (>= 0.12),
package-stash-pm%type_pkg[perl] (>= 0.23-1),
perl%type_pkg[perl]-core,
sub-name-pm%type_pkg[perl] (>= 0.04-1),
sub-identify-pm%type_pkg[perl] (>= 0.04-1)
<<
BuildDepends: <<
- b-hooks-endofscope-pm%type_pkg[perl] (>= 0.10-1),
- fink (>= 0.29.7-1),
- perl%type_pkg[perl]-core,
- sub-name-pm%type_pkg[perl] (>= 0.04-1),
- sub-identify-pm%type_pkg[perl] (>= 0.04-1)
+ extutils-cbuilder-pm%type_pkg[perl] (>= 1:0.27)
<<
Source: mirror:cpan:modules/by-module/namespace/namespace-clean-%v.tar.gz
-Source-MD5: 2e3276b6642bd10b865b18bf0b943861
+Source-MD5: bb6f2e2bba5f028a0e939cc6f2639fba
UseMaxBuildJobs: true
@@ -38,10 +31,18 @@
fi
<<
+InfoTest: <<
+ TestDepends: <<
+ sub-name-pm%type_pkg[perl],
+ sub-identify-pm%type_pkg[perl],
+ test-simple-pm%type_pkg[perl] (>= 0.88),
+ variable-magic-pm%type_pkg[perl]
+ <<
+<<
UpdatePOD: true
InstallScript: <<
-%{default_script}
-mv %i/share/man %i/lib/perl5/%type_raw[perl]
+ %{default_script}
+ mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes
--- NEW FILE: b-hooks-endofscope-pm.patch ---
diff -Nurd -x'*~' B-Hooks-EndOfScope-0.12.orig/t/10-test_without_vm_pure_pp.t
B-Hooks-EndOfScope-0.12/t/10-test_without_vm_pure_pp.t
--- B-Hooks-EndOfScope-0.12.orig/t/10-test_without_vm_pure_pp.t 2012-12-04
15:20:06.000000000 -0500
+++ B-Hooks-EndOfScope-0.12/t/10-test_without_vm_pure_pp.t 2013-05-29
11:51:30.000000000 -0400
@@ -1,6 +1,7 @@
use strict;
use warnings;
use Test::More;
+use Config;
use B::Hooks::EndOfScope;
@@ -26,7 +27,21 @@
for my $fn (bsd_glob("$Bin/0*.t")) {
note "retesting $fn";
- my @cmd = (
+ my @cmd;
+ 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 @cmd, '/usr/bin/arch';
+ if ( $Config{"longsize"} == 4 ) {
+ push @cmd, '-i386'; # 32-bit
+ } else {
+ push @cmd, '-x86_64'; # 64-bit
+ }
+ }
+ push @cmd, (
$^X,
$has_dh ? '-MDevel::Hide=Variable::Magic' : (),
$fn
Index: b-hooks-endofscope-pm.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/b-hooks-endofscope-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- b-hooks-endofscope-pm.info 6 Jul 2012 04:35:47 -0000 1.3
+++ b-hooks-endofscope-pm.info 29 May 2013 15:55:22 -0000 1.4
@@ -1,34 +1,38 @@
Info4: <<
Package: b-hooks-endofscope-pm%type_pkg[perl]
-Version: 0.11
+Version: 0.12
Revision: 1
-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
Description: Execute code after scope finished
-Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3 5.12.4)
+Type: perl(5.12.3 5.12.4)
License: Artistic
Maintainer: Benjamin Reed <[email protected]>
Depends: <<
perl%type_pkg[perl]-core,
- sub-exporter-pm%type_pkg[perl],
+ module-implementation-pm%type_pkg[perl],
+ module-runtime-pm%type_pkg[perl],
+ sub-exporter-progressive-pm%type_pkg[perl],
variable-magic-pm%type_pkg[perl] (>= 0.48-1)
<<
BuildDepends: <<
fink (>= 0.29.7-1),
+ extutils-cbuilder-pm%type_pkg[perl] (>= 0.26-1),
extutils-makemaker-pm%type_pkg[perl] (>= 6.30-1),
test-simple-pm%type_pkg[perl] (>= 0.89-1)
<<
Source: mirror:cpan:modules/by-module/B/B-Hooks-EndOfScope-%v.tar.gz
-Source-MD5: 34aaf65de7886689fdbd398dbf6bc5a3
+Source-MD5: 1a536388be36b658ff50a621e0ee03a5
UseMaxBuildJobs: true
+PatchFile: %{ni}.patch
+PatchFile-MD5: aa63cf5e21dce1196829cd50e00f736f
+
UpdatePOD: true
InstallScript: <<
-%{default_script}
-mv %i/share/man %i/lib/perl5/%type_raw[perl]
+ %{default_script}
+ mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes README
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs