Update of /cvsroot/fink/experimental/costabel/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24775

Modified Files:
        finkcommander.info 
Added Files:
        finkcommander.patch 
Log Message:
Testing cleanup fix for fink-0.25

--- NEW FILE: finkcommander.patch ---
--- FinkCommander/FinkController.m      2006-05-05 21:54:55.000000000 +0200
+++ FinkCommander.corr/FinkController.m 2006-09-22 11:09:05.000000000 +0200
@@ -1252,6 +1252,10 @@
                        [args insertObject: @"-f" atIndex: 1];
                        [args insertObject: @"-q0" atIndex: 1];
                }
+               if (type == FINK && [cmd isEqualToString:@"cleanup"]){
+                       args = [NSMutableArray arrayWithObjects: exe, cmd,
+                               @"--srcs", @"--debs", @"--bl", 
@"--dpkg-status", nil];
+               }
     }else{
                [self setLastCommand:exe];
                args = [NSMutableArray arrayWithObjects: exe, @"--remove",

Index: finkcommander.info
===================================================================
RCS file: /cvsroot/fink/experimental/costabel/finkinfo/finkcommander.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- finkcommander.info  10 Sep 2006 15:18:27 -0000      1.1
+++ finkcommander.info  22 Sep 2006 09:20:49 -0000      1.2
@@ -1,11 +1,12 @@
 Package: finkcommander
 Version: 0.5.4cvs
-Revision: 20060910
+Revision: 20060910.1
 #Source: mirror:sourceforge:%n/%n-%v-src.tgz
-Source: http://perso.orange.fr/costabel/FinkCommander-%v-%r.tgz
+Source: http://perso.orange.fr/costabel/FinkCommander-%v-20060910.tgz
 Source-MD5: f3448e798864e5bb607b05186d607f9e
 SourceDirectory: FinkCommander
 License: GPL
+Patch: %n.patch
 CompileScript: echo xcodebuild does everything in the InstallScript
 InstallScript: <<
 #!/bin/sh -ex


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