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 + #include + #include ++#include + #include + #include + #include "NetAccess.h"