Update of /cvsroot/fink/fink/perlmod/Fink In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29392
Modified Files: ChangeLog PkgVersion.pm Log Message: modify an error message Index: PkgVersion.pm =================================================================== RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v retrieving revision 1.587 retrieving revision 1.588 diff -u -d -r1.587 -r1.588 --- PkgVersion.pm 4 Mar 2007 22:03:13 -0000 1.587 +++ PkgVersion.pm 17 Mar 2007 20:48:13 -0000 1.588 @@ -4905,10 +4905,8 @@ "or fink-beginners mailing lists. As a last resort, you can try e-mailing\n". "the maintainer directly:\n\n". "\t" . $self->param('maintainer') . "\n\n"; - if (get_arch() eq 'i386' or $config->param('Architecture') eq 'i386') { -$error .= "Note that many fink package maintainers do not (yet) have access to OS X on\n" . - "Intel hardware, so you may have better luck on the mailing lists.\n\n"; -} +$error .= "Note that many fink package maintainers do not have access to all possible\n" . + "hardware configurations, so you may have better luck on the mailing lists.\n\n"; } die $error . "\n"; } Index: ChangeLog =================================================================== RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v retrieving revision 1.1441 retrieving revision 1.1442 diff -u -d -r1.1441 -r1.1442 --- ChangeLog 14 Mar 2007 18:25:31 -0000 1.1441 +++ ChangeLog 17 Mar 2007 20:48:13 -0000 1.1442 @@ -1,3 +1,7 @@ +2007-03-17 Dave Morrison <[EMAIL PROTECTED]> + + * PkgVersion.pm: modify an error message + 2007-03-14 Dave Morrison <[EMAIL PROTECTED]> * Bootstrap.pm: recognize 10.4.9 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-commits