Date: Tue, 11 Jul 2017 21:43:28 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445550 - in head/net-mgmt: nrpe nrpe-ssl nrpe3 Message-ID: <201707112143.v6BLhSQS002394@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Jul 11 21:43:28 2017 New Revision: 445550 URL: https://svnweb.freebsd.org/changeset/ports/445550 Log: Fix dupplicate PKGBASE. Sponsored by: Absolight Modified: head/net-mgmt/nrpe-ssl/Makefile (contents, props changed) head/net-mgmt/nrpe/Makefile (contents, props changed) head/net-mgmt/nrpe3/Makefile (contents, props changed) Modified: head/net-mgmt/nrpe-ssl/Makefile ============================================================================== --- head/net-mgmt/nrpe-ssl/Makefile Tue Jul 11 21:03:09 2017 (r445549) +++ head/net-mgmt/nrpe-ssl/Makefile Tue Jul 11 21:43:28 2017 (r445550) @@ -5,7 +5,7 @@ PKGNAMESUFFIX= -ssl COMMENT= Nagios Remote Plugin Executor (SSL version) -CONFLICTS= nrpe-2.* +CONFLICTS= nrpe nrpe3 OPTIONS_SLAVE= SSL Modified: head/net-mgmt/nrpe/Makefile ============================================================================== --- head/net-mgmt/nrpe/Makefile Tue Jul 11 21:03:09 2017 (r445549) +++ head/net-mgmt/nrpe/Makefile Tue Jul 11 21:43:28 2017 (r445550) @@ -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 Modified: head/net-mgmt/nrpe3/Makefile ============================================================================== --- head/net-mgmt/nrpe3/Makefile Tue Jul 11 21:03:09 2017 (r445549) +++ head/net-mgmt/nrpe3/Makefile Tue Jul 11 21:43:28 2017 (r445550) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707112143.v6BLhSQS002394>