Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 09:59:11 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350346 - in head/net-mgmt: nrpe nrpe-ssl
Message-ID:  <201404060959.s369xBg6012844@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun Apr  6 09:59:10 2014
New Revision: 350346
URL: http://svnweb.freebsd.org/changeset/ports/350346
QAT: https://qat.redports.org/buildarchive/r350346/

Log:
  Add net-mgmt/nrpe-ssl, a slave port to net-mgmt/nrpe but with SSL enabled by
  default.

Added:
  head/net-mgmt/nrpe-ssl/
  head/net-mgmt/nrpe-ssl/Makefile   (contents, props changed)
Modified:
  head/net-mgmt/nrpe/Makefile

Added: head/net-mgmt/nrpe-ssl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/nrpe-ssl/Makefile	Sun Apr  6 09:59:10 2014	(r350346)
@@ -0,0 +1,14 @@
+# Created by: Niclas Zeising <zeising@FreeBSD.org>
+# $FreeBSD$
+
+PKGNAMESUFFIX=	-ssl
+
+COMMENT=	Nagios Remote Plugin Executor (SSL version)
+
+CONFLICTS=	nrpe-2.*
+
+OPTIONS_SET=	SSL
+
+MASTERDIR=		${.CURDIR}/../nrpe
+
+.include "${MASTERDIR}/Makefile"

Modified: head/net-mgmt/nrpe/Makefile
==============================================================================
--- head/net-mgmt/nrpe/Makefile	Sun Apr  6 09:58:29 2014	(r350345)
+++ head/net-mgmt/nrpe/Makefile	Sun Apr  6 09:59:10 2014	(r350346)
@@ -14,13 +14,15 @@ RUN_DEPENDS=	${LOCALBASE}/libexec/nagios
 
 LATEST_LINK=	nrpe2
 
+CONFLICTS=	nrpe-ssl-2.*
+
 USES=		perl5
 USE_PERL5=	build
 USE_RC_SUBR=	nrpe2
 GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	SSL ARGS
-OPTIONS_DEFAULT=	ARGS
+OPTIONS_DEFAULT=ARGS
 
 SSL_DESC=	Enable SSL support (disables plain-text server)
 ARGS_DESC=	Enable command argument processing



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404060959.s369xBg6012844>