FreeBSD Port: nrpe-1.9

Gerrit Beine tux at pinguru.net
Sun Aug 22 08:14:53 PDT 2004


Update to version 2.0.
It supports SSL now.

Maybe, because it is incompatible with nrpe 1.x,
it would be better to fork a port from nrpe.

What do you mean about?

So long...

Gerrit
-- 
Wer *BSD nachmacht oder fälscht, oder nachgemachtes oder gefälschtes in
Umlauf bringt oder vertreibt wird mit Windows nicht unter XP bestraft.

mail tux at pinguru.net
icq  123851585
web  http://arme-und-beine.de
-------------- next part --------------
--- Makefile	Sun May 30 11:11:35 2004
+++ Makefile	Sun Aug 22 17:10:30 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nrpe
-PORTVERSION=	1.9
+PORTVERSION=	2.0
 PORTREVISION=	0
 CATEGORIES=	net-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -19,14 +19,25 @@
 
 GNU_CONFIGURE=	yes
 USE_PERL5=	yes
+USE_OPENSSL=	yes
 
 CONFIGURE_ARGS=	--libexecdir=${PREFIX}/libexec/nagios --sysconfdir=${PREFIX}/etc \
 		--sbindir=${PREFIX}/sbin --bindir=${PREFIX}/sbin
 
+.if !defined(NOPORTDOCS)
+PORTDOCS=README README.SSL SECURITY
+.endif
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe
 	${INSTALL_PROGRAM} ${WRKSRC}/src/check_nrpe ${PREFIX}/libexec/nagios/check_nrpe
 	${INSTALL_DATA} ${WRKSRC}/nrpe.cfg ${PREFIX}/etc/nrpe.cfg-sample
 	${INSTALL_SCRIPT} ${WRKSRC}/init-script.freebsd ${PREFIX}/etc/rc.d/nrpe.sh
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}
+	@for file in ${PORTDOCS}; do \
+	    ${CP} ${WRKSRC}/$${file} ${DOCSDIR}; \
+	done
+.endif
 
 .include <bsd.port.mk>
--- distinfo	Wed Mar 31 05:10:30 2004
+++ distinfo	Sun Aug 22 16:58:46 2004
@@ -1,2 +1,2 @@
-MD5 (nrpe-1.9.tar.gz) = b4a5e00963f1aaa754ae877b9f921565
-SIZE (nrpe-1.9.tar.gz) = 41513
+MD5 (nrpe-2.0.tar.gz) = 70ef9502a3b7e49fa520dbceabfa04d0
+SIZE (nrpe-2.0.tar.gz) = 52157


More information about the freebsd-ports mailing list