mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Fix dupplicate PKGBASE.
Sponsored by: Absolight
This commit is contained in:
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
|
@ -5,7 +5,7 @@ PKGNAMESUFFIX= -ssl
|
||||||
|
|
||||||
COMMENT= Nagios Remote Plugin Executor (SSL version)
|
COMMENT= Nagios Remote Plugin Executor (SSL version)
|
||||||
|
|
||||||
CONFLICTS= nrpe-2.*
|
CONFLICTS= nrpe nrpe3
|
||||||
|
|
||||||
OPTIONS_SLAVE= SSL
|
OPTIONS_SLAVE= SSL
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ COMMENT?= Nagios Remote Plugin Executor
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
CONFLICTS= nrpe-ssl-2.* nrpe-3.*
|
CONFLICTS?= nrpe-ssl nrpe3
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
|
|
|
@ -5,13 +5,14 @@ PORTNAME= nrpe
|
||||||
PORTVERSION= 3.2.0
|
PORTVERSION= 3.2.0
|
||||||
PORTREVISION?= 0
|
PORTREVISION?= 0
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
|
PKGNAMESUFFIX= 3
|
||||||
|
|
||||||
MAINTAINER= zeising@FreeBSD.org
|
MAINTAINER= zeising@FreeBSD.org
|
||||||
COMMENT?= Nagios Remote Plugin Executor
|
COMMENT?= Nagios Remote Plugin Executor
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
CONFLICTS= nrpe-2.* nrpe-ssl-2.*
|
CONFLICTS= nrpe nrpe-ssl
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= NagiosEnterprises
|
GH_ACCOUNT= NagiosEnterprises
|
||||||
|
|
Loading…
Add table
Reference in a new issue