View | Details | Raw Unified | Return to bug 129056
Collapse All | Expand All

(-)lftp/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	lftp
8
PORTNAME=	lftp
9
PORTVERSION=	3.7.5
9
PORTVERSION=	3.7.6
10
CATEGORIES=	ftp ipv6
10
CATEGORIES=	ftp ipv6
11
MASTER_SITES=	ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \
11
MASTER_SITES=	ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \
12
		ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \
12
		ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \
(-)lftp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (lftp-3.7.5.tar.bz2) = 08f577dc1fac96bcf24a847e8ce64554
1
MD5 (lftp-3.7.6.tar.bz2) = eed9891b8c2d034f296af5eb86898935
2
SHA256 (lftp-3.7.5.tar.bz2) = a4d4960a1679939785849b2179013bca09b08ffb6f04a3737519add64261c2cb
2
SHA256 (lftp-3.7.6.tar.bz2) = 027bd8b4097030b533fc1541cf45a59efe7e271b0ca22770f0ac0d98837d414f
3
SIZE (lftp-3.7.5.tar.bz2) = 1339331
3
SIZE (lftp-3.7.6.tar.bz2) = 1339266
(-)lftp/files/patch-src-commands.cc (-10 lines)
Lines 1-10 Link Here
1
--- src/commands.cc.orig	2008-11-17 01:34:09.000000000 +0800
2
+++ src/commands.cc	2008-11-17 01:34:19.000000000 +0800
3
@@ -31,6 +31,7 @@
4
 #include <pwd.h>
5
 #include <sys/types.h>
6
 #include <sys/stat.h>
7
+#include <sys/wait.h>
8
 #include <fcntl.h>
9
 #include <assert.h>
10
 #ifdef HAVE_DLFCN_H

Return to bug 129056