diff options
author | arved <arved@FreeBSD.org> | 2003-03-24 02:35:03 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-03-24 02:35:03 +0800 |
commit | 80daba664edac959556cda263ba40972c1a8d8be (patch) | |
tree | 1a7162f6ebb3c6be2f340f88528d2601a4249722 /ftp | |
parent | 6806ee8eacaa60285ec8cc194ec4b1c166671f6f (diff) | |
download | freebsd-ports-gnome-80daba664edac959556cda263ba40972c1a8d8be.tar.gz freebsd-ports-gnome-80daba664edac959556cda263ba40972c1a8d8be.tar.zst freebsd-ports-gnome-80daba664edac959556cda263ba40972c1a8d8be.zip |
Update to 2.6.5
PR: 50133
Submitted by: maintainer
Diffstat (limited to 'ftp')
-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 1fd6a4454111..72f61b16ffda 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 eef8d4fe81e2..2644758d578b 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 e755df8fcfcb..000000000000 --- 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" |