aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/lftp
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2003-01-09 16:49:08 +0800
committerobraun <obraun@FreeBSD.org>2003-01-09 16:49:08 +0800
commit22ad99c33b4b5fdc3ca9c96d07441873f95b5d67 (patch)
tree240a8ce300d9432b2cd26c2a922d1ad5f7817075 /ftp/lftp
parentde37bb8ce1105ddd362536ff819c30744ac357bd (diff)
downloadfreebsd-ports-gnome-22ad99c33b4b5fdc3ca9c96d07441873f95b5d67.tar.gz
freebsd-ports-gnome-22ad99c33b4b5fdc3ca9c96d07441873f95b5d67.tar.zst
freebsd-ports-gnome-22ad99c33b4b5fdc3ca9c96d07441873f95b5d67.zip
Upgrade to 2.6.4.
PR: ports/46875 Submitted by: maintainer
Diffstat (limited to 'ftp/lftp')
-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"