From 0cab25b6054cd2da3cbd2eaed842c72f8c19f403 Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 20 Apr 2002 18:46:06 +0000 Subject: 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.'' --- net/gkrellm-snmp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/gkrellm-snmp') diff --git a/net/gkrellm-snmp/Makefile b/net/gkrellm-snmp/Makefile index 3fb4ac90ea9..f5f5fee0a93 100644 --- a/net/gkrellm-snmp/Makefile +++ b/net/gkrellm-snmp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/03/13 17:37:28 fredb Exp $ +# $NetBSD: Makefile,v 1.4 2002/04/20 18:46:07 fredb Exp $ DISTNAME= gkrellm_snmp-0.18 PKGNAME= gkrellm-snmp-0.18 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net sysutils MASTER_SITES= http://triq.net/gkrellm/ @@ -11,7 +11,7 @@ HOMEPAGE= http://triq.net/gkrellm.html COMMENT= simple snmp monitor for gkrellm DEPENDS+= gkrellm-1.2.*:../../sysutils/gkrellm -DEPENDS+= ucd-snmp>=4.1.0:../../net/ucd-snmp +DEPENDS+= ucd-snmp-4.2.4*:../../net/ucd-snmp USE_GMAKE= #defined -- cgit v1.2.3