From decc454be4c8a3fc37cf46bb14d1b2da283dc47c Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Fri, 23 Jan 2009 15:40:33 +0000 Subject: At long last, update the curl port to its almost-current version, 7.19.2. Yes, there's been a new 7.19.3 version for a couple of days now, but I figure you folks have been waiting for me much too much as it is :( Apologies all around! Prompted by: several PR's and more people (and portmgrs) than I dare admit --- ftp/curl/files/patch-tests::runtests.pl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'ftp/curl/files/patch-tests::runtests.pl') diff --git a/ftp/curl/files/patch-tests::runtests.pl b/ftp/curl/files/patch-tests::runtests.pl index c071e58c933b..18fdf7c9c222 100644 --- a/ftp/curl/files/patch-tests::runtests.pl +++ b/ftp/curl/files/patch-tests::runtests.pl @@ -1,11 +1,12 @@ ---- tests/runtests.pl.orig Wed May 18 11:50:16 2005 -+++ tests/runtests.pl Wed May 18 11:50:32 2005 -@@ -29,7 +29,7 @@ - @INC=(@INC, $ENV{'srcdir'}, "."); +diff -urN -x .svn ../../vendor/curl/tests/runtests.pl ./tests/runtests.pl +--- ../../vendor/curl/tests/runtests.pl 2008-10-27 22:11:37.000000000 +0200 ++++ ./tests/runtests.pl 2009-01-21 16:12:22.000000000 +0200 +@@ -88,7 +88,7 @@ + ); require "getpart.pm"; # array functions -require "valgrind.pm"; # valgrind report parser +#require "valgrind.pm"; # valgrind report parser require "ftp.pm"; - my $srcdir = $ENV{'srcdir'} || '.'; + my $HOSTIP="127.0.0.1"; # address on which the test server listens -- cgit v1.2.3