Update of /cvsroot/fink/experimental/thesin/finkmods/depends/perlmod/Fink
In directory usw-pr-cvs1:/tmp/cvs-serv26418/perlmod/Fink
Modified Files:
Depends.pm
Log Message:
New version added ssl, crypto and ncurses system support
Index: Depends.pm
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkmods/depends/perlmod/Fink/Depends.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Depends.pm 14 Aug 2002 16:31:12 -0000 1.1
+++ Depends.pm 10 Oct 2002 20:47:36 -0000 1.2
@@ -42,7 +42,7 @@
our %PACKAGES;
# this is the one and only version number
-our $depends_version = "0.1.1.cvs";
+our $depends_version = "0.1.2.cvs";
END { } # module clean-up code here (global destructor)
@@ -115,6 +115,9 @@
next if ("$_" =~ /\:/); # Nuke first line and errors
next if ("$_" =~ /\/usr\/lib\/libSystem/); # Nuke system links
next if ("$_" =~ /\/usr\/lib\/libz/); # Nuke libz links
+ next if ("$_" =~ /\/usr\/lib\/libssl/); # Nuke libssl links
+ next if ("$_" =~ /\/usr\/lib\/libcrypto/); # Nuke libcrypto links
+ next if ("$_" =~ /\/usr\/lib\/libncurses/); # Nuke libncurses links
$_ =~ s/\ \(.*$//; # Nuke the end
push(@matches, $_);
}
-------------------------------------------------------
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