svn commit: r353483 - head/net-mgmt/nagios-plugins

Mathieu Arnold mat at FreeBSD.org
Fri May 9 17:54:41 UTC 2014


Author: mat
Date: Fri May  9 17:54:40 2014
New Revision: 353483
URL: http://svnweb.freebsd.org/changeset/ports/353483
QAT: https://qat.redports.org/buildarchive/r353483/

Log:
  Note conflict with monitoring-plugins.
  
  Sponsored by:	Absolight

Modified:
  head/net-mgmt/nagios-plugins/Makefile

Modified: head/net-mgmt/nagios-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-plugins/Makefile	Fri May  9 17:53:39 2014	(r353482)
+++ head/net-mgmt/nagios-plugins/Makefile	Fri May  9 17:54:40 2014	(r353483)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nagios-plugins
 PORTVERSION=	2.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://www.nagios-plugins.org/download/ \
@@ -15,6 +15,8 @@ COMMENT=	Plugins for Nagios
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+CONFLICTS_INSTALL=	monitoring-plugins-*
+
 USES=		charsetfix gmake perl5 libtool
 CHARSETFIX_MAKEFILEIN=Makefile.am
 USE_SUBMAKE=	yes


More information about the svn-ports-all mailing list