summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-10-14 05:25:50 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-10-14 05:25:50 +0000
commitbedbfc6a1e7b11594092dd5f67d8d466bd8e8c4d (patch)
treebe55c1c9d0b92a0e715964b20d2df3469e983575
parent83f0022166515a5aff153bd0aef8f8cb0ee4db17 (diff)
downloadfreebsd-ports-bedbfc6a1e7b11594092dd5f67d8d466bd8e8c4d.zip
- add a line why this port exist
- drop maintainership
-rw-r--r--security/openssh/Makefile2
-rw-r--r--security/openssh/pkg-descr2
2 files changed, 3 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 5cb9a5e1336a..728385df3631 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -19,7 +19,7 @@ EXTRACT_SUFX= .tgz
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= openbsd28_${PORTVERSION}.patch
-MAINTAINER= dinoex@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= OpenBSD's secure shell client and server (remote login program)
CONFLICTS?= openssh-portable-* openssh-gssapi-* ssh-1.* ssh2-3.*
diff --git a/security/openssh/pkg-descr b/security/openssh/pkg-descr
index 1bfe9c2ddd76..a2a618f4e659 100644
--- a/security/openssh/pkg-descr
+++ b/security/openssh/pkg-descr
@@ -9,6 +9,8 @@ SSH version 1.2.12, which has a BSD-style license. Maintained by the
OpenBSD project, this is the most free and secure SSH implementation
in the world. OpenSSH supports SSH protocol version 1.5 and 2.0.
+If you don't need SKEY/OPIE you like to use openssh-portable
+
WWW: http://www.openssh.com/
- Brian Feldman