- add missing p5-libwww dependency pointed out by henning@
and other dependencies needed for various probes. - @mode 600 in PLIST for smokeping_secrets config file - bump package
This commit is contained in:
parent
2215f26c38
commit
d22edfe268
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2008/06/09 18:42:09 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2008/07/16 11:51:46 sthen Exp $
|
||||
|
||||
COMMENT= latency logging and graphing system
|
||||
|
||||
DISTNAME= smokeping-2.3.6
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= net
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}pub/
|
||||
@ -18,11 +18,17 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::devel/p5-Config-Grammar \
|
||||
:p5-RRD-*:net/rrdtool,-perl \
|
||||
::net/p5-SNMP_Session \
|
||||
RUN_DEPENDS= ::databases/p5-ldap \
|
||||
::devel/p5-Config-Grammar \
|
||||
::net/fping \
|
||||
::www/p5-CGI-SpeedyCGI
|
||||
::net/p5-Net-DNS \
|
||||
::net/p5-Net-Telnet \
|
||||
::net/p5-SNMP_Session \
|
||||
::security/p5-Authen-Radius \
|
||||
::security/p5-Digest-HMAC \
|
||||
::www/p5-CGI-SpeedyCGI \
|
||||
::www/p5-libwww \
|
||||
:p5-RRD-*:net/rrdtool,-perl
|
||||
|
||||
NO_REGRESS= Yes
|
||||
NO_BUILD= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2008/01/29 19:58:39 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2008/07/16 11:51:46 sthen Exp $
|
||||
@newgroup _smokeping:562
|
||||
@newuser _smokeping:562:562:daemon:Smokeping account:/var/empty:/sbin/nologin
|
||||
bin/smokeping
|
||||
@ -188,7 +188,9 @@ share/examples/smokeping/smokeping.cgi
|
||||
@sample /var/www/smokeping/cgi-bin/smokeping.cgi
|
||||
@mode
|
||||
share/examples/smokeping/smokeping_secrets
|
||||
@mode 0600
|
||||
@sample ${SYSCONFDIR}/smokeping/smokeping_secrets
|
||||
@mode
|
||||
share/examples/smokeping/tmail
|
||||
@sample ${SYSCONFDIR}/smokeping/tmail
|
||||
@mode 0755
|
||||
|
Loading…
Reference in New Issue
Block a user