Upgrade to 2.6.4.

PR:		ports/46875
Submitted by:	maintainer
This commit is contained in:
Oliver Braun 2003-01-09 08:49:08 +00:00
parent 188fd47f90
commit 654fc91243
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72793
3 changed files with 12 additions and 2 deletions

View File

@ -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/ \

View File

@ -1 +1 @@
MD5 (lftp-2.6.3.tar.bz2) = ea369708825cd9fbd22bb4727abaa4a9
MD5 (lftp-2.6.4.tar.bz2) = 71e0c373692637ebaed2b5f799184b2d

View File

@ -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"