View | Details | Raw Unified | Return to bug 129688
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.6
9
PORTVERSION=	3.7.7
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.6.tar.bz2) = eed9891b8c2d034f296af5eb86898935
1
MD5 (lftp-3.7.7.tar.bz2) = 7b1c58a6289448140b1cd328e1d51f94
2
SHA256 (lftp-3.7.6.tar.bz2) = 027bd8b4097030b533fc1541cf45a59efe7e271b0ca22770f0ac0d98837d414f
2
SHA256 (lftp-3.7.7.tar.bz2) = 0e9daf2cdc491ff714b84ab37695b5852c3b1c253d159482ebc0051a2a08e327
3
SIZE (lftp-3.7.6.tar.bz2) = 1339266
3
SIZE (lftp-3.7.7.tar.bz2) = 1367986
(-)lftp/files/patch-build-aux-ltmain.sh (-6 / +6 lines)
Lines 1-14 Link Here
1
--- build-aux/ltmain.sh.orig	2007-12-29 12:41:13.000000000 +0100
1
--- build-aux/ltmain.sh.orig	2008-12-15 18:04:37.000000000 +0100
2
+++ build-aux/ltmain.sh	2008-05-28 16:41:23.818197162 +0200
2
+++ build-aux/ltmain.sh	2008-12-15 18:07:52.000000000 +0100
3
@@ -6058,10 +6058,12 @@
3
@@ -2077,10 +2077,12 @@
4
 	fi
4
 	fi
5
 
5
 
6
 	# Install the pseudo-library for information purposes.
6
 	# Install the pseudo-library for information purposes.
7
+	if false; then
7
+	if false; then
8
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
8
 	func_basename "$file"
9
 	name="$func_basename_result"
9
 	instname="$dir/$name"i
10
 	instname="$dir/$name"i
10
 	$show "$install_prog $instname $destdir/$name"
11
 	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
11
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
12
+	fi
12
+	fi
13
 
13
 
14
 	# Maybe install the static library, too.
14
 	# Maybe install the static library, too.

Return to bug 129688