svn commit: r452133 - head/net-mgmt/smokeping

Rodrigo Osorio rodrigo at FreeBSD.org
Sun Oct 15 10:28:11 UTC 2017


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


More information about the svn-ports-all mailing list