svn commit: r336057 - in head/ftp/lftp: . files
Ganael LAPLANCHE
martymac at FreeBSD.org
Tue Dec 10 11:52:45 UTC 2013
Author: martymac
Date: Tue Dec 10 11:52:44 2013
New Revision: 336057
URL: http://svnweb.freebsd.org/changeset/ports/336057
Log:
- Update to 4.4.13
- Update MASTER_SITES
PR: ports/184548
Submitted by: olgeni
Modified:
head/ftp/lftp/Makefile
head/ftp/lftp/distinfo
head/ftp/lftp/files/patch-build-aux-ltmain.sh (contents, props changed)
Modified: head/ftp/lftp/Makefile
==============================================================================
--- head/ftp/lftp/Makefile Tue Dec 10 10:31:51 2013 (r336056)
+++ head/ftp/lftp/Makefile Tue Dec 10 11:52:44 2013 (r336057)
@@ -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/ \
Modified: head/ftp/lftp/distinfo
==============================================================================
--- head/ftp/lftp/distinfo Tue Dec 10 10:31:51 2013 (r336056)
+++ head/ftp/lftp/distinfo Tue Dec 10 11:52:44 2013 (r336057)
@@ -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
Modified: head/ftp/lftp/files/patch-build-aux-ltmain.sh
==============================================================================
--- head/ftp/lftp/files/patch-build-aux-ltmain.sh Tue Dec 10 10:31:51 2013 (r336056)
+++ head/ftp/lftp/files/patch-build-aux-ltmain.sh Tue Dec 10 11:52:44 2013 (r336057)
@@ -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"
;;
More information about the svn-ports-all
mailing list