diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-10-15 11:30:05 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-10-15 11:30:05 +0000 |
commit | 9a4329a9f6465d039257e154d2981058a0e26c0e (patch) | |
tree | 2f9b9e96d744bd1083b35cbcbb22aa20150e9fe4 | |
parent | e8a7cf6744df215541208fc11684770451be69b7 (diff) | |
download | ports-9a4329a9f6465d039257e154d2981058a0e26c0e.tar.gz ports-9a4329a9f6465d039257e154d2981058a0e26c0e.zip |
- Add missing LICENSE
- Clean up MASTER_SITES
Approved by: itetcu (mentor)
Notes
Notes:
svn path=/head/; revision=263037
-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 |