diff options
author | Renato Botelho <garga@FreeBSD.org> | 2023-02-16 13:05:26 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2023-02-16 13:07:08 -0300 |
commit | 8287164dfc55f250a5c64f453a3b7e38735520d0 (patch) | |
tree | b96499863f223a6663f7af835fffbb8ccb26949d /ftp | |
parent | science/afni: update to 23.0.04 (diff) |
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.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpmirror/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |