summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-01-09 08:49:08 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-01-09 08:49:08 +0000
commit654fc91243b0c0cb01a512223d20cba1e408e5ba (patch)
treee16942f64d56b2120db11f2df3d63dd443ae1d23 /ftp
parent1. drop the RUN_DEPENDS on mozilla so the users can choose what mozilla (diff)
Upgrade to 2.6.4.
PR: ports/46875 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=72793
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lftp/Makefile2
-rw-r--r--ftp/lftp/distinfo2
-rw-r--r--ftp/lftp/files/patch-src::NetAccess.cc10
3 files changed, 12 insertions, 2 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 6d0666210bcf..8b1223f96cbc 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lftp
-PORTVERSION= 2.6.3
+PORTVERSION= 2.6.4
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \
ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \
diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo
index ec4f9c5a5f08..eef8d4fe81e2 100644
--- a/ftp/lftp/distinfo
+++ b/ftp/lftp/distinfo
@@ -1 +1 @@
-MD5 (lftp-2.6.3.tar.bz2) = ea369708825cd9fbd22bb4727abaa4a9
+MD5 (lftp-2.6.4.tar.bz2) = 71e0c373692637ebaed2b5f799184b2d
diff --git a/ftp/lftp/files/patch-src::NetAccess.cc b/ftp/lftp/files/patch-src::NetAccess.cc
new file mode 100644
index 000000000000..e755df8fcfcb
--- /dev/null
+++ b/ftp/lftp/files/patch-src::NetAccess.cc
@@ -0,0 +1,10 @@
+--- src/NetAccess.cc.orig Wed Jan 8 16:56:22 2003
++++ src/NetAccess.cc Wed Jan 8 16:56:41 2003
+@@ -25,6 +25,7 @@
+ #include <errno.h>
+ #include <assert.h>
+ #include <math.h>
++#include <sys/types.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include "NetAccess.h"