Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4470

Modified Files:
        ChangeLog Validation.pm 
Log Message:
correction of error message if PatchFile is present but BuildDepends on fink
is not


Index: Validation.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -d -r1.227 -r1.228
--- Validation.pm       7 Aug 2006 06:32:55 -0000       1.227
+++ Validation.pm       15 Aug 2006 11:11:45 -0000      1.228
@@ -801,7 +801,7 @@
                        }
                }
                if (!$has_fink_bdep) {
-                       print "Error: Use of PatchFile requires declaring a 
BuildDepends on \"fink (>= 0.24.99)\" or higher. ($filename)\n";
+                       print "Error: Use of PatchFile requires declaring a 
BuildDepends on \"fink (>= 0.24.12)\" or higher. ($filename)\n";
                        $looks_good = 0;
                }
 

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1367
retrieving revision 1.1368
diff -u -d -r1.1367 -r1.1368
--- ChangeLog   14 Aug 2006 14:40:10 -0000      1.1367
+++ ChangeLog   15 Aug 2006 11:11:45 -0000      1.1368
@@ -1,3 +1,8 @@
+2006-08-15  Dave Morrison  <[EMAIL PROTECTED]>
+
+       * Validation.pm: correction of error message if PatchFile is present
+       but BuildDepends on fink is not
+
 2006-08-14  Benjamin Reed  <[EMAIL PROTECTED]>
 
        * PkgVersion.pm: POSIX /bin/sh does not support "echo -n"


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to