Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 21:03:26 +0100 (CET)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        martymac@FreeBSD.org
Subject:   ports/184548: ftp/lftp: upgrade to version 4.4.13
Message-ID:  <201312062003.rB6K3QSQ030016@olgeni.olgeni>
Resent-Message-ID: <201312062010.rB6KA0eY045244@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184548
>Category:       ports
>Synopsis:       ftp/lftp: upgrade to version 4.4.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 06 20:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
>Description:

Upgrade to version 4.4.13 for ftp/lftp.

>How-To-Repeat:
>Fix:

--- Makefile	(revision 335616)
+++ Makefile	(working copy)
@@ -2,17 +2,9 @@
 # $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/ \
-		http://lftp.cybermirror.org/ \
-		http://lftp.cybermirror.org/old/ \
-		http://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \
-		http://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/old/ \
-		http://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \
-		ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/
+MASTER_SITES=	http://lftp.yar.ru/ftp/
 
 MAINTAINER=	martymac@FreeBSD.org
 COMMENT=	Shell-like command line ftp client
--- distinfo	(revision 335616)
+++ distinfo	(working copy)
@@ -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
--- files/patch-build-aux-ltmain.sh	(revision 335616)
+++ files/patch-build-aux-ltmain.sh	(working copy)
@@ -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"
  	;;
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312062003.rB6K3QSQ030016>