diff options
author | torstenb <torstenb@FreeBSD.org> | 1997-09-16 08:13:25 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1997-09-16 08:13:25 +0800 |
commit | 36f2bbfb2a900ef3ca3d2828d28c8def82d3d7c8 (patch) | |
tree | c05e98dfa44d053e8228b7797b720e51dcdd1ef4 /security/ssh2/Makefile | |
parent | 80a7141fcfc7fd1e693724193e1d2c75f0d7cb3c (diff) | |
download | freebsd-ports-gnome-36f2bbfb2a900ef3ca3d2828d28c8def82d3d7c8.tar.gz freebsd-ports-gnome-36f2bbfb2a900ef3ca3d2828d28c8def82d3d7c8.tar.zst freebsd-ports-gnome-36f2bbfb2a900ef3ca3d2828d28c8def82d3d7c8.zip |
Upgrade to 1.2.21
Diffstat (limited to 'security/ssh2/Makefile')
-rw-r--r-- | security/ssh2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index f17c8c4c7f9d..b4195cb7a20c 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: ssh -# Version required: 1.2.20 +# Version required: 1.2.21 # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.43 1997/07/18 05:04:17 asami Exp $ +# $Id: Makefile,v 1.44 1997/09/11 18:31:52 max Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP # -DISTNAME= ssh-1.2.20 +DISTNAME= ssh-1.2.21 CATEGORIES= security net MASTER_SITES= ftp://ftp.funet.fi/pub/unix/security/login/ssh/ |