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

(-)lftp/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	lftp
8
PORTNAME=	lftp
9
PORTVERSION=	3.7.3
9
PORTVERSION=	3.7.4
10
PORTREVISION=	1
11
CATEGORIES=	ftp ipv6
10
CATEGORIES=	ftp ipv6
12
MASTER_SITES=	ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \
11
MASTER_SITES=	ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \
13
		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.3.tar.bz2) = fc98506620b059d712341d624eb720d6
1
MD5 (lftp-3.7.4.tar.bz2) = 56f3b47f13788f4d97ed288857e4282a
2
SHA256 (lftp-3.7.3.tar.bz2) = f81d70b148d1f460658dad8a48b21b8ed918f60211770299151b64c8e49edfcf
2
SHA256 (lftp-3.7.4.tar.bz2) = e84e0dec0e1b0abd0cb50427085bff878e9dc44cad0bc3fc3b91f500f9afc4da
3
SIZE (lftp-3.7.3.tar.bz2) = 1315201
3
SIZE (lftp-3.7.4.tar.bz2) = 1330956
(-)lftp/files/patch-build-aux-ltmain.sh (+15 lines)
Line 0 Link Here
1
--- build-aux/ltmain.sh.orig	2007-12-29 12:41:13.000000000 +0100
2
+++ build-aux/ltmain.sh	2008-05-28 16:41:23.818197162 +0200
3
@@ -6058,10 +6058,12 @@
4
 	fi
5
 
6
 	# Install the pseudo-library for information purposes.
7
+	if false; then
8
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
9
 	instname="$dir/$name"i
10
 	$show "$install_prog $instname $destdir/$name"
11
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
12
+	fi
13
 
14
 	# Maybe install the static library, too.
15
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
(-)lftp/files/patch-ltmain.sh (-15 lines)
Lines 1-15 Link Here
1
--- build-aux/ltmain.sh.orig	2007-12-29 12:41:13.000000000 +0100
2
+++ build-aux/ltmain.sh	2008-05-28 16:41:23.818197162 +0200
3
@@ -6058,10 +6058,12 @@
4
 	fi
5
 
6
 	# Install the pseudo-library for information purposes.
7
+	if false; then
8
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
9
 	instname="$dir/$name"i
10
 	$show "$install_prog $instname $destdir/$name"
11
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
12
+	fi
13
 
14
 	# Maybe install the static library, too.
15
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
(-)lftp/files/patch-src-Makefile.in (+11 lines)
Line 0 Link Here
1
--- src/Makefile.in.orig	2008-05-23 15:54:07.000000000 +0200
2
+++ src/Makefile.in	2008-05-28 16:41:23.857301294 +0200
3
@@ -1217,7 +1217,7 @@
4
 
5
 info-am:
6
 
7
-install-data-am: install-pkgdataSCRIPTS install-pkgverlibLTLIBRARIES
8
+install-data-am: install-pkgdataSCRIPTS
9
 	@$(NORMAL_INSTALL)
10
 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
11
 
(-)lftp/files/patch-src_Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- src/Makefile.in.orig	2008-05-23 15:54:07.000000000 +0200
2
+++ src/Makefile.in	2008-05-28 16:41:23.857301294 +0200
3
@@ -1217,7 +1217,7 @@
4
 
5
 info-am:
6
 
7
-install-data-am: install-pkgdataSCRIPTS install-pkgverlibLTLIBRARIES
8
+install-data-am: install-pkgdataSCRIPTS
9
 	@$(NORMAL_INSTALL)
10
 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
11

Return to bug 126374