aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/lftp
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2008-12-19 07:10:03 +0800
committerbeech <beech@FreeBSD.org>2008-12-19 07:10:03 +0800
commit21c39f65599fcfeb84faf405aa5383fd6edd7b4b (patch)
tree867b4a5d2ed89ee2f02847ec8defb002c714dab0 /ftp/lftp
parent7546d260e2b8d4c0236f4ff30bb6f63140613a61 (diff)
downloadfreebsd-ports-gnome-21c39f65599fcfeb84faf405aa5383fd6edd7b4b.tar.gz
freebsd-ports-gnome-21c39f65599fcfeb84faf405aa5383fd6edd7b4b.tar.zst
freebsd-ports-gnome-21c39f65599fcfeb84faf405aa5383fd6edd7b4b.zip
- 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)
Diffstat (limited to 'ftp/lftp')
-rw-r--r--ftp/lftp/Makefile2
-rw-r--r--ftp/lftp/distinfo6
-rw-r--r--ftp/lftp/files/patch-build-aux-ltmain.sh12
3 files changed, 10 insertions, 10 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index ad25fa7a368e..bb96aea97c1e 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -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/ \
diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo
index fefadee06e68..2407850784f2 100644
--- a/ftp/lftp/distinfo
+++ b/ftp/lftp/distinfo
@@ -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
diff --git a/ftp/lftp/files/patch-build-aux-ltmain.sh b/ftp/lftp/files/patch-build-aux-ltmain.sh
index c1bb71f5de01..1fe00f4f1880 100644
--- a/ftp/lftp/files/patch-build-aux-ltmain.sh
+++ b/ftp/lftp/files/patch-build-aux-ltmain.sh
@@ -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.