pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Depend on security/openssh instead of security/ssh for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2bf10c1b7120
branches: trunk
changeset: 475993:2bf10c1b7120
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Mon May 31 22:13:16 2004 +0000
description:
Depend on security/openssh instead of security/ssh for machines that
do not have /usr/bin/ssh.
diffstat:
net/netsaint-plugins/Makefile | 4 ++--
net/srsh/Makefile | 4 ++--
parallel/glunix/Makefile | 4 ++--
parallel/mpi-ch/Makefile | 4 ++--
parallel/pvm3/Makefile | 4 ++--
security/ssh-ip-tunnel/Makefile | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diffs (108 lines):
diff -r bbfc3153af80 -r 2bf10c1b7120 net/netsaint-plugins/Makefile
--- a/net/netsaint-plugins/Makefile Mon May 31 22:01:41 2004 +0000
+++ b/net/netsaint-plugins/Makefile Mon May 31 22:13:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/04/25 08:31:32 snj Exp $
+# $NetBSD: Makefile,v 1.18 2004/05/31 22:13:16 kristerw Exp $
#
DISTNAME= netsaint-plugins-1.2.9-4
@@ -13,7 +13,7 @@
DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base
.if !exists(/usr/bin/ssh)
-DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/ssh
+DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh
.endif
USE_BUILDLINK3= YES
diff -r bbfc3153af80 -r 2bf10c1b7120 net/srsh/Makefile
--- a/net/srsh/Makefile Mon May 31 22:01:41 2004 +0000
+++ b/net/srsh/Makefile Mon May 31 22:13:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/21 17:11:18 martti Exp $
+# $NetBSD: Makefile,v 1.9 2004/05/31 22:13:16 kristerw Exp $
#
DISTNAME= srsh-1.2
@@ -9,7 +9,7 @@
COMMENT= Emulate rsh client behavior using ssh
.if !exists(/usr/bin/ssh)
-DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/ssh
+DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh
.endif
NO_CONFIGURE= yes
diff -r bbfc3153af80 -r 2bf10c1b7120 parallel/glunix/Makefile
--- a/parallel/glunix/Makefile Mon May 31 22:01:41 2004 +0000
+++ b/parallel/glunix/Makefile Mon May 31 22:13:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/01/24 14:52:44 grant Exp $
+# $NetBSD: Makefile,v 1.29 2004/05/31 22:13:16 kristerw Exp $
DISTNAME= glunix-release-1-0a
PKGNAME= glunix-1.0a
@@ -15,7 +15,7 @@
.if exists(/usr/bin/ssh)
SSH= /usr/bin/ssh
.else
-DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/ssh
+DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/openssh
SSH= ${LOCALBASE}/bin/ssh
.endif
diff -r bbfc3153af80 -r 2bf10c1b7120 parallel/mpi-ch/Makefile
--- a/parallel/mpi-ch/Makefile Mon May 31 22:01:41 2004 +0000
+++ b/parallel/mpi-ch/Makefile Mon May 31 22:13:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/05/23 15:09:06 heinz Exp $
+# $NetBSD: Makefile,v 1.29 2004/05/31 22:13:16 kristerw Exp $
DISTNAME= mpich-1.2.5.2
CATEGORIES= parallel
@@ -10,7 +10,7 @@
COMMENT= Free implementation of the Message Passing Interface
.if !exists(/usr/bin/ssh)
-DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/ssh
+DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/openssh
.endif
DEPENDS+= tk>=8.3.0:../../x11/tk83
diff -r bbfc3153af80 -r 2bf10c1b7120 parallel/pvm3/Makefile
--- a/parallel/pvm3/Makefile Mon May 31 22:01:41 2004 +0000
+++ b/parallel/pvm3/Makefile Mon May 31 22:13:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/03/12 01:14:00 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.30 2004/05/31 22:13:16 kristerw Exp $
DISTNAME= pvm3.4.4
PKGNAME= pvm-3.4.4
@@ -13,7 +13,7 @@
.if exists(/usr/bin/ssh)
PVM_SSH?= /usr/bin/ssh
.else
-DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/ssh
+DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/openssh
PVM_SSH?= ${LOCALBASE}/bin/ssh
.endif
diff -r bbfc3153af80 -r 2bf10c1b7120 security/ssh-ip-tunnel/Makefile
--- a/security/ssh-ip-tunnel/Makefile Mon May 31 22:01:41 2004 +0000
+++ b/security/ssh-ip-tunnel/Makefile Mon May 31 22:13:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/09/27 23:18:41 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/05/31 22:13:16 kristerw Exp $
DISTNAME= vpn-1.0
PKGNAME= ssh-ip-tunnel-1.0
@@ -10,7 +10,7 @@
DEPENDS+= pty-redir-0.1:../../misc/pty-redir
.if !exists(/usr/bin/ssh)
-DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/ssh
+DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/openssh
.endif
CONFLICTS= vpn-1.0
Home |
Main Index |
Thread Index |
Old Index