Update to 2.0.65.
This commit is contained in:
parent
b440529254
commit
da7e68b1ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553691
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1594820395
|
TIMESTAMP = 1604063804
|
||||||
SHA256 (munin-2.0.64.tar.gz) = 1323c17acc728f9541cc0a526a66bcc213b3a23e18310d2c83c16054b071ed86
|
SHA256 (munin-2.0.65.tar.gz) = eec9b581eaee2227e6372973f3ea0cb9fab8e71dd9154217be80052b77a330b8
|
||||||
SIZE (munin-2.0.64.tar.gz) = 2249517
|
SIZE (munin-2.0.65.tar.gz) = 2249878
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
MUNIN_VERSION= 2.0.64
|
MUNIN_VERSION= 2.0.65
|
||||||
MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/
|
MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/
|
||||||
DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo
|
DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo
|
||||||
PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files
|
PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files
|
||||||
|
@ -74,6 +74,9 @@ post-patch:
|
|||||||
${WRKSRC}/node/sbin/munin-node \
|
${WRKSRC}/node/sbin/munin-node \
|
||||||
${WRKSRC}/node/sbin/munin-node-configure \
|
${WRKSRC}/node/sbin/munin-node-configure \
|
||||||
${WRKSRC}/node/sbin/munin-run
|
${WRKSRC}/node/sbin/munin-run
|
||||||
|
@${RM} ${WRKSRC}/node/sbin/munin-node.bak \
|
||||||
|
${WRKSRC}/node/sbin/munin-node-configure.bak \
|
||||||
|
${WRKSRC}/node/sbin/munin-run.bak
|
||||||
@${REINPLACE_CMD} \
|
@${REINPLACE_CMD} \
|
||||||
-e 's|^\(BASH[[:space:]]*:=\).*|\1 ${bash_CMD}|' \
|
-e 's|^\(BASH[[:space:]]*:=\).*|\1 ${bash_CMD}|' \
|
||||||
-e 's|^\(JAVARUN[[:space:]]*:=\).*|\1 ${java_CMD}|' \
|
-e 's|^\(JAVARUN[[:space:]]*:=\).*|\1 ${java_CMD}|' \
|
||||||
|
Loading…
Reference in New Issue
Block a user