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

Modified Files:
      Tag: selfupdate_classes
        ChangeLog Configure.pm 
Log Message:
backport more stuff from HEAD


Index: Configure.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Configure.pm,v
retrieving revision 1.53
retrieving revision 1.53.4.1
diff -u -d -r1.53 -r1.53.4.1
--- Configure.pm        11 Jan 2007 03:17:47 -0000      1.53
+++ Configure.pm        20 Mar 2007 04:42:05 -0000      1.53.4.1
@@ -227,6 +227,11 @@
                                        map { s/^stable/unstable/ } @trees_add; 
 # find "unstable" equivs
                                        push @trees, @trees_add;  # add them
                                        $config->set_param('Trees', join(' ', 
@trees) );
+                                       print_breaking("New trees have been 
added. You ".
+                                                                  "should run 
\"fink selfupdate-rsync\" ".
+                                                                  "or a 
related command in order to ".
+                                                                  "download 
the latest list of packages ".
+                                                                  "in the 
trees.");
                                }
                        }
                }

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1439.2.15
retrieving revision 1.1439.2.16
diff -u -d -r1.1439.2.15 -r1.1439.2.16
--- ChangeLog   20 Mar 2007 04:36:30 -0000      1.1439.2.15
+++ ChangeLog   20 Mar 2007 04:42:04 -0000      1.1439.2.16
@@ -1,10 +1,11 @@
 2007-03-19  Daniel Macks  <[EMAIL PROTECTED]>
 
        * Bootstrap.pm: recognize 10.4.9
+       * Config.pm: Fix error msg if using new_with_properties
+       * Engine.pm: Remind user to selfupdate after enabling unstable
 
 2007-03-19  Daniel Macks  <[EMAIL PROTECTED]>
 
-       * Config.pm: Fix error msg if using new_with_properties
        * SelfUpdate.pm: Fix parsing of VERSION SelfUpdate token
 
 2007-03-19  Daniel Macks  <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
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

Reply via email to