Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2017 10:28:10 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452133 - head/net-mgmt/smokeping
Message-ID:  <201710151028.v9FASAbG048483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Sun Oct 15 10:28:09 2017
New Revision: 452133
URL: https://svnweb.freebsd.org/changeset/ports/452133

Log:
  Add a CONFLICTS_INSTALL to report a conflict with sysutils/nfsping ; both ports install smokeping/lib/Smokeping/probes/NFSping.pm.
  Bump PORTREVISION.

Modified:
  head/net-mgmt/smokeping/Makefile

Modified: head/net-mgmt/smokeping/Makefile
==============================================================================
--- head/net-mgmt/smokeping/Makefile	Sun Oct 15 08:36:42 2017	(r452132)
+++ head/net-mgmt/smokeping/Makefile	Sun Oct 15 10:28:09 2017	(r452133)
@@ -3,7 +3,7 @@
 
 PORTNAME=	smokeping
 PORTVERSION=	2.6.11
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	net-mgmt www
 MASTER_SITES=	http://oss.oetiker.ch/smokeping/pub/ \
 		http://smokeping.cs.pu.edu.tw/pub/
@@ -32,6 +32,8 @@ BUILD_DEPENDS=	p5-CGI-Fast>=0:www/p5-CGI-Fast \
 		p5-Net-OpenSSH>=0:net/p5-Net-OpenSSH \
 		p5-perl-ldap>=0:net/p5-perl-ldap
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+CONFLICTS_INSTALL=	nfsping
 
 NO_ARCH=	yes
 USES=		gmake perl5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710151028.v9FASAbG048483>