pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Allow dependency on PKGREVISIONed nagios-plugins p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3ec0313b3e8
branches:  trunk
changeset: 520548:b3ec0313b3e8
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Oct 23 07:17:40 2006 +0000

description:
Allow dependency on PKGREVISIONed nagios-plugins package.

diffstat:

 net/nagios-plugin-ldap/Makefile  |  4 ++--
 net/nagios-plugin-mysql/Makefile |  4 ++--
 net/nagios-plugin-pgsql/Makefile |  4 ++--
 net/nagios-plugin-snmp/Makefile  |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r fdbdb781ee06 -r b3ec0313b3e8 net/nagios-plugin-ldap/Makefile
--- a/net/nagios-plugin-ldap/Makefile   Mon Oct 23 03:26:24 2006 +0000
+++ b/net/nagios-plugin-ldap/Makefile   Mon Oct 23 07:17:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/08/17 14:21:39 taca Exp $
+# $NetBSD: Makefile,v 1.5 2006/10/23 07:17:40 seb Exp $
 #
 
 PKGNAME=       nagios-plugin-ldap-${PLUGINSVERSION}
@@ -7,7 +7,7 @@
 MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Nagios ldap plugin
 
-DEPENDS+=      nagios-plugins-${PLUGINSVERSION}:../../net/nagios-plugins
+DEPENDS+=      nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins
 
 .include "../../net/nagios-plugins/Makefile.common"
 
diff -r fdbdb781ee06 -r b3ec0313b3e8 net/nagios-plugin-mysql/Makefile
--- a/net/nagios-plugin-mysql/Makefile  Mon Oct 23 03:26:24 2006 +0000
+++ b/net/nagios-plugin-mysql/Makefile  Mon Oct 23 07:17:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:20 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2006/10/23 07:17:40 seb Exp $
 #
 
 PKGNAME=       nagios-plugin-mysql-${PLUGINSVERSION}
@@ -7,7 +7,7 @@
 MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Nagios mysql plugin
 
-DEPENDS+=       nagios-plugins-${PLUGINSVERSION}:../../net/nagios-plugins
+DEPENDS+=       nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins
 
 CONFIGURE_ARGS+=       --with-mysql=${BUILDLINK_PREFIX.mysql-client}
 
diff -r fdbdb781ee06 -r b3ec0313b3e8 net/nagios-plugin-pgsql/Makefile
--- a/net/nagios-plugin-pgsql/Makefile  Mon Oct 23 03:26:24 2006 +0000
+++ b/net/nagios-plugin-pgsql/Makefile  Mon Oct 23 07:17:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:20 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2006/10/23 07:17:40 seb Exp $
 #
 
 PKGNAME=       nagios-plugin-pgsql-${PLUGINSVERSION}
@@ -7,7 +7,7 @@
 MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Nagios pgsql plugin
 
-DEPENDS+=       nagios-plugins-${PLUGINSVERSION}:../../net/nagios-plugins
+DEPENDS+=       nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins
 
 CONFIGURE_ARGS+=       --with-pgsql=${BUILDLINK_PREFIX.pgsql-lib}
 #CPPFLAGS+=            -I${PGSQL_PREFIX}/include/pgsql
diff -r fdbdb781ee06 -r b3ec0313b3e8 net/nagios-plugin-snmp/Makefile
--- a/net/nagios-plugin-snmp/Makefile   Mon Oct 23 03:26:24 2006 +0000
+++ b/net/nagios-plugin-snmp/Makefile   Mon Oct 23 07:17:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/08/17 14:21:39 taca Exp $
+# $NetBSD: Makefile,v 1.5 2006/10/23 07:17:40 seb Exp $
 #
 
 PKGNAME=       nagios-plugin-snmp-${PLUGINSVERSION}
@@ -7,7 +7,7 @@
 MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Nagios snmp plugins
 
-DEPENDS+=      nagios-plugins-${PLUGINSVERSION}:../../net/nagios-plugins
+DEPENDS+=      nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins
 DEPENDS+=       p5-Net-SNMP-[0-9]*:../../net/p5-Net-SNMP
 
 .include "../../net/nagios-plugins/Makefile.common"



Home | Main Index | Thread Index | Old Index