diff options
author | marius <marius@FreeBSD.org> | 2012-12-30 20:47:48 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2012-12-30 20:47:48 +0800 |
commit | f5c1ad1570e1a5ac295dbbe54411fca6cec695f3 (patch) | |
tree | 23087caac4827c4afb4af48a0328e78c36e494d2 /ftp/ftp-tls | |
parent | f541227a39c49ce2d18847507752f0695013246a (diff) | |
download | freebsd-ports-gnome-f5c1ad1570e1a5ac295dbbe54411fca6cec695f3.tar.gz freebsd-ports-gnome-f5c1ad1570e1a5ac295dbbe54411fca6cec695f3.tar.zst freebsd-ports-gnome-f5c1ad1570e1a5ac295dbbe54411fca6cec695f3.zip |
Mark deprecated with an expiration on 2013-01-31. Unfortunately, these
ports are no longer maintained upstream, which is a bad thing especially
for supposedly secure software.
Approved by: beat (mentor)
Diffstat (limited to 'ftp/ftp-tls')
-rw-r--r-- | ftp/ftp-tls/Makefile | 3 |
1 files changed, 3 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 |