diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 09:33:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 09:33:39 +0000 |
commit | 050067d507f463e87f80f749c72051fb2a6221c6 (patch) | |
tree | 0015f2a26c2020da52d25b1824538d37b93ab482 /ftp/lftp/Makefile | |
parent | 1.1.3->1.1.4 (diff) |
Update to 3.0.9
PR: based on ports/71731
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=118876
Diffstat (limited to '')
-rw-r--r-- | ftp/lftp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index b07204890775..d0e395031d55 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,9 +6,10 @@ # PORTNAME= lftp -PORTVERSION= 3.0.6 +PORTVERSION= 3.0.9 CATEGORIES= ftp ipv6 -MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ +MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ + ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \ http://the.wiretapped.net/mirrors/lftp/ \ http://the.wiretapped.net/mirrors/lftp/old/ \ @@ -22,7 +23,6 @@ MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ ftp://ftp.bme.hu/packages/lftp/old/ \ ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \ ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/old/ \ - ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/old/ \ ftp://mirror.widexs.nl/pub/lftp/ \ ftp://mirror.widexs.nl/pub/lftp/old/ \ |