Changeset 15379 for trunk/dports


Ignore:
Timestamp:
Dec 9, 2005, 12:44:56 AM (18 years ago)
Author:
yeled
Message:

Version 3.3.5 - 2005-12-02
added mirror --older-than, --size-range and --max-errors options.
improved CCC support - allowed protected transfers after CCC.
added support for sftp v5 and v6 (experimental).
added configure option --with-pager.
fixed file uploading via protected ftp with openssl.
fixed compilation on cygwin.
fixed compilation with sun c++.

Version 3.3.4 - 2005-11-15
added support for CCC command and ftp:ssl-use-ccc setting.
remove password from URLs when showing them on status line.
fixed `open -u' with an URL.
fixed a rare spinning.
fixed compilation on HP-UX.
fixed handling of 334 reply to AUTH command.

Version 3.3.3 - 2005-10-21
added support for LFTP_HOME environment variable.
added workaround for proftpd's empty directories.
fixed `open file:/path'.
fixed some bugs introduced in 3.3.2.

Version 3.3.2 - 2005-10-17
fixed a coredump caused by double-free.

Version 3.3.1 - 2005-10-12
several bugs fixed.
new setting xfer:destination-directory (default for -O option of get, mget).
fixed path+file combination in http - avoid double slash.
fixed url composition in hftp, a slash was missed.
fixed `open ftp.example.com/path'.
fixed a coredump when a bookmark contained lots of quotable characters.
fixed a coredump when an error happened while loading CA or CRL certificates.
fixed uploading of empty files via ftp with ftp:ssl-protect-data on.
fixed exit code of slot command.
fixed a coredump with `kill all'.
fixed path extraction from html files (broken in 3.3.0).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/lftp/Portfile

    r13765 r15379  
    1 # $Id: Portfile,v 1.24 2005/08/28 15:44:24 toby Exp $
     1# $Id: Portfile,v 1.25 2005/12/09 00:44:56 yeled Exp $
    22
    33PortSystem 1.0
    44name                lftp
    5 version             3.3.0
     5version             3.3.5
    66categories          net
    77maintainers         yeled@opendarwin.org
     
    1818platforms           darwin freebsd
    1919
    20 master_sites        http://tactical.wiretapped.net/mirrors/${name}/ \
    21                     ftp://ftp.kaizo.org/pub/${name}/ \
    22                     ftp://ftp.phear.org/pub/linux/networking/ftp/client/${name}/ \
    23                     ftp://ftp.wiretapped.net/pub/mirrors/${name}/ \
    24                     ftp://ftp.ayamura.org/pub/${name}/ \
     20master_sites        ftp://ftp.wiretapped.net/pub/mirrors/${name}/ \
    2521                    ftp://ftp.bme.hu/packages/${name}/ \
    2622                    ftp://ftp.130th.net/pub/mirror/${name}/ \
    27                     ftp://ftp.cs.tu-berlin.de/pub/net/ftp/${name}/
     23                    ftp://ftp.cs.tu-berlin.de/pub/net/ftp/${name}/\
     24                                        http://ftp.yars.free.net/pub/source/${name}/
    2825use_bzip2           yes
    29 checksums           md5 5f06462c88618ecd61db8e46ef494bc3
     26checksums           md5 5bacd284d10f578fcd4feeaefebca6f3
    3027
    3128platform darwin8        {
Note: See TracChangeset for help on using the changeset viewer.