diff options
author | martymac <martymac@FreeBSD.org> | 2010-10-15 19:30:05 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2010-10-15 19:30:05 +0800 |
commit | 117d3b0f91e67134108e043791125d8f158c0b82 (patch) | |
tree | d76fb0901450a3ee95739d19ebe5d75c573e5f35 /ftp/lftp | |
parent | b0444426adbb0428f9adeeebdc542b23d899f6c8 (diff) | |
download | freebsd-ports-gnome-117d3b0f91e67134108e043791125d8f158c0b82.tar.gz freebsd-ports-gnome-117d3b0f91e67134108e043791125d8f158c0b82.tar.zst freebsd-ports-gnome-117d3b0f91e67134108e043791125d8f158c0b82.zip |
- Add missing LICENSE
- Clean up MASTER_SITES
Approved by: itetcu (mentor)
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 77e727f19276..d13be2a09610 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -7,22 +7,24 @@ PORTNAME= lftp PORTVERSION= 4.0.10 +PORTREVISION= 1 CATEGORIES= ftp ipv6 -MASTER_SITES= ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \ - ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/old/ \ - ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ +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/ \ - ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \ - ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \ - ftp://ftp.yars.free.net/pub/source/lftp/ \ - ftp://ftp.yars.free.net/pub/source/lftp/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/ MAINTAINER= martymac@FreeBSD.org COMMENT= Shell-like command line ftp client LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +LICENSE= GPLv3 + USE_ICONV= yes USE_GZIP= yes |