diff options
author | Marius Strobl <marius@FreeBSD.org> | 2012-12-30 12:47:48 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2012-12-30 12:47:48 +0000 |
commit | 1818674a1aa9478392e5cc1aa3844d40fdf5c352 (patch) | |
tree | 23087caac4827c4afb4af48a0328e78c36e494d2 /ftp | |
parent | 613ff7d04ce98e4c1747553741749d26953a7a5b (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftp-tls/Makefile | 3 | ||||
-rw-r--r-- | ftp/ftpd-tls/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ftp/ftp-tls/Makefile b/ftp/ftp-tls/Makefile index c6fa9d536ecb..a9ef27050075 100644 --- a/ftp/ftp-tls/Makefile +++ b/ftp/ftp-tls/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= marius MAINTAINER= marius@FreeBSD.org COMMENT= Ftp client supporting FTP AUTH TLS +DEPRECATED= No longer maintained upstream +EXPIRATION_DATE= 2013-01-31 + GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/ftp/ftpd-tls/Makefile b/ftp/ftpd-tls/Makefile index d0291b2ad59e..f4f67ee79de2 100644 --- a/ftp/ftpd-tls/Makefile +++ b/ftp/ftpd-tls/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= marius MAINTAINER= marius@FreeBSD.org COMMENT= Ftp server supporting FTP AUTH TLS +DEPRECATED= No longer maintained upstream +EXPIRATION_DATE= 2013-01-31 + GNU_CONFIGURE= YES USE_OPENSSL= YES USE_RC_SUBR= ftpd-tls |