diff options
author | ache <ache@FreeBSD.org> | 1997-04-17 03:48:30 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-04-17 03:48:30 +0800 |
commit | 4873712f71d4edb031ce34b13fae3ec575a0e5ca (patch) | |
tree | c6ef78891cef7acbb0ea340d6dd78e6c8b4ad659 /security/ssh2/Makefile | |
parent | 9aea73282d0b577ced451d5d9e11260c371a4e30 (diff) | |
download | freebsd-ports-gnome-4873712f71d4edb031ce34b13fae3ec575a0e5ca.tar.gz freebsd-ports-gnome-4873712f71d4edb031ce34b13fae3ec575a0e5ca.tar.zst freebsd-ports-gnome-4873712f71d4edb031ce34b13fae3ec575a0e5ca.zip |
Upgrade to 1.2.19
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 fd8320fbc049..faed91eeb44c 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: ssh -# Version required: 1.2.18 +# Version required: 1.2.19 # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.36 1996/11/20 12:45:41 adam Exp $ +# $Id: Makefile,v 1.37 1997/03/28 23:30:12 ache Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP # -DISTNAME= ssh-1.2.18 +DISTNAME= ssh-1.2.19 CATEGORIES= security net MASTER_SITES= ftp://ftp.funet.fi/pub/unix/security/login/ssh/ |