diff options
author | is <is@pkgsrc.org> | 2001-02-13 12:49:06 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2001-02-13 12:49:06 +0000 |
commit | 88c2a995bbc05f723751bc1a39072d057f41eb43 (patch) | |
tree | 65ca7645f05927a4bdacf710682ab867ceb75e34 /security | |
parent | 81c9ac3e1aa390a6bea620e471b80327ed0de446 (diff) | |
download | pkgsrc-88c2a995bbc05f723751bc1a39072d057f41eb43.tar.gz |
Change the names of the ssh and ssh6 packages to ssh{,6}-1.2.27nb1 so
that installation of the right version can be verified.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh-ip-tunnel/Makefile | 4 | ||||
-rw-r--r-- | security/ssh/Makefile | 3 | ||||
-rw-r--r-- | security/ssh6/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/security/ssh-ip-tunnel/Makefile b/security/ssh-ip-tunnel/Makefile index d7e800e14f8..42f5c7a16b2 100644 --- a/security/ssh-ip-tunnel/Makefile +++ b/security/ssh-ip-tunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/10/21 22:55:02 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/13 12:49:07 is Exp $ DISTNAME= vpn-1.0 PKGNAME= ssh-ip-tunnel-1.0 @@ -9,7 +9,7 @@ MAINTAINER= dustin@spy.net DEPENDS+= pty-redir-0.1:../../misc/pty-redir .if !exists(/usr/bin/ssh) -DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh +DEPENDS+= {openssh-*,ssh{,6}-1.2.27*}:../../security/ssh .endif CONFLICTS= vpn-1.0 diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 023613925a5..68e908a4ee2 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2001/01/29 11:34:42 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2001/02/13 12:49:07 is Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -7,6 +7,7 @@ # modifying/redistributing it. # DISTNAME= ssh-1.2.27 +PKGNAME= ssh-1.2.27nb1 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ ftp://ftp.funet.fi/pub/unix/security/login/ssh/ \ diff --git a/security/ssh6/Makefile b/security/ssh6/Makefile index 6d76edc6a76..4284d4fc7d1 100644 --- a/security/ssh6/Makefile +++ b/security/ssh6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/01/29 11:34:42 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/13 12:49:08 is Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -7,7 +7,7 @@ # modifying/redistributing it. # DISTNAME= ssh-1.2.27 -PKGNAME= ssh6-1.2.27 +PKGNAME= ssh6-1.2.27nb1 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ ftp://ftp.funet.fi/pub/unix/security/login/ssh/ \ |