Fix dupplicate PKGBASE.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2017-07-11 21:43:28 +00:00
parent 1b9be56d92
commit 29c281d88b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445550
3 changed files with 4 additions and 3 deletions

View file

@ -5,7 +5,7 @@ PKGNAMESUFFIX= -ssl
COMMENT= Nagios Remote Plugin Executor (SSL version)
CONFLICTS= nrpe-2.*
CONFLICTS= nrpe nrpe3
OPTIONS_SLAVE= SSL

View file

@ -12,7 +12,7 @@ COMMENT?= Nagios Remote Plugin Executor
LICENSE= GPLv2
CONFLICTS= nrpe-ssl-2.* nrpe-3.*
CONFLICTS?= nrpe-ssl nrpe3
USES= perl5
USE_PERL5= build

View file

@ -5,13 +5,14 @@ PORTNAME= nrpe
PORTVERSION= 3.2.0
PORTREVISION?= 0
CATEGORIES= net-mgmt
PKGNAMESUFFIX= 3
MAINTAINER= zeising@FreeBSD.org
COMMENT?= Nagios Remote Plugin Executor
LICENSE= GPLv2
CONFLICTS= nrpe-2.* nrpe-ssl-2.*
CONFLICTS= nrpe nrpe-ssl
USE_GITHUB= yes
GH_ACCOUNT= NagiosEnterprises