summaryrefslogtreecommitdiff
path: root/net/netsaint-plugin-snmp
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-03-25 13:01:10 +0000
committerrh <rh@pkgsrc.org>2002-03-25 13:01:10 +0000
commit6392ce05c09988600b1f14e01d058497f8f4f733 (patch)
tree5263482759bf0e439c2af31ac3bb467221f06ed0 /net/netsaint-plugin-snmp
parentf16685bbb442f9df17c100c6a75403fc7bf6c41c (diff)
downloadpkgsrc-6392ce05c09988600b1f14e01d058497f8f4f733.tar.gz
Update netsaint-plugin-snmp to 1.2.9.4. Package provided in PR pkg/15992
by Murray Armfield <murray@river-styx.org>. This is part of the netsaint update to 0.0.7, please see the update for netsaint-base to 0.0.7 for an overview of changes.
Diffstat (limited to 'net/netsaint-plugin-snmp')
-rw-r--r--net/netsaint-plugin-snmp/Makefile24
-rw-r--r--net/netsaint-plugin-snmp/PLIST2
-rw-r--r--net/netsaint-plugin-snmp/distinfo5
3 files changed, 19 insertions, 12 deletions
diff --git a/net/netsaint-plugin-snmp/Makefile b/net/netsaint-plugin-snmp/Makefile
index 61e377d1064..bc0eb360781 100644
--- a/net/netsaint-plugin-snmp/Makefile
+++ b/net/netsaint-plugin-snmp/Makefile
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.6 2002/03/22 11:00:34 rh Exp $
+# $NetBSD: Makefile,v 1.7 2002/03/25 13:01:10 rh Exp $
#
-DISTNAME= netsaint-plugins-1.2.8-4
-PKGNAME= netsaint-plugin-snmp-1.2.8.4
-PKGREVISION= 1
+DISTNAME= netsaint-plugins-1.2.9-4
+PKGNAME= netsaint-plugin-snmp-1.2.9.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netsaintplug/}
-MAINTAINER= packages@netbsd.org
+MAINTAINER= murray@river-styx.org
HOMEPAGE= http://netsaintplug.sourceforge.net/
COMMENT= SNMP monitoring plug-in for netsaint
+DEPENDS+= autoconf>=2.13:../../devel/autoconf
+DEPENDS+= automake>=1.4.5:../../devel/automake
DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base
DEPENDS+= ucd-snmp-[0-9]*:../../net/ucd-snmp
@@ -18,15 +19,22 @@ DEPENDS+= ucd-snmp-[0-9]*:../../net/ucd-snmp
ALL_TARGET= check_snmp check_hpjd
+pre-configure:
+ cd ${WRKSRC}; \
+ ${LOCALBASE}/bin/aclocal; \
+ ${LOCALBASE}/bin/autoheader; \
+ ${LOCALBASE}/bin/automake -a --foreign -i; \
+ ${LOCALBASE}/bin/autoconf
+
do-build:
- cd ${WRKSRC}/plugins && \
- ${SETENV} ${MAKE_ENV} \
+ cd ${WRKSRC}/plugins && \
+ ${SETENV} ${MAKE_ENV} \
${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET}
do-install:
for PROG in ${ALL_TARGET}; do \
${INSTALL_PROGRAM} ${WRKSRC}/plugins/$${PROG} \
- ${PREFIX}/libexec/netsaint; \
+ ${PREFIX}/libexec/netsaint; \
done
.include "../../mk/bsd.pkg.mk"
diff --git a/net/netsaint-plugin-snmp/PLIST b/net/netsaint-plugin-snmp/PLIST
index b4017a3addf..429606df850 100644
--- a/net/netsaint-plugin-snmp/PLIST
+++ b/net/netsaint-plugin-snmp/PLIST
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/01 17:06:02 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/03/25 13:01:10 rh Exp $
libexec/netsaint/check_hpjd
libexec/netsaint/check_snmp
diff --git a/net/netsaint-plugin-snmp/distinfo b/net/netsaint-plugin-snmp/distinfo
index 5bdb38d209f..86ccc95a7a0 100644
--- a/net/netsaint-plugin-snmp/distinfo
+++ b/net/netsaint-plugin-snmp/distinfo
@@ -1,4 +1,3 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 11:23:24 wiz Exp $
-SHA1 (netsaint-plugins-1.2.8-4.tar.gz) = b6800aed3d58a98ff3d6772d17ccbec81c8fe8ba
-Size (netsaint-plugins-1.2.8-4.tar.gz) = 753261 bytes
+SHA1 (netsaint-plugins-1.2.9-4.tar.gz) = d4d6a52c0f5ca8470cd9b9ee52d427b2ecf940e6
+Size (netsaint-plugins-1.2.9-4.tar.gz) = 352023 bytes