aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-06-05 19:31:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-06-05 19:31:45 +0000
commit73b75ad884160482c8d24c6464f6afd27f7dca52 (patch)
tree0481087f6e796a92cc8227c77baccf9455b20d90 /ftp/curl/files
parent78371f9bcefbdbcc3c674ac98122e9eec83648d5 (diff)
downloadports-73b75ad884160482c8d24c6464f6afd27f7dca52.tar.gz
ports-73b75ad884160482c8d24c6464f6afd27f7dca52.zip
Notes
Diffstat (limited to 'ftp/curl/files')
-rw-r--r--ftp/curl/files/patch-tests::runtests.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/curl/files/patch-tests::runtests.pl b/ftp/curl/files/patch-tests::runtests.pl
index a27a3eae8e77..c071e58c933b 100644
--- a/ftp/curl/files/patch-tests::runtests.pl
+++ b/ftp/curl/files/patch-tests::runtests.pl
@@ -1,11 +1,11 @@
---- tests/runtests.pl.orig Sat Mar 12 03:40:30 2005
-+++ tests/runtests.pl Sat Mar 12 03:40:39 2005
+--- 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'}, ".");
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";