Author: ranger
Date: Sun Oct 14 17:10:29 2007
New Revision: 1008

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1&rev=1008&repname=user%3a+ranger
Log:
latest from 3.5.8

Modified:
    kde-admindir/vendor/admin/cvs.sh
    kde-admindir/vendor/admin/detect-autoconf.pl

Modified: kde-admindir/vendor/admin/cvs.sh
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/kde-admindir/vendor/admin/cvs.sh&rev=1008&repname=user%3a+ranger
==============================================================================
--- kde-admindir/vendor/admin/cvs.sh (original)
+++ kde-admindir/vendor/admin/cvs.sh Sun Oct 14 17:10:29 2007
@@ -316,7 +316,7 @@
    fi
 fi
 if test -z "$VERSION" || test "$VERSION" = "@VERSION@"; then
-     VERSION="\"3.5.7\""
+     VERSION="\"3.5.8\""
 fi
 if test -z "$modulename" || test "$modulename" = "@MODULENAME@"; then
    modulename=`pwd`; 

Modified: kde-admindir/vendor/admin/detect-autoconf.pl
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/kde-admindir/vendor/admin/detect-autoconf.pl&rev=1008&repname=user%3a+ranger
==============================================================================
--- kde-admindir/vendor/admin/detect-autoconf.pl (original)
+++ kde-admindir/vendor/admin/detect-autoconf.pl Sun Oct 14 17:10:29 2007
@@ -46,6 +46,8 @@
 
            ($version) = $file =~ /$prefix\/$program-?(.*)$/;
            $version =~ s/-|\.//g;
+           # Don't check the -wrapper ones
+           next if $version eq "wrapper";
 
            # Special case some programs to make sure it has a minimum version.
            if (not $version and exists $minimumVersions{$program})


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to