diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2024-11-29 12:56:25 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2024-11-29 12:57:43 +0000 |
commit | 3c801a2e93e96855d7cb34cb0e3b4245e25e23ad (patch) | |
tree | aa5399af7290c9bdb38f7b0fd19950f54ca489b2 | |
parent | 33718f6b048fb4f37d4731783b3533c6331f6943 (diff) | |
download | ports-3c801a2e93e96855d7cb34cb0e3b4245e25e23ad.tar.gz ports-3c801a2e93e96855d7cb34cb0e3b4245e25e23ad.zip |
ftp/lftp: Update website URL
-rw-r--r-- | ftp/lftp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 3ad1bd98a90b..99785ca181f4 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -1,5 +1,6 @@ PORTNAME= lftp PORTVERSION= 4.9.3 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ http://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \ @@ -7,12 +8,12 @@ MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ http://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \ http://lftp.cybermirror.org/ \ http://lftp.cybermirror.org/old/ \ - http://lftp.tech/ftp/ \ - http://lftp.tech/ftp/old/ + http://lftp.yar.ru/ftp/ \ + http://lftp.yar.ru/ftp/old/ MAINTAINER= martymac@FreeBSD.org COMMENT= Shell-like command-line FTP client -WWW= https://lftp.tech/ +WWW= https://lftp.yar.ru/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING |