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

Collapse All | Expand All

(-)net-mgmt/cnagios/Makefile (-3 / +11 lines)
Lines 2-8 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
7
8
8
MAINTAINER=	danny@dannywarren.com
9
MAINTAINER=	danny@dannywarren.com
Lines 10-17 Link Here
10
11
11
LICENSE=	ISCL
12
LICENSE=	ISCL
12
13
13
RUN_DEPENDS=	nagios>=3.0:net-mgmt/nagios
14
FLAVORS=	nagios3 nagios4
14
15
16
USES=		ncurses perl5
17
18
nagios3_PKGNAMESUFFIX=	-nagios3
19
nagios4_PKGNAMESUFFIX=	-nagios4
20
21
nagios3_RUN_DEPENDS=	nagios>=3.0:net-mgmt/nagios
22
nagios4_RUN_DEPENDS=	nagios4>=4.0:net-mgmt/nagios4
23
15
USE_GITHUB=	yes
24
USE_GITHUB=	yes
16
GH_ACCOUNT=	dannywarren
25
GH_ACCOUNT=	dannywarren
17
26
Lines 22-28 Link Here
22
		--with-var-dir="${NAGIOSDIR}" \
31
		--with-var-dir="${NAGIOSDIR}" \
23
		--with-status-file="${NAGIOSDIR}/status.dat" \
32
		--with-status-file="${NAGIOSDIR}/status.dat" \
24
		--with-nagios-data=3
33
		--with-nagios-data=3
25
USES=		ncurses perl5
26
MAKE_ARGS=	LIBS="-lncurses"
34
MAKE_ARGS=	LIBS="-lncurses"
27
ALL_TARGET=	cnagios
35
ALL_TARGET=	cnagios
28
36
(-)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 (+9 lines)
Line 1 Link Here
1
Curses-based interface for nagios.
1
Curses-based interface for nagios.
2
3
Flavours:
4
5
nagios3 - RUN_PENDS will include net-mgmt/nagios
6
nagios4 - RUN_PENDS will include net-mgmt/nagios4
7
8
In both cases, the PKGNAME will be cnagios-${FLAVOR}
9
10
WWW: https://github.com/dannywarren/cnagios

Return to bug 236245