Date: Wed, 21 Nov 2018 13:50:41 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485513 - in head/sysutils: munin-common munin-common/files munin-master munin-node Message-ID: <201811211350.wALDofPb046931@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Nov 21 13:50:41 2018 New Revision: 485513 URL: https://svnweb.freebsd.org/changeset/ports/485513 Log: Update to 2.0.43. Remove a patch replacing seq by jot, seq was added in FreeBSD 9. Also, remove a patch fixing perl's hash randomization, it was addressed a bit differently upstream. Deleted: head/sysutils/munin-common/files/patch-plugins_node.d_bind9__rndc.in head/sysutils/munin-common/files/patch-plugins_node.d_squeezebox__.in Modified: head/sysutils/munin-common/distinfo (contents, props changed) head/sysutils/munin-common/munin.mk head/sysutils/munin-master/Makefile (contents, props changed) head/sysutils/munin-node/Makefile (contents, props changed) Modified: head/sysutils/munin-common/distinfo ============================================================================== --- head/sysutils/munin-common/distinfo Wed Nov 21 13:27:07 2018 (r485512) +++ head/sysutils/munin-common/distinfo Wed Nov 21 13:50:41 2018 (r485513) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537780253 -SHA256 (munin-2.0.42.tar.gz) = 0f1b72e5339944b53a01867cdd09d6b399bfe470ea3b16017914e00b4d4ed110 -SIZE (munin-2.0.42.tar.gz) = 2252959 +TIMESTAMP = 1542802138 +SHA256 (munin-2.0.43.tar.gz) = 17d788ce0b3d633b22d5f54086fb5de53d52e82bc1cdd53d55c2e0aa95151549 +SIZE (munin-2.0.43.tar.gz) = 2257914 Modified: head/sysutils/munin-common/munin.mk ============================================================================== --- head/sysutils/munin-common/munin.mk Wed Nov 21 13:27:07 2018 (r485512) +++ head/sysutils/munin-common/munin.mk Wed Nov 21 13:50:41 2018 (r485513) @@ -1,6 +1,6 @@ LICENSE= GPLv2 -MUNIN_VERSION= 2.0.42 +MUNIN_VERSION= 2.0.43 MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/ DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files Modified: head/sysutils/munin-master/Makefile ============================================================================== --- head/sysutils/munin-master/Makefile Wed Nov 21 13:27:07 2018 (r485512) +++ head/sysutils/munin-master/Makefile Wed Nov 21 13:50:41 2018 (r485513) @@ -47,6 +47,8 @@ NO_ARCH= yes SUB_FILES= pkg-message PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} +PORTSCOUT= ignore:1 + post-install: (cd ${WRKSRC}/build/doc; \ ${INSTALL_MAN} munin.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5; \ Modified: head/sysutils/munin-node/Makefile ============================================================================== --- head/sysutils/munin-node/Makefile Wed Nov 21 13:27:07 2018 (r485512) +++ head/sysutils/munin-node/Makefile Wed Nov 21 13:50:41 2018 (r485513) @@ -58,6 +58,8 @@ JAVA_RUN= yes SUB_FILES= pkg-message plugins.conf USE_RC_SUBR= munin-asyncd munin-node munin-sched +PORTSCOUT= ignore:1 + post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/node/sbin/munin-node \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811211350.wALDofPb046931>