diff options
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 2 | ||||
-rw-r--r-- | ftp/lftp/files/patch-src::NetAccess.cc | 10 |
3 files changed, 2 insertions, 12 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 1fd6a445411..72f61b16ffd 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 2.6.4 +PORTVERSION= 2.6.5 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 eef8d4fe81e..2644758d578 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1 +1 @@ -MD5 (lftp-2.6.4.tar.bz2) = 71e0c373692637ebaed2b5f799184b2d +MD5 (lftp-2.6.5.tar.bz2) = 8f09fbf5dd7b048ae3abbbc9d9c83a50 diff --git a/ftp/lftp/files/patch-src::NetAccess.cc b/ftp/lftp/files/patch-src::NetAccess.cc deleted file mode 100644 index e755df8fcfc..00000000000 --- a/ftp/lftp/files/patch-src::NetAccess.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- 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" |