aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-06-23 00:24:04 +0800
committerdinoex <dinoex@FreeBSD.org>2002-06-23 00:24:04 +0800
commit1c7b089a419fdbe49d25513d7a3982dc4b6b1a76 (patch)
tree5d9df11c7ef9d21506fe33982a0e5eaf352711fd /security/openssh-portable/Makefile
parent217b072ced81a0cda39affdefc6f84d2822d7a56 (diff)
downloadfreebsd-ports-gnome-1c7b089a419fdbe49d25513d7a3982dc4b6b1a76.tar.gz
freebsd-ports-gnome-1c7b089a419fdbe49d25513d7a3982dc4b6b1a76.tar.zst
freebsd-ports-gnome-1c7b089a419fdbe49d25513d7a3982dc4b6b1a76.zip
Update: openssh-3.2.3p1
New manpages: ssh-keysign.8 sftp-server.8 sshd.8 New program ssh-keysign
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r--security/openssh-portable/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 46a8046c3e13..bb678422843a 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= openssh
-PORTREVISION= 2
-PORTVERSION= 3.2.3p1
+PORTVERSION= 3.3p1
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
ftp://ftp.op.net/pub/OpenBSD/OpenSSH/portable/ \
@@ -18,7 +17,8 @@ MAINTAINER= dinoex@FreeBSD.org
MAN1= sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 scp.1 ssh.1
MLINKS= ssh.1 slogin.1
-MAN8= sftp-server.8 sshd.8
+MAN5= ssh_config.5 sshd_config.5
+MAN8= sftp-server.8 sshd.8 ssh-keysign.8
CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto
GNU_CONFIGURE= yes