[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: updates to a whole load of my ports



> The last also has a new file for the patches directory, but I could figure
> how to make 'cvs diff' add new files.

The patch how now changed, after discussion with the developers:

$ more patches/patch-ASP_pm
$OpenBSD$
--- ASP.pm.orig Thu Nov 21 12:09:59 2002
+++ ASP.pm      Thu Nov 21 12:10:13 2002
@@ -537,7 +537,7 @@ sub FileId {
     my @inode_stat = ();
     if($self->{inode_names}) {
        @inode_stat = stat($file);
-       unless($inode_stat[0] && $inode_stat[1]) {
+       unless($inode_stat[0] || $inode_stat[1]) {
            @inode_stat = ();
        }
     }


This patch be in the main dist of Apache::ASP 2.50 - soon.

Peter