diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-01-09 08:49:08 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-01-09 08:49:08 +0000 |
commit | 654fc91243b0c0cb01a512223d20cba1e408e5ba (patch) | |
tree | e16942f64d56b2120db11f2df3d63dd443ae1d23 /ftp/lftp | |
parent | 188fd47f90e47763e024078024476c73bcd600e7 (diff) | |
download | ports-654fc91243b0c0cb01a512223d20cba1e408e5ba.tar.gz ports-654fc91243b0c0cb01a512223d20cba1e408e5ba.zip |
Notes
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, 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" |