View | Details | Raw Unified | Return to bug 236245 | Differences between
and this patch

Collapse All | Expand All

(-)net-mgmt/cnagios/Makefile (-3 / +9 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	cnagios
4
PORTNAME=	cnagios
5
PORTVERSION=	0.32
5
PORTVERSION=	0.33
6
PORTREVISION=	1
6
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
8
PKGNAMESUFFIX=-${FLAVOR}
7
9
8
MAINTAINER=	danny@dannywarren.com
10
MAINTAINER=	danny@dannywarren.com
9
COMMENT=	Curses-based interface for nagios
11
COMMENT=	Curses-based interface for nagios
Lines 10-17 Link Here
10
12
11
LICENSE=	ISCL
13
LICENSE=	ISCL
12
14
13
RUN_DEPENDS=	nagios>=3.0:net-mgmt/nagios
15
FLAVORS=	nagios3 nagios4
14
16
17
USES=		ncurses perl5
18
19
nagios3_RUN_DEPENDS=	nagios>=3.0:net-mgmt/nagios
20
nagios4_RUN_DEPENDS=	nagios4>=4.0:net-mgmt/nagios4
21
15
USE_GITHUB=	yes
22
USE_GITHUB=	yes
16
GH_ACCOUNT=	dannywarren
23
GH_ACCOUNT=	dannywarren
17
24
Lines 22-28 Link Here
22
		--with-var-dir="${NAGIOSDIR}" \
29
		--with-var-dir="${NAGIOSDIR}" \
23
		--with-status-file="${NAGIOSDIR}/status.dat" \
30
		--with-status-file="${NAGIOSDIR}/status.dat" \
24
		--with-nagios-data=3
31
		--with-nagios-data=3
25
USES=		ncurses perl5
26
MAKE_ARGS=	LIBS="-lncurses"
32
MAKE_ARGS=	LIBS="-lncurses"
27
ALL_TARGET=	cnagios
33
ALL_TARGET=	cnagios
28
34
(-)net-mgmt/cnagios/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (dannywarren-cnagios-0.32_GH0.tar.gz) = cda69a094d8972364a0d9c25c9e6dd96f4c523adeeb4175806e864e1277f6a39
1
TIMESTAMP = 1553276349
2
SIZE (dannywarren-cnagios-0.32_GH0.tar.gz) = 81775
2
SHA256 (dannywarren-cnagios-0.33_GH0.tar.gz) = 60b33cf582b5700582006de05570c5b32e24daa9f04235e61be4cd499fc25611
3
SIZE (dannywarren-cnagios-0.33_GH0.tar.gz) = 82080
(-)net-mgmt/cnagios/pkg-descr (+2 lines)
Line 1 Link Here
1
Curses-based interface for nagios.
1
Curses-based interface for nagios.
2
3
WWW: https://github.com/dannywarren/cnagios

Return to bug 236245