UPDATE: lftp-3.0.0
Reported by: |
sleepinghead@… |
Owned by: |
yeled@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
|
Port:
|
lftp
|
|
|
Version bump. The new version now supports sftp and more advanced ftp features. Bug #1370 should
probably also be closed since the patch appears to be incorporated into the portfile already. Patch
inline:
Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/lftp/Portfile,v
retrieving revision 1.10
diff -u -r1.10 Portfile
--- Portfile 10 Feb 2004 08:53:59 -0000 1.10
+++ Portfile 3 Apr 2004 04:24:56 -0000
@@ -2,11 +2,11 @@
PortSystem 1.0
name lftp
-version 2.6.12
+version 3.0.0
categories net
maintainers yeled@opendarwin.org
description Sophisticated file transfer program
-long_description LFTP is a shell-like command line ftp client. \
+long_description LFTP is a shell-like command line ftp and sftp client. \
It is reliable: can retry operations and does reget automatically. \
It can do several transfers simultaneously in background. \
You can start a transfer in background and continue browsing \
@@ -18,7 +18,7 @@
platforms darwin freebsd
master_sites http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
sunsite:system/network/file-transfer
-checksums md5 c479e1cbac5e984a3cdb794b5c2e5dd2
+checksums md5 32a4d87d9771324fe451726947d64539
configure.args --with-pic --disable-share --enable-static --without-ssl
# fixed 2.6.9, broke 2.6.10
#configure.env LDFLAGS="-lresolv"
* This bug has been marked as a duplicate of 1709 *