diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:40:33 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:40:33 +0000 |
commit | decc454be4c8a3fc37cf46bb14d1b2da283dc47c (patch) | |
tree | bf5408406d2a3e8af472eb9b96b3e4b5833dde2f /ftp/curl/files/patch-tests::runtests.pl | |
parent | Enable the bash-static port. (diff) |
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
Notes
Notes:
svn path=/head/; revision=226720
Diffstat (limited to 'ftp/curl/files/patch-tests::runtests.pl')
-rw-r--r-- | ftp/curl/files/patch-tests::runtests.pl | 11 |
1 files changed, 6 insertions, 5 deletions
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 |