Update of /cvsroot/fink/fink/perlmod/Fink
In directory vz-cvs-3.sog:/tmp/cvs-serv23565/perlmod/Fink

Modified Files:
      Tag: branch_0_31
        ChangeLog Validation.pm 
Log Message:
Sync no longer worrying about fink ( >= 0.24.12 ) to use a PatchFile.

Index: Validation.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.340
retrieving revision 1.340.2.1
diff -u -d -r1.340 -r1.340.2.1
--- Validation.pm       5 Jul 2011 09:49:08 -0000       1.340
+++ Validation.pm       26 Sep 2011 17:15:28 -0000      1.340.2.1
@@ -909,7 +909,9 @@
 
                # must declare BuildDepends on a fink that supports it
                if ($field eq "patchfile") {
-                       $looks_good = 0 unless 
_min_fink_version($properties->{builddepends}, '0.24.12', 'use of PatchFile', 
$filename);
+# 0.24.12 came out many years ago and nothing that old likely even
+# boots on any currently supported OSX
+#                      $looks_good = 0 unless 
_min_fink_version($properties->{builddepends}, '0.24.12', 'use of PatchFile', 
$filename);
                } else {
                        $looks_good = 0 unless 
_min_fink_version($properties->{builddepends}, '0.30.0', 'use of PatchFileN', 
$filename);
                }

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1728.2.3
retrieving revision 1.1728.2.4
diff -u -d -r1.1728.2.3 -r1.1728.2.4
--- ChangeLog   12 Sep 2011 14:22:37 -0000      1.1728.2.3
+++ ChangeLog   26 Sep 2011 17:15:28 -0000      1.1728.2.4
@@ -1,3 +1,8 @@
+2001-09-26  Alexander Hansen  <alexkhan...@users.sourceforge.net>
+
+       * Validation.pm: sync decommissioning of "BDep:fink>=0.24.12" 
+       for use of PatchFile.
+
 2011-09-12  Daniel Macks  <dma...@netspace.org>
 
        * Checksum/MD5.pm: sync @! defined-but-blank fix


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to