From owner-svn-ports-all@freebsd.org Thu Jan 19 13:34:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34D9ACB76EE; Thu, 19 Jan 2017 13:34:53 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F6F4162F; Thu, 19 Jan 2017 13:34:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0JDYq9B044203; Thu, 19 Jan 2017 13:34:52 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0JDYp7V044199; Thu, 19 Jan 2017 13:34:51 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201701191334.v0JDYp7V044199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 19 Jan 2017 13:34:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431868 - in head/sysutils: munin-common munin-master munin-node X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2017 13:34:53 -0000 Author: mat Date: Thu Jan 19 13:34:51 2017 New Revision: 431868 URL: https://svnweb.freebsd.org/changeset/ports/431868 Log: Update to 2.0.30. Sponsored by: Absolight 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 Thu Jan 19 12:58:48 2017 (r431867) +++ head/sysutils/munin-common/distinfo Thu Jan 19 13:34:51 2017 (r431868) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482312515 -SHA256 (munin-2.0.28.tar.gz) = 7d14354e224dc6091d8ec1a09272d3b207bc017f27d4d1cb4cd29e64a3e283bf -SIZE (munin-2.0.28.tar.gz) = 1342166 +TIMESTAMP = 1484831987 +SHA256 (munin-2.0.30.tar.gz) = c6be23035c31ab6b7910ae1080159ae8263759f783a1b10002f44456c4aace61 +SIZE (munin-2.0.30.tar.gz) = 1342168 Modified: head/sysutils/munin-common/munin.mk ============================================================================== --- head/sysutils/munin-common/munin.mk Thu Jan 19 12:58:48 2017 (r431867) +++ head/sysutils/munin-common/munin.mk Thu Jan 19 13:34:51 2017 (r431868) @@ -1,4 +1,4 @@ -MUNIN_VERSION= 2.0.28 +MUNIN_VERSION= 2.0.30 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 Thu Jan 19 12:58:48 2017 (r431867) +++ head/sysutils/munin-master/Makefile Thu Jan 19 13:34:51 2017 (r431868) @@ -3,7 +3,6 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master @@ -12,7 +11,7 @@ MAINTAINER= mat@FreeBSD.org COMMENT= Collector part of Munin BUILD_DEPENDS= p5-Module-Build>=0:devel/p5-Module-Build \ - munin-common>=0:sysutils/munin-common \ + munin-common>=${MUNIN_VERSION}:sysutils/munin-common \ rrdtool>=0:databases/rrdtool \ p5-Storable>=0:devel/p5-Storable \ p5-CGI>=0:www/p5-CGI \ @@ -25,7 +24,7 @@ BUILD_DEPENDS= p5-Module-Build>=0:devel/ p5-Net-SSLeay>=0:security/p5-Net-SSLeay \ p5-Params-Validate>=0:devel/p5-Params-Validate \ p5-Text-Balanced>=0:textproc/p5-Text-Balanced -RUN_DEPENDS= munin-common>=0:sysutils/munin-common \ +RUN_DEPENDS= munin-common>=${MUNIN_VERSION}:sysutils/munin-common \ rrdtool>=0:databases/rrdtool \ p5-CGI>=0:www/p5-CGI \ p5-Storable>=0:devel/p5-Storable \ Modified: head/sysutils/munin-node/Makefile ============================================================================== --- head/sysutils/munin-node/Makefile Thu Jan 19 12:58:48 2017 (r431867) +++ head/sysutils/munin-node/Makefile Thu Jan 19 13:34:51 2017 (r431868) @@ -3,7 +3,6 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 4 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node @@ -13,12 +12,12 @@ COMMENT= Node-specific part of Munin BUILD_DEPENDS= p5-Module-Build>=0:devel/p5-Module-Build \ p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \ - munin-common>=0:sysutils/munin-common \ + munin-common>=${MUNIN_VERSION}:sysutils/munin-common \ p5-Net-Server>=0:net/p5-Net-Server \ bash:shells/bash RUN_DEPENDS= p5-Cache-Cache>=0:devel/p5-Cache-Cache \ p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \ - munin-common>=0:sysutils/munin-common \ + munin-common>=${MUNIN_VERSION}:sysutils/munin-common \ p5-Net-Server>=0:net/p5-Net-Server \ p5-Net-CIDR>=0:net-mgmt/p5-Net-CIDR \ p5-libwww>=0:www/p5-libwww \