summaryrefslogtreecommitdiff
path: root/net/netsaint-plugin-snmp
diff options
context:
space:
mode:
authorfredb <fredb>2002-04-20 18:46:06 +0000
committerfredb <fredb>2002-04-20 18:46:06 +0000
commit20bda48ea23d1133be9ce5489bb75cfb29a856fa (patch)
treeba8bbcadc84aa7aa9c8235bf1808ffb47d71a30c /net/netsaint-plugin-snmp
parentad2e8910ca82b118d40b75e99f9c6754fb432e38 (diff)
downloadpkgsrc-20bda48ea23d1133be9ce5489bb75cfb29a856fa.tar.gz
In ucd-snmp's shared libraries, the SONAME is the filename, which contains
the version of ucd-snmp. Therefore, adjust the wildcard dependencies in dependents to match exactly (barring "nb" version changes), and bump the dependent's "nb" versions to reflect the change in dependencies. Otherwise, an "ethereal" binary package (for example) built against ucd-snmp-4.2.4 will happily install against ucd-snmp-4.2.3nb1, but will fail at run-time with, ``shared object "libucdsnmp-0.4.2.3.so" not found.''
Diffstat (limited to 'net/netsaint-plugin-snmp')
-rw-r--r--net/netsaint-plugin-snmp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/netsaint-plugin-snmp/Makefile b/net/netsaint-plugin-snmp/Makefile
index bc0eb360781..4170865662c 100644
--- a/net/netsaint-plugin-snmp/Makefile
+++ b/net/netsaint-plugin-snmp/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2002/03/25 13:01:10 rh Exp $
+# $NetBSD: Makefile,v 1.8 2002/04/20 18:46:07 fredb Exp $
#
DISTNAME= netsaint-plugins-1.2.9-4
PKGNAME= netsaint-plugin-snmp-1.2.9.4
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netsaintplug/}
@@ -13,7 +14,7 @@ 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
+DEPENDS+= ucd-snmp-4.2.4*:../../net/ucd-snmp
.include "../../net/netsaint-base/Makefile.common"