From owner-svn-ports-all@freebsd.org Fri Oct 27 12:19:11 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 09E64E42EF8; Fri, 27 Oct 2017 12:19:11 +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 CAC1B3098; Fri, 27 Oct 2017 12:19:10 +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 v9RCJ9Q9038924; Fri, 27 Oct 2017 12:19:09 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9RCJ98i038920; Fri, 27 Oct 2017 12:19:09 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201710271219.v9RCJ98i038920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 27 Oct 2017 12:19:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452973 - in head/sysutils: munin-common munin-master munin-node X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/sysutils: munin-common munin-master munin-node X-SVN-Commit-Revision: 452973 X-SVN-Commit-Repository: ports 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: Fri, 27 Oct 2017 12:19:11 -0000 Author: mat Date: Fri Oct 27 12:19:09 2017 New Revision: 452973 URL: https://svnweb.freebsd.org/changeset/ports/452973 Log: Update to 2.0.34. 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 Fri Oct 27 12:11:39 2017 (r452972) +++ head/sysutils/munin-common/distinfo Fri Oct 27 12:19:09 2017 (r452973) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491998294 -SHA256 (munin-2.0.33.tar.gz) = 1c6f994bf62d6dee89554efba0733b6f96d4130ba906162c32f77587088974c4 -SIZE (munin-2.0.33.tar.gz) = 1342564 +TIMESTAMP = 1509105915 +SHA256 (munin-2.0.34.tar.gz) = ae9a314db0790882fdd4b2d3debe06248d541cb6c5705be4dbb1f8d9d6d66ca7 +SIZE (munin-2.0.34.tar.gz) = 1342411 Modified: head/sysutils/munin-common/munin.mk ============================================================================== --- head/sysutils/munin-common/munin.mk Fri Oct 27 12:11:39 2017 (r452972) +++ head/sysutils/munin-common/munin.mk Fri Oct 27 12:19:09 2017 (r452973) @@ -1,4 +1,4 @@ -MUNIN_VERSION= 2.0.33 +MUNIN_VERSION= 2.0.34 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 Fri Oct 27 12:11:39 2017 (r452972) +++ head/sysutils/munin-master/Makefile Fri Oct 27 12:19:09 2017 (r452973) @@ -3,7 +3,6 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master Modified: head/sysutils/munin-node/Makefile ============================================================================== --- head/sysutils/munin-node/Makefile Fri Oct 27 12:11:39 2017 (r452972) +++ head/sysutils/munin-node/Makefile Fri Oct 27 12:19:09 2017 (r452973) @@ -3,7 +3,6 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node