git: 8287164dfc55 - main - ftp/ftpmirror: Deprecate and reset maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Feb 2023 16:07:13 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=8287164dfc55f250a5c64f453a3b7e38735520d0 commit 8287164dfc55f250a5c64f453a3b7e38735520d0 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2023-02-16 16:05:26 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2023-02-16 16:07:08 +0000 ftp/ftpmirror: Deprecate and reset maintainership This project is old and has no development for a long time. FTP is not that relevant nowadays and recently it stopped building. I have no interest on it and will not put effort to get it fixed, so I dropped maintainership and marked it to be removed in 3 months. --- ftp/ftpmirror/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile index 4fa704d7f94a..524821a47b1d 100644 --- a/ftp/ftpmirror/Makefile +++ b/ftp/ftpmirror/Makefile @@ -4,9 +4,13 @@ PORTREVISION= 5 CATEGORIES= ftp MASTER_SITES= ftp://ftp.sai.msu.su/pub/unix/FTP/mirror/ -MAINTAINER= garga@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility to mirror directory hierarchy with FTP +DEPRECATED= Abandonware +EXPIRATION_DATE=2023-05-31 +BROKEN= Do not build + LICENSE= BSD2CLAUSE RUN_DEPENDS= p5-Socket6>=0:net/p5-Socket6