From owner-svn-ports-head@FreeBSD.ORG Tue Dec 10 11:52:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD68C6A4; Tue, 10 Dec 2013 11:52:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF79813B4; Tue, 10 Dec 2013 11:52:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBABqj87016155; Tue, 10 Dec 2013 11:52:45 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBABqjFA016152; Tue, 10 Dec 2013 11:52:45 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201312101152.rBABqjFA016152@svn.freebsd.org> From: Ganael LAPLANCHE Date: Tue, 10 Dec 2013 11:52:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336057 - in head/ftp/lftp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2013 11:52:45 -0000 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" ;;