diff options
author | Marius Strobl <marius@FreeBSD.org> | 2010-09-15 18:07:42 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2010-09-15 18:07:42 +0000 |
commit | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (patch) | |
tree | 90797b45d3a5393fe74379475c2e53235679dc67 | |
parent | bac77168ee0225ca2fc269fe743c52c972f770c3 (diff) | |
download | ports-be8126109fa13097c8a0f9337fa9dfb68cf5d4c2.tar.gz ports-be8126109fa13097c8a0f9337fa9dfb68cf5d4c2.zip |
Notes
-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 |