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

Modified Files:
        regexp-common-pm.info 
Added Files:
        regexp-common-pm.patch 
Log Message:
new version


Index: regexp-common-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/regexp-common-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- regexp-common-pm.info       3 Jun 2010 08:32:16 -0000       1.3
+++ regexp-common-pm.info       28 Aug 2011 15:13:08 -0000      1.4
@@ -1,5 +1,5 @@
 Package: regexp-common-pm
-Version: 2010010201
+Version: 2011041701
 Revision: 1
 Type: perl
 Description: Perl module for commonly needed reg. exp
@@ -8,7 +8,25 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/A/AB/ABIGAIL/Regexp-Common-%v.tar.gz
-Source-MD5: e4267a626af781ed62c696f05b2b60f3
+Source-MD5: 7e6bef3eefff91ecb2f07b1e81217650
+
+BuildDepends: fink (>= 0.24.12)
+
+PatchFile: %n.patch
+PatchFile-MD5: c9a7aba549fd261060e92622af4b4ada
+
+InfoTest: <<
+       TestScript: <<
+       #!/bin/sh -ex
+               if [ "%m" = "i386" ]; then
+                       # Config{use64bitint} is either not set or not
+                       # handled correctly on some 32-bit fink when
+                       # perl is fat, so we patch in an override
+                       export FORCE_bits64=0
+               fi
+               %{default_script}
+       <<
+<<
 
 # Install Phase:
 UpdatePOD: True

--- NEW FILE: regexp-common-pm.patch ---
diff -Nurd -x'*~' Regexp-Common-2011041701.orig/t/test_squares.t 
Regexp-Common-2011041701/t/test_squares.t
--- Regexp-Common-2011041701.orig/t/test_squares.t      2010-02-23 
11:59:52.000000000 -0500
+++ Regexp-Common-2011041701/t/test_squares.t   2011-08-28 11:09:42.000000000 
-0400
@@ -16,6 +16,7 @@
 $bits64 = 0 if $Config {osname} eq 'darwin' &&
                $Config {osvers} eq '9.0'    &&
                $] == 5.008008;
+$bits64 = $ENV{FORCE_bits64} if exists $ENV{FORCE_bits64};
 
 my $MAX = $bits64 ? do {no warnings; "9000000000000000"}
                   : 0x7FFFFFFF;


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to