diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2017-10-15 18:28:09 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2017-10-15 18:28:09 +0800 |
commit | ff29c3d5b712cf67ec9a15ef3422079307280597 (patch) | |
tree | 72ba10ad5151a6f0eb68d51c04a6643cbfa2e6be /net-mgmt | |
parent | ddeaf7647a434a947a9e532f3de3598710631486 (diff) | |
download | freebsd-ports-gnome-ff29c3d5b712cf67ec9a15ef3422079307280597.tar.gz freebsd-ports-gnome-ff29c3d5b712cf67ec9a15ef3422079307280597.tar.zst freebsd-ports-gnome-ff29c3d5b712cf67ec9a15ef3422079307280597.zip |
Add a CONFLICTS_INSTALL to report a conflict with sysutils/nfsping ; both ports install smokeping/lib/Smokeping/probes/NFSping.pm.
Bump PORTREVISION.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index f589e7cb582e..8894d1f7f55f 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -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/ @@ -33,6 +33,8 @@ BUILD_DEPENDS= p5-CGI-Fast>=0:www/p5-CGI-Fast \ p5-perl-ldap>=0:net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} +CONFLICTS_INSTALL= nfsping + NO_ARCH= yes USES= gmake perl5 GNU_CONFIGURE= yes |