Date: Fri, 29 Nov 2024 12:57:52 GMT From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3c801a2e93e9 - main - ftp/lftp: Update website URL Message-ID: <202411291257.4ATCvqBH025644@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by martymac: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c801a2e93e96855d7cb34cb0e3b4245e25e23ad commit 3c801a2e93e96855d7cb34cb0e3b4245e25e23ad Author: Ganael LAPLANCHE <martymac@FreeBSD.org> AuthorDate: 2024-11-29 12:56:25 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2024-11-29 12:57:43 +0000 ftp/lftp: Update website URL --- ftp/lftp/Makefile | 7 ++++--- 1 file 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411291257.4ATCvqBH025644>