diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-12-18 23:10:03 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-12-18 23:10:03 +0000 |
commit | f00029dd7ab862fc58dfcbfb3e3dcc145719d408 (patch) | |
tree | ef1e44c67847b0a4463ac86fdc1b41799730e324 /ftp/lftp | |
parent | 48bab94aa77e317370c69f5f1fda417f98885a99 (diff) | |
download | ports-f00029dd7ab862fc58dfcbfb3e3dcc145719d408.tar.gz ports-f00029dd7ab862fc58dfcbfb3e3dcc145719d408.zip |
Notes
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 6 | ||||
-rw-r--r-- | ftp/lftp/files/patch-build-aux-ltmain.sh | 12 |
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. |