Update of /cvsroot/fink/fink/mirror
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23434

Modified Files:
      Tag: branch_0_24
        ChangeLog _urls developer-cvs inject.pl install.sh 
Added Files:
      Tag: branch_0_24
        anonymous-cvs 
Log Message:
add anonymous-cvs to store URL for anonymous CVS access; also, change
the format of anonymous-cvs and developer-cvs to include the CVS Root path


Index: _urls
===================================================================
RCS file: /cvsroot/fink/fink/mirror/_urls,v
retrieving revision 1.1.12.1
retrieving revision 1.1.12.2
diff -u -d -r1.1.12.1 -r1.1.12.2
--- _urls       3 May 2006 03:01:14 -0000       1.1.12.1
+++ _urls       6 May 2006 21:46:28 -0000       1.1.12.2
@@ -1,6 +1,7 @@
 # This file lists the available files containing URL's
 #
 
-cvs-repository: CVS Repository (anonymous access)
+cvs-repository: CVS Repository (old)
+anonymous-cvs: CVS Repository (anonymous access)
 developer-cvs: CVS Repository (developer access)
 website: Fink Website

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/mirror/ChangeLog,v
retrieving revision 1.76.2.9
retrieving revision 1.76.2.10
diff -u -d -r1.76.2.9 -r1.76.2.10
--- ChangeLog   3 May 2006 03:01:10 -0000       1.76.2.9
+++ ChangeLog   6 May 2006 21:46:28 -0000       1.76.2.10
@@ -1,3 +1,10 @@
+2006-05-06  Dave Morrison  <[EMAIL PROTECTED]>
+
+       * _urls, anonymous-cvs, developer-cvs, inject.pl, install.sh: add 
+       anonymous-cvs to store URL for anonymous CVS access; also, change
+       the format of anonymous-cvs and developer-cvs to include the CVS
+       Root path
+
 2006-05-02  Dave Morrison  <[EMAIL PROTECTED]>
 
        * _urls, developer-cvs, inject.pl, install.sh: add developer-cvs to 

Index: developer-cvs
===================================================================
RCS file: /cvsroot/fink/fink/mirror/developer-cvs,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- developer-cvs       3 May 2006 03:01:15 -0000       1.1.2.2
+++ developer-cvs       6 May 2006 21:46:28 -0000       1.1.2.3
@@ -1 +1 @@
-cvs.sourceforge.net
+cvs.sourceforge.net:/cvsroot/fink

Index: install.sh
===================================================================
RCS file: /cvsroot/fink/fink/mirror/install.sh,v
retrieving revision 1.8.4.2
retrieving revision 1.8.4.3
diff -u -d -r1.8.4.2 -r1.8.4.3
--- install.sh  3 May 2006 03:01:15 -0000       1.8.4.2
+++ install.sh  6 May 2006 21:46:28 -0000       1.8.4.3
@@ -51,7 +51,7 @@
   fi
 done
 
-for file in _urls cvs-repository developer-cvs website; do
+for file in _urls anonymous-cvs cvs-repository developer-cvs website; do
   if [ -f $file ]; then
     install -c -p -m 644 $file "$basepath/lib/fink/URL/"
   fi

--- NEW FILE: anonymous-cvs ---
cvs.sourceforge.net:/cvsroot/fink

Index: inject.pl
===================================================================
RCS file: /cvsroot/fink/fink/mirror/inject.pl,v
retrieving revision 1.8.4.3
retrieving revision 1.8.4.4
diff -u -d -r1.8.4.3 -r1.8.4.4
--- inject.pl   3 May 2006 03:01:15 -0000       1.8.4.3
+++ inject.pl   6 May 2006 21:46:28 -0000       1.8.4.4
@@ -45,7 +45,7 @@
 }
 
 my $packagefiles = "COPYING ChangeLog README install.sh postinstall.pl.in " .
-    "_keys _list _urls apache apt cpan ctan cvs-repository debian 
developer-cvs gimp gnome gnu kde master rsync sourceforge website" ;
+    "_keys _list _urls anonymous-cvs apache apt cpan ctan cvs-repository 
debian developer-cvs gimp gnome gnu kde master rsync sourceforge website" ;
 
 my $info_script = "";
 



_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to