summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2013-12-10 11:52:44 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2013-12-10 11:52:44 +0000
commit167722741a8adc0986d1c34e26148c5d0bb15038 (patch)
treec5c92729ff65476871dc0b9914a59839a9b00297 /ftp
parentwww/py-django-dpaste: Add option for MIGRATIONS support (via south) (diff)
- Update to 4.4.13
- Update MASTER_SITES PR: ports/184548 Submitted by: olgeni
Notes
Notes: svn path=/head/; revision=336057
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lftp/Makefile7
-rw-r--r--ftp/lftp/distinfo4
-rw-r--r--ftp/lftp/files/patch-build-aux-ltmain.sh12
3 files changed, 11 insertions, 12 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index f686655d623a..08d24693d97a 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= lftp
-PORTVERSION= 4.4.9
-PORTREVISION= 1
+PORTVERSION= 4.4.13
CATEGORIES= ftp ipv6
-MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \
- http://ftp.yars.free.net/pub/source/lftp/old/ \
+MASTER_SITES= http://lftp.yar.ru/ftp/ \
+ http://lftp.yar.ru/ftp/old/ \
http://lftp.cybermirror.org/ \
http://lftp.cybermirror.org/old/ \
http://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \
diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo
index 41073b01f908..962181e20a84 100644
--- a/ftp/lftp/distinfo
+++ b/ftp/lftp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lftp-4.4.9.tar.gz) = ffd618986e8fd8c5604c5645f912f7eb0ff66cdf76e84986cad47620bb5d7616
-SIZE (lftp-4.4.9.tar.gz) = 2512561
+SHA256 (lftp-4.4.13.tar.gz) = 1f7071faca15c63603479dfa4270cf6b52419b0ee2cf53453a0858974b9b6916
+SIZE (lftp-4.4.13.tar.gz) = 2534292
diff --git a/ftp/lftp/files/patch-build-aux-ltmain.sh b/ftp/lftp/files/patch-build-aux-ltmain.sh
index 1ea6abd7262f..6cff253074b8 100644
--- a/ftp/lftp/files/patch-build-aux-ltmain.sh
+++ b/ftp/lftp/files/patch-build-aux-ltmain.sh
@@ -1,15 +1,15 @@
---- build-aux/ltmain.sh.orig 2010-05-20 17:09:31.539282017 +0000
-+++ build-aux/ltmain.sh 2010-05-20 17:10:11.971297050 +0000
-@@ -2076,12 +2076,6 @@
+--- build-aux/ltmain.sh.orig
++++ build-aux/ltmain.sh
+@@ -4230,12 +4230,6 @@
func_execute_cmds "$postinstall_cmds" 'exit $?'
fi
- # Install the pseudo-library for information purposes.
- func_basename "$file"
-- name="$func_basename_result"
-- instname="$dir/$name"i
+- name=$func_basename_result
+- instname=$dir/${name}i
- func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
-
# Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
+ test -n "$old_library" && func_append staticlibs " $dir/$old_library"
;;