Update of /cvsroot/fink/fink/perlmod/Fink/SelfUpdate
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31648/SelfUpdate
Modified Files:
Tag: selfupdate_classes
point.pm rsync.pm
Log Message:
Clean up importing
Index: point.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/SelfUpdate/Attic/point.pm,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- point.pm 7 Mar 2007 09:41:17 -0000 1.1.2.3
+++ point.pm 8 Mar 2007 03:12:30 -0000 1.1.2.4
@@ -26,7 +26,11 @@
use base qw(Fink::SelfUpdate::Base);
+use Fink::Services qw(&version_cmp);
+use Fink::CLI qw(&print_breaking);
use Fink::Config qw($basepath $config $distribution);
+use Fink::NetAccess qw(&fetch_url);
+use Fink::FinkVersion qw(&pkginfo_version);
use Fink::Command qw(cat);
use strict;
Index: rsync.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/SelfUpdate/Attic/rsync.pm,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- rsync.pm 7 Mar 2007 09:41:17 -0000 1.1.2.4
+++ rsync.pm 8 Mar 2007 03:12:30 -0000 1.1.2.5
@@ -26,7 +26,9 @@
use base qw(Fink::SelfUpdate::Base);
+use Fink::CLI qw(&print_breaking);
use Fink::Config qw($basepath $config $distribution);
+use Fink::Mirror;
use Fink::Command qw(chowname rm_f mkdir_p touch);
use strict;
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits