summaryrefslogtreecommitdiff
path: root/net/nagios-nrpe
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2014-10-11 23:57:04 +0000
committergdt <gdt@pkgsrc.org>2014-10-11 23:57:04 +0000
commitd5b3266b80ead468d51764622931381117b52469 (patch)
treeb472032b9240e12c3de8b12a97188dd6c299c412 /net/nagios-nrpe
parent46b722640b4e16c162798daa95a1c86f5f0d8bfb (diff)
downloadpkgsrc-d5b3266b80ead468d51764622931381117b52469.tar.gz
Default ssl option to on.
Diffstat (limited to 'net/nagios-nrpe')
-rw-r--r--net/nagios-nrpe/Makefile4
-rw-r--r--net/nagios-nrpe/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/nagios-nrpe/Makefile b/net/nagios-nrpe/Makefile
index fc8104df0c1..85b15da036c 100644
--- a/net/nagios-nrpe/Makefile
+++ b/net/nagios-nrpe/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2014/06/14 10:19:41 wiedi Exp $
+# $NetBSD: Makefile,v 1.25 2014/10/11 23:57:04 gdt Exp $
#
DISTNAME= nrpe-2.12
PKGNAME= nagios-${DISTNAME}
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= net sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagios/}
diff --git a/net/nagios-nrpe/options.mk b/net/nagios-nrpe/options.mk
index 9d8be259ad8..a108c16e521 100644
--- a/net/nagios-nrpe/options.mk
+++ b/net/nagios-nrpe/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2011/02/22 15:23:43 gdt Exp $
+# $NetBSD: options.mk,v 1.6 2014/10/11 23:57:04 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nagios-nrpe
PKG_SUPPORTED_OPTIONS= ssl tcpwrappers nagios-nrpe-args
-PKG_SUGGESTED_OPTIONS= tcpwrappers
+PKG_SUGGESTED_OPTIONS= ssl tcpwrappers
.include "../../mk/bsd.options.mk"