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

Modified Files:
        releases.sql 
Log Message:
Fix release values for 10.4T and 10.4 CVS distros


Index: releases.sql
===================================================================
RCS file: /cvsroot/fink/scripts/pdb/releases.sql,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- releases.sql        15 Jun 2006 21:33:15 -0000      1.23
+++ releases.sql        15 Jun 2006 22:03:15 -0000      1.24
@@ -4,8 +4,12 @@
 insert into release values ('current-10.2-gcc3.3-unstable', 'Packages that are 
in 10.2-gcc3.3/unstable in CVS, updated daily.');
 insert into release values ('current-10.3-stable', 'Packages that are in 
10.3/stable in CVS, updated daily.');
 insert into release values ('current-10.3-unstable', 'Packages that are in 
10.3/unstable in CVS, updated daily.');
-insert into release values ('current-10.4-stable', 'Packages that are in 
10.4/stable in CVS, updated daily.');
-insert into release values ('current-10.4-unstable', 'Packages that are in 
10.4/unstable in CVS, updated daily.');
+insert into release values ('current-10.4-transitional-stable', 'Packages that 
are in 10.4-transitional/stable in CVS, updated daily.');
+insert into release values ('current-10.4-transitional-unstable', 'Packages 
that are in 10.4-transitional/unstable in CVS, updated daily.');
+insert into release values ('current-10.4-stable-powerpc', 'Packages that are 
in 10.4/stable in CVS for arch=powerpc, updated daily.');
+insert into release values ('current-10.4-unstable-powerpc', 'Packages that 
are in 10.4/unstable in CVS for arch=powerpc, updated daily.');
+insert into release values ('current-10.4-stable-i386', 'Packages that are in 
10.4/stable in CVS for arch=i386, updated daily.');
+insert into release values ('current-10.4-unstable-386', 'Packages that are in 
10.4/unstable in CVS for arch=i386, updated daily.');
 
 insert into release values ('0.4.1-stable', 'Packages shipped with Fink 0.4.1 
(For Mac OS X 10.1)');
 insert into release values ('0.5.3-stable', 'Packages shipped with Fink 0.5.3 
(For Mac OS X 10.2)');



_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to