svn commit: r341904 - head/net-mgmt/collectd

Rene Ladan rene at FreeBSD.org
Fri Jan 31 00:21:21 UTC 2014


Author: rene
Date: Fri Jan 31 00:21:20 2014
New Revision: 341904
URL: http://svnweb.freebsd.org/changeset/ports/341904
QAT: https://qat.redports.org/buildarchive/r341904/

Log:
  Change optional run dependency for mbmon from sysutils/mbmon
  to sysutils/xmbmon
  
  The former port has expired.

Modified:
  head/net-mgmt/collectd/Makefile

Modified: head/net-mgmt/collectd/Makefile
==============================================================================
--- head/net-mgmt/collectd/Makefile	Fri Jan 31 00:18:45 2014	(r341903)
+++ head/net-mgmt/collectd/Makefile	Fri Jan 31 00:21:20 2014	(r341904)
@@ -262,7 +262,7 @@ PLIST_SUB+=	INTERFACE="@comment "
 
 .if ${PORT_OPTIONS:MMBMON}
 CONFIGURE_ARGS+=--enable-mbmon
-RUN_DEPENDS+=	${LOCALBASE}/bin/mbmon:${PORTSDIR}/sysutils/mbmon
+RUN_DEPENDS+=	${LOCALBASE}/bin/mbmon:${PORTSDIR}/sysutils/xmbmon
 PLIST_SUB+=	MBMON=""
 .else
 CONFIGURE_ARGS+=--disable-mbmon


More information about the svn-ports-all mailing list