View | Details | Raw Unified | Return to bug 253639
Collapse All | Expand All

(-)b/net-mgmt/netdata/Makefile (-4 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	netdata
4
PORTNAME=	netdata
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	1.29.1
6
DISTVERSION=	1.29.2
7
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
8
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
8
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
9
9
Lines 22-35 RUN_DEPENDS= bash:shells/bash \ Link Here
22
22
23
USES=		autoreconf cpe gmake pathfix pkgconfig:both python shebangfix \
23
USES=		autoreconf cpe gmake pathfix pkgconfig:both python shebangfix \
24
		ssl
24
		ssl
25
SHEBANG_GLOB=	*
26
25
USE_RC_SUBR=	${PORTNAME}
27
USE_RC_SUBR=	${PORTNAME}
26
28
27
SHEBANG_GLOB=	*
29
INSTALL_TARGET=	install-strip
30
CPPFLAGS+=	-D_WANT_VMMETER
28
31
29
GNU_CONFIGURE=	yes
32
GNU_CONFIGURE=	yes
30
CONFIGURE_ARGS=	--disable-unit-tests
33
CONFIGURE_ARGS=	--disable-unit-tests
31
INSTALL_TARGET=	install-strip
32
CPPFLAGS+=	-D_WANT_VMMETER
33
34
34
SUB_FILES=	${PORTNAME}.conf.sample
35
SUB_FILES=	${PORTNAME}.conf.sample
35
SUB_LIST=	NETDATA_CACHE=${NETDATA_CACHE} \
36
SUB_LIST=	NETDATA_CACHE=${NETDATA_CACHE} \
(-)b/net-mgmt/netdata/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1612987143
1
TIMESTAMP = 1613694033
2
SHA256 (netdata-v1.29.1.tar.gz) = d993001ed91da771214ffb7adb99d6c8c8e7384a10c88fe54feb7f8f883d5b2d
2
SHA256 (netdata-v1.29.2.tar.gz) = 3419a2b54cd29946900e88fa96f8235b6db50bafa615a35c0035887e8a3f5074
3
SIZE (netdata-v1.29.1.tar.gz) = 6731698
3
SIZE (netdata-v1.29.2.tar.gz) = 6736119

Return to bug 253639