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

Modified Files:
      Tag: selfupdate_classes
        ChangeLog install.sh 
Log Message:
Add new stuff for branch


Index: install.sh
===================================================================
RCS file: /cvsroot/fink/fink/install.sh,v
retrieving revision 1.50
retrieving revision 1.50.2.1
diff -u -d -r1.50 -r1.50.2.1
--- install.sh  6 Mar 2007 20:15:41 -0000       1.50
+++ install.sh  6 Mar 2007 20:27:58 -0000       1.50.2.1
@@ -40,7 +40,7 @@
 
 for dir in bin sbin \
        lib lib/perl5 lib/perl5/Fink \
-       lib/perl5/Fink/{Text,Notify,Checksum,Finally} \
+       lib/perl5/Fink/{Text,Notify,Checksum,Finally,SelfUpdate} \
        lib/fink lib/fink/update \
        etc etc/dpkg \
        share share/doc share/doc/fink \
@@ -69,7 +69,7 @@
 install -c -m 755 fink-dpkg-status-cleanup "$basepath/sbin/"
 
 # copy all perl modules
-for subdir in . Fink Fink/{Text,Notify,Checksum,Finally} ; do
+for subdir in . Fink Fink/{Text,Notify,Checksum,Finally,SelfUpdate} ; do
   for file in perlmod/${subdir}/*.pm ; do
     if [ -f $file ]; then
       install -c -p -m 644 $file "$basepath/lib/perl5/$subdir"
@@ -136,6 +136,11 @@
                Fink::PkgVersion        \
                Fink::Scanpackages      \
                Fink::SelfUpdate        \
+               Fink::SelfUpdate::Base  \
+               Fink::SelfUpdate::CVS   \
+               Fink::SelfUpdate::rsync \
+               Fink::SelfUpdate::point \
+               Fink::SelfUpdate::tarball       \
                Fink::Services          \
                Fink::Shlibs            \
                Fink::SysState          \

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.459
retrieving revision 1.459.2.1
diff -u -d -r1.459 -r1.459.2.1
--- ChangeLog   6 Mar 2007 20:15:41 -0000       1.459
+++ ChangeLog   6 Mar 2007 20:27:58 -0000       1.459.2.1
@@ -1,3 +1,7 @@
+2007-03-06  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * install.sh: Install Fink::SelfUpdate::* modules
+
 2007-02-27  Daniel Macks  <[EMAIL PROTECTED]>
 
        * install.sh: manify Fink::SelfUpdate.pm


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