diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/bsdftpd-ssl/Makefile | 2 | ||||
-rw-r--r-- | ftp/fget/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ftp/bsdftpd-ssl/Makefile b/ftp/bsdftpd-ssl/Makefile index 64318c241fd0..119a7e68d79a 100644 --- a/ftp/bsdftpd-ssl/Makefile +++ b/ftp/bsdftpd-ssl/Makefile @@ -12,6 +12,8 @@ MAINTAINER= skynick@mail.sc.ru COMMENT= Secure FTP client/server with TLS/SSL support BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 USE_OPENSSL= yes MAKE_ENV+= OBJFORMAT=elf MAKE_JOBS_UNSAFE= yes diff --git a/ftp/fget/Makefile b/ftp/fget/Makefile index aaa6212c25d2..724777407693 100644 --- a/ftp/fget/Makefile +++ b/ftp/fget/Makefile @@ -10,6 +10,8 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Commandline tool for mirroring remote files via FTP BROKEN= Does not fetch +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 USES= gmake GNU_CONFIGURE= yes |