Update of /cvsroot/fink/experimental/thesin/finkmods
In directory sc8-pr-cvs1:/tmp/cvs-serv8380

Modified Files:
        fink-verbcvs.patch 
Log Message:
made all locally changed files (added, removed or modified) warnings since that should 
all be done in local not stable or unstable

Index: fink-verbcvs.patch
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkmods/fink-verbcvs.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fink-verbcvs.patch  2 Jan 2003 16:43:52 -0000       1.7
+++ fink-verbcvs.patch  2 Jan 2003 16:52:00 -0000       1.8
@@ -66,7 +66,7 @@
  ### update from packages tarball
 diff -ruN fink/perlmod/Fink/Services.pm fink-verbcvs/perlmod/Fink/Services.pm
 --- fink/perlmod/Fink/Services.pm      2002-12-20 10:00:32.000000000 -0700
-+++ fink-verbcvs/perlmod/Fink/Services.pm      2003-01-01 16:04:05.000000000 -0700
++++ fink-verbcvs/perlmod/Fink/Services.pm      2003-01-02 09:49:36.000000000 -0700
 @@ -43,7 +43,7 @@
                      &prompt &prompt_boolean &prompt_selection
                      &version_cmp &latest_version
@@ -76,7 +76,7 @@
  }
  our @EXPORT_OK;
  
-@@ -600,5 +600,172 @@
+@@ -600,5 +600,175 @@
    return $checksum;
  }
  
@@ -99,13 +99,16 @@
 +      $type = "W";
 +    } elsif ($1 eq "M") {
 +      $cvsaction = "modified locally";
++      $type = "W";
 +    } elsif ($1 eq "C") {
 +      $cvsaction = "conflict";
 +      $type = "E";
 +    } elsif ($1 eq "A") {
 +      $cvsaction = "added locally";
++      $type = "W";
 +    } elsif ($1 eq "R") {
 +      $cvsaction = "removed locally";
++      $type = "W";
 +    } else {
 +      return 1;
 +    }
@@ -159,7 +162,7 @@
 +      if ($1 eq "C") {
 +        push(@errors, $2);
 +        $numerrors++;
-+      } elsif ($1 eq "?") {
++      } elsif ($1 eq "?" or $1 eq "M" or $1 eq "R" or $1 eq "A") {
 +        push(@warns, $2);
 +        $numwarns++;
 +      }



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to