Skip to content

Commit

Permalink
net-mgmt/netdata: Update to v1.32.1
Browse files Browse the repository at this point in the history
Changes:		https://github.com/netdata/netdata/releases/tag/1.32.1
PR:			260419
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D33480
  • Loading branch information
nkeor authored and driesmp committed Dec 20, 2021
1 parent 64584d2 commit 7857460
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions net-mgmt/netdata/Makefile
Expand Up @@ -2,11 +2,11 @@

PORTNAME= netdata
DISTVERSIONPREFIX= v
DISTVERSION= 1.32.0
DISTVERSION= 1.32.1
CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ \
https://github.com/forkbomb9/netdata/commit/:dashboard
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} b531c8c60c24ff5e4cf6a85289d77159d0e39b68.patch:dashboard
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} 91757292561eba170fe363b1f1023583216ca26f.patch:dashboard
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}

MAINTAINER= ports@FreeBSD.org
Expand Down Expand Up @@ -86,7 +86,7 @@ NETDATA_PERST= /var/db/${PORTNAME}

.if ! ${PORT_OPTIONS:MCLOUD}
post-patch:
cd ${WRKSRC} && gpatch -p1 < ${_DISTDIR}/b531c8c60c24ff5e4cf6a85289d77159d0e39b68.patch
cd ${WRKSRC} && gpatch -p1 < ${_DISTDIR}/91757292561eba170fe363b1f1023583216ca26f.patch
@${REINPLACE_CMD} -e 's|%%DISTVERSION%%|${DISTVERSION}|g' \
${PATCH_WRKSRC}/configure.ac
@${REINPLACE_CMD} -e 's|%%NETDATA_CACHE%%|${NETDATA_CACHE}|g' \
Expand Down
10 changes: 5 additions & 5 deletions net-mgmt/netdata/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1638321393
SHA256 (netdata-v1.32.0.tar.gz) = 5e066d322f88013cea78eb9bb42bca64599278b9db8d46593777e4258743fefd
SIZE (netdata-v1.32.0.tar.gz) = 22486361
SHA256 (b531c8c60c24ff5e4cf6a85289d77159d0e39b68.patch) = e7f037dec2393bd384ef1230cfa2723bd3d6ddd5f9d24ed2b3eae31dae4c3299
SIZE (b531c8c60c24ff5e4cf6a85289d77159d0e39b68.patch) = 36689971
TIMESTAMP = 1639499731
SHA256 (netdata-v1.32.1.tar.gz) = ac406513e86ad24976a66146702aeac960e43908abc51d70e4a073905275d13e
SIZE (netdata-v1.32.1.tar.gz) = 22472431
SHA256 (91757292561eba170fe363b1f1023583216ca26f.patch) = 0432180db54acdf5d58a3080f29d263f64bd43f1dce167399c83a3f260cc3c2a
SIZE (91757292561eba170fe363b1f1023583216ca26f.patch) = 36689971

0 comments on commit 7857460

Please sign in to comment.