Re: [MacPorts] #1702: UPDATE: lftp-3.0.0
#1702: UPDATE: lftp-3.0.0 -----------------------------+--------------------- Reporter: sleepinghead@… | Owner: yeled@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.0 Resolution: duplicate | Keywords: Port: lftp | -----------------------------+--------------------- Changes (by ryandesign@…): * type: defect => update * port: => lftp Old description:
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"
New description: 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" }}} -- -- Ticket URL: <https://trac.macports.org/ticket/1702#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts