mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 3.3.3 and [1]
- Fix build on 4.x with additional patch [2] PR: 88021 Submitted by: Dmitry A. Yanko <fm@cross-road.org.ua> (maintainer) [1], pav [2]
This commit is contained in:
parent
b030b015de
commit
183f7b55c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146509
3 changed files with 25 additions and 23 deletions
|
@ -6,30 +6,19 @@
|
|||
#
|
||||
|
||||
PORTNAME= lftp
|
||||
PORTVERSION= 3.3.0
|
||||
PORTVERSION= 3.3.3
|
||||
CATEGORIES= ftp ipv6
|
||||
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \
|
||||
ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \
|
||||
ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \
|
||||
http://the.wiretapped.net/mirrors/lftp/ \
|
||||
http://the.wiretapped.net/mirrors/lftp/old/ \
|
||||
ftp://ftp.ayamura.org/pub/lftp/ \
|
||||
ftp://ftp.ayamura.org/pub/lftp/old/ \
|
||||
ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \
|
||||
ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/old/ \
|
||||
ftp://the.ausmac.net/pub/mirrors/lftp/ \
|
||||
ftp://the.ausmac.net/pub/mirrors/lftp/old/ \
|
||||
ftp://ftp.bme.hu/packages/lftp/ \
|
||||
ftp://ftp.bme.hu/packages/lftp/old/ \
|
||||
ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \
|
||||
ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/old/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/old/ \
|
||||
MASTER_SITES= \
|
||||
ftp://mirror.widexs.nl/pub/lftp/ \
|
||||
ftp://mirror.widexs.nl/pub/lftp/old/ \
|
||||
ftp://ftp.130th.net/pub/mirror/lftp/ \
|
||||
ftp://ftp.130th.net/pub/mirror/lftp/old/ \
|
||||
ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
|
||||
ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/
|
||||
ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/ \
|
||||
ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/old/ \
|
||||
ftp://ftp.yars.free.net/pub/source/lftp/ \
|
||||
ftp://ftp.yars.free.net/pub/source/lftp/old/ \
|
||||
ftp://lftp.yar.ru/lftp/ \
|
||||
ftp://lftp.yar.ru/lftp/old/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MD5 (lftp-3.3.0.tar.bz2) = 5f06462c88618ecd61db8e46ef494bc3
|
||||
SIZE (lftp-3.3.0.tar.bz2) = 1262865
|
||||
MD5 (lftp-3.3.0.tar.bz2.asc) = 3ac945ba9b5ae8b819ddd5e3813216ec
|
||||
SIZE (lftp-3.3.0.tar.bz2.asc) = 185
|
||||
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
|
||||
|
|
13
ftp/lftp/files/patch-src-lftp_rl.c
Normal file
13
ftp/lftp/files/patch-src-lftp_rl.c
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- 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);
|
||||
}
|
Loading…
Add table
Reference in a new issue