summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2005-12-06 15:40:13 +0000
committerTim Bishop <tdb@FreeBSD.org>2005-12-06 15:40:13 +0000
commit1887be8563c55a3f4525c7bba70f0a445354d1f4 (patch)
treee652b5eb8272949361caa06d6a1d5e16d6a7511c /ftp
parent- Install example script (diff)
- Update to 3.3.5
PR: 90032 Submitted by: Dmitry A. Yanko <fm@cross-road.org.ua> (maintainer) Approved by: clement (mentor)
Notes
Notes: svn path=/head/; revision=150534
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lftp/Makefile6
-rw-r--r--ftp/lftp/distinfo8
-rw-r--r--ftp/lftp/files/patch-src-lftp_rl.c13
3 files changed, 7 insertions, 20 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 2252c4df0240..1dfe4345c20a 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -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/ \
diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo
index d53cc3e076a2..cb211ca7cd81 100644
--- a/ftp/lftp/distinfo
+++ b/ftp/lftp/distinfo
@@ -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
diff --git a/ftp/lftp/files/patch-src-lftp_rl.c b/ftp/lftp/files/patch-src-lftp_rl.c
deleted file mode 100644
index 4d2fd23d534d..000000000000
--- a/ftp/lftp/files/patch-src-lftp_rl.c
+++ /dev/null
@@ -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);
- }