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

Collapse All | Expand All

(-)Makefile (-6 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/net-mgmt/cnagios/Makefile 388255 2015-06-01 19:06:53Z riggs $
2
# $FreeBSD: head/net-mgmt/cnagios/Makefile 388255 2015-06-01 19:06:53Z riggs $
3
3
4
PORTNAME=	cnagios
4
PORTNAME=	cnagios
5
PORTVERSION=	0.31
5
PORTVERSION=	0.32
6
PORTREVISION=	1
7
CATEGORIES=	net-mgmt
6
CATEGORIES=	net-mgmt
8
7
9
MAINTAINER=	alexander.4mail@gmail.com
8
MAINTAINER=	alexander.4mail@gmail.com
Lines 26-35 Link Here
26
USES=		perl5
25
USES=		perl5
27
ALL_TARGET=	cnagios
26
ALL_TARGET=	cnagios
28
27
29
post-patch:
30
# check in next relase if version match, and adjust/remove the next line
31
	${REINPLACE_CMD} -e 's/0.30/${PORTVERSION}/' ${WRKSRC}/version.h
32
33
post-install:
28
post-install:
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cnagios
29
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cnagios
35
30
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dannywarren-cnagios-0.31_GH0.tar.gz) = c1f41fa9d51dc0bbc1b90bc70d9e383ecb8fde7340558055cb60f171f74a08f9
1
SHA256 (dannywarren-cnagios-0.32_GH0.tar.gz) = cda69a094d8972364a0d9c25c9e6dd96f4c523adeeb4175806e864e1277f6a39
2
SIZE (dannywarren-cnagios-0.31_GH0.tar.gz) = 81546
2
SIZE (dannywarren-cnagios-0.32_GH0.tar.gz) = 81775

Return to bug 202195