diff options
author | marius <marius@FreeBSD.org> | 2010-09-16 02:07:42 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2010-09-16 02:07:42 +0800 |
commit | f72275e68db56a5d187d3a748951a6347a5ace60 (patch) | |
tree | db8a53b75cd3006e236d72b3a48e836ab9171582 | |
parent | ac6d1afd9a4d2425ec4fbf2416465a0fa1194efb (diff) | |
download | freebsd-ports-gnome-f72275e68db56a5d187d3a748951a6347a5ace60.tar.gz freebsd-ports-gnome-f72275e68db56a5d187d3a748951a6347a5ace60.tar.zst freebsd-ports-gnome-f72275e68db56a5d187d3a748951a6347a5ace60.zip |
Mark DEPRECATED: abandoned upstream.
Approved by: netchild
-rw-r--r-- | security/ssh2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index ab2e05d70f17..8c3918201bf9 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -37,6 +37,9 @@ DISTNAME= ssh-${PORTVERSION} MAINTAINER= marius@FreeBSD.org COMMENT= Secure shell client and server for V.2 SSH protocol +DEPRECATED= abandoned upstream +EXPIRATION_DATE=2010-10-15 + .if !defined(WITHOUT_X11) CONFLICTS= openssh-* ssh-* ssh2-nox11-* .else |