Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14100

Modified Files:
        log-log4perl-pm.info 
Added Files:
        log-log4perl-pm.patch 
Log Message:
upstream fix for build failure (reported on -devel and maintainer alerted)


--- NEW FILE: log-log4perl-pm.patch ---
diff -Nurd Log-Log4perl-1.01.orig/t/048lwp.t Log-Log4perl-1.01/t/048lwp.t
--- Log-Log4perl-1.01.orig/t/048lwp.t   2004-08-17 02:08:24.000000000 -0400
+++ Log-Log4perl-1.01/t/048lwp.t        2010-05-25 01:32:35.000000000 -0400
@@ -11,11 +11,12 @@
 BEGIN {
     eval {
         require LWP::UserAgent;
-        die "Skip tests" if $LWP::UserAgent::VERSION < 2.0;
+        die "Skip tests" if $LWP::UserAgent::VERSION <  2.0;
+        die "Skip tests" if $LWP::UserAgent::VERSION >= 5.822;
     };
 
     if($@) {
-        plan skip_all => "Only with LWP::UserAgent 2.0";
+        plan skip_all => "Only with 2.0 < LWP::UserAgent <= 5.822";
     } else {
         plan tests => 3;
     }

Index: log-log4perl-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/log-log4perl-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- log-log4perl-pm.info        23 Aug 2009 04:23:28 -0000      1.8
+++ log-log4perl-pm.info        25 May 2010 05:36:10 -0000      1.9
@@ -1,8 +1,11 @@
 Info2:<<
 Package: log-log4perl-pm%type_pkg[perl]
 Version: 1.01
-Revision: 1
-BuildDepends: perl%type_pkg[perl]-core
+Revision: 2
+Depends: perl%type_pkg[perl]-core
+BuildDepends: fink (>= 0.24.12)
+PatchFile: %{ni}.patch
+PatchFile-MD5: d027f42e76e6ed11285f96980869e5f3
 InstallScript: <<
   %{default_script}
   mv %i/share/man %i/lib/perl5/%type_raw[perl]
@@ -25,6 +28,10 @@
   Depends:storable-pm56x
 When fink drops perl56x, all log-log4perl-pmXXX could be
 replaced with a perl-unversioned "log-log4perl-pm".
+
+       1.01-2: dmacks: Imported upstream patch to t/048lwp.t to avoid
+       self-test failure caused by change in LWP behavior. See:
+       
http://github.com/mschilli/log4perl/commit/0aa28af0ce72e4e283b9a1aa0e7e6fca830b9e27
 <<
 License: Artistic
 Maintainer: Toshiya SAITOH <[email protected]>


------------------------------------------------------------------------------

_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to