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 | |
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.
-rw-r--r-- | parallel/glunix/Makefile | 4 | ||||
-rw-r--r-- | parallel/mpi-ch/Makefile | 4 | ||||
-rw-r--r-- | parallel/pvm3/Makefile | 4 | ||||
-rw-r--r-- | security/ssh-ip-tunnel/Makefile | 4 | ||||
-rw-r--r-- | security/ssh/Makefile | 3 | ||||
-rw-r--r-- | security/ssh6/Makefile | 4 |
6 files changed, 12 insertions, 11 deletions
diff --git a/parallel/glunix/Makefile b/parallel/glunix/Makefile index ce8b334fdc9..9ccce6e53d4 100644 --- a/parallel/glunix/Makefile +++ b/parallel/glunix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/01/29 11:34:39 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2001/02/13 12:49:06 is Exp $ DISTNAME= glunix-release-1-0a PKGNAME= glunix-1.0a @@ -13,7 +13,7 @@ HOMEPAGE= http://now.cs.berkeley.edu/Glunix/glunix.html .if exists(/usr/bin/ssh) SSH= /usr/bin/ssh .else -DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh +DEPENDS+= {openssh-*,ssh{,6}-1.2.27*}:../../security/ssh SSH= ${LOCALBASE}/bin/ssh .endif diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index 87bf97cc49c..c370f83a093 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/10/21 22:53:00 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/13 12:49:07 is Exp $ DISTNAME= mpich-1.1.1 CATEGORIES= parallel @@ -8,7 +8,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.mcs.anl.gov/mpi/mpich/index.html .if !exists(/usr/bin/ssh) -DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh +DEPENDS+= {openssh-*,ssh{,6}-1.2.27*}:../../security/ssh .endif WRKSRC= ${WRKDIR}/mpich diff --git a/parallel/pvm3/Makefile b/parallel/pvm3/Makefile index e07d888c5e1..624ca157fc9 100644 --- a/parallel/pvm3/Makefile +++ b/parallel/pvm3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/01/29 11:34:39 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2001/02/13 12:49:07 is Exp $ DISTNAME= pvm3.4.3 PKGNAME= pvm-3.4.3 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.epm.ornl.gov/pvm/pvm_home.html .if exists(/usr/bin/ssh) SSH= /usr/bin/ssh .else -DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh +DEPENDS+= {openssh-*,ssh{,6}-1.2.27*}:../../security/ssh SSH= ${LOCALBASE}/bin/ssh .endif 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/ \ |