1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update to 3.3.5

PR:		90032
Submitted by:	Dmitry A. Yanko <fm@cross-road.org.ua> (maintainer)
Approved by:	clement (mentor)
This commit is contained in:
Tim Bishop 2005-12-06 15:40:13 +00:00
parent f671643bfc
commit 1887be8563
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150534
3 changed files with 7 additions and 20 deletions

View File

@ -6,11 +6,11 @@
#
PORTNAME= lftp
PORTVERSION= 3.3.3
PORTVERSION= 3.3.5
CATEGORIES= ftp ipv6
MASTER_SITES= \
ftp://mirror.widexs.nl/pub/lftp/ \
ftp://mirror.widexs.nl/pub/lftp/old/ \
ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \
ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \
ftp://ftp.130th.net/pub/mirror/lftp/ \
ftp://ftp.130th.net/pub/mirror/lftp/old/ \
ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/ \

View File

@ -1,4 +1,4 @@
MD5 (lftp-3.3.3.tar.bz2) = 92f2c10ee4460a9e4654615db0f3f8ab
SIZE (lftp-3.3.3.tar.bz2) = 1265962
MD5 (lftp-3.3.3.tar.bz2.asc) = 7c2d890ee672bb8b6f145ee14f5eb14c
SIZE (lftp-3.3.3.tar.bz2.asc) = 185
MD5 (lftp-3.3.5.tar.bz2) = 5bacd284d10f578fcd4feeaefebca6f3
SIZE (lftp-3.3.5.tar.bz2) = 1271946
MD5 (lftp-3.3.5.tar.bz2.asc) = d0c49a8ad9f80c1df02fe41bac5382a4
SIZE (lftp-3.3.5.tar.bz2.asc) = 185

View File

@ -1,13 +0,0 @@
--- src/lftp_rl.c.orig Tue Oct 18 11:21:22 2005
+++ src/lftp_rl.c Fri Oct 21 21:55:00 2005
@@ -191,9 +191,9 @@
if(!lftp_history_file)
{
const char *home=get_lftp_home();
+ const char *add="/rl_history";
if(!home)
return;
- const char *add="/rl_history";
lftp_history_file=(char*)malloc(strlen(home)+strlen(add)+1);
strcat(strcpy(lftp_history_file,home),add);
}