- Update to 3.7.7

Version 3.7.7 - 2008-12-12
* new ftp proxy auth type: proxy-user@host.
* new setting ftp:trust-feat (default no).
* changed GPL version to 3 (as gnulib modules require it).

PR:		ports/129688
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
This commit is contained in:
Beech Rintoul 2008-12-18 23:10:03 +00:00
parent 48bab94aa7
commit f00029dd7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224397
3 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= lftp
PORTVERSION= 3.7.6
PORTVERSION= 3.7.7
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \
ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \

View File

@ -1,3 +1,3 @@
MD5 (lftp-3.7.6.tar.bz2) = eed9891b8c2d034f296af5eb86898935
SHA256 (lftp-3.7.6.tar.bz2) = 027bd8b4097030b533fc1541cf45a59efe7e271b0ca22770f0ac0d98837d414f
SIZE (lftp-3.7.6.tar.bz2) = 1339266
MD5 (lftp-3.7.7.tar.bz2) = 7b1c58a6289448140b1cd328e1d51f94
SHA256 (lftp-3.7.7.tar.bz2) = 0e9daf2cdc491ff714b84ab37695b5852c3b1c253d159482ebc0051a2a08e327
SIZE (lftp-3.7.7.tar.bz2) = 1367986

View File

@ -1,14 +1,14 @@
--- build-aux/ltmain.sh.orig 2007-12-29 12:41:13.000000000 +0100
+++ build-aux/ltmain.sh 2008-05-28 16:41:23.818197162 +0200
@@ -6058,10 +6058,12 @@
--- build-aux/ltmain.sh.orig 2008-12-15 18:04:37.000000000 +0100
+++ build-aux/ltmain.sh 2008-12-15 18:07:52.000000000 +0100
@@ -2077,10 +2077,12 @@
fi
# Install the pseudo-library for information purposes.
+ if false; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
func_basename "$file"
name="$func_basename_result"
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
+ fi
# Maybe install the static library, too.