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

Modified Files:
        hook-lexwrap-pm.info 
Added Files:
        hook-lexwrap-pm.patch 
Log Message:
Fix build on older OS X


Index: hook-lexwrap-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/hook-lexwrap-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- hook-lexwrap-pm.info        30 Jul 2010 06:04:38 -0000      1.3
+++ hook-lexwrap-pm.info        26 Aug 2010 16:05:53 -0000      1.4
@@ -4,6 +4,9 @@
 Source: mirror:cpan:authors/id/C/CH/CHORNY/Hook-LexWrap-%v.tar.gz
 Source-MD5: 163cef2cadf63a002d191b906d3ac861
 Type: perl
+BuildDepends: fink (>= 0.24.12)
+PatchFile: %n.patch
+PatchFile-MD5: 9b201247b3b486add298fdf1cbe1bce2
 UpdatePOD: true
 DocFiles: Changes README
 License: Artistic/GPL
@@ -15,4 +18,10 @@
  http://rt.cpan.org/NoAuth/Bugs.html?Dist=Hook-LexWrap
 
        Former Maintainer: Chris Dolan <chrisdo...@users.sourceforge.net>
+
+       Upstream-tracker patch to avoid needing higher version of
+       MakeMaker::ExtUtils than comes with system-perl on some fink
+       platforms. The makemaker-extutils-pmXXX package is varianted,
+       so adding BuildDepends on it would require varianting %n. See:
+       https://rt.cpan.org/Public/Bug/Display.html?id=59725
 <<

--- NEW FILE: hook-lexwrap-pm.patch ---
diff -Nurd '-x*~' Hook-LexWrap-0.23.orig/Makefile.PL 
Hook-LexWrap-0.23/Makefile.PL
--- Hook-LexWrap-0.23.orig/Makefile.PL  2009-11-29 09:33:20.000000000 -0500
+++ Hook-LexWrap-0.23/Makefile.PL       2010-08-26 12:04:05.000000000 -0400
@@ -14,10 +14,8 @@
     BUILD_REQUIRES => {
         'Test::More' => 0,
     },
-    ($ExtUtils::MakeMaker::VERSION ge '6.31'? 
-     ('LICENSE'                => 'perl', ) : ()),
-    ($ExtUtils::MakeMaker::VERSION ge '6.48'? 
-     ('MIN_PERL_VERSION' => 5.006,) : ()),
+    'LICENSE'           => 'perl',
+    'MIN_PERL_VERSION'  => 5.006,
     clean               => { FILES => 'Hook-LexWrap-*' },
 );
 


------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to