From owner-svn-ports-head@freebsd.org Thu Oct 27 14:12:24 2016 Return-Path: Delivered-To: svn-ports-head@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 B6CCFC23139; Thu, 27 Oct 2016 14:12:24 +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 8E41D6CD; Thu, 27 Oct 2016 14:12:24 +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 u9RECNkO013270; Thu, 27 Oct 2016 14:12:23 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9RECNqU013265; Thu, 27 Oct 2016 14:12:23 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610271412.u9RECNqU013265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 27 Oct 2016 14:12:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424766 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2016 14:12:24 -0000 Author: mat Date: Thu Oct 27 14:12:23 2016 New Revision: 424766 URL: https://svnweb.freebsd.org/changeset/ports/424766 Log: Update to 2.0.26. Sponsored by: Absolight Modified: head/sysutils/munin-common/Makefile (contents, props changed) 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/Makefile ============================================================================== --- head/sysutils/munin-common/Makefile Thu Oct 27 14:04:55 2016 (r424765) +++ head/sysutils/munin-common/Makefile Thu Oct 27 14:12:23 2016 (r424766) @@ -3,7 +3,6 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 2 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -common @@ -16,7 +15,6 @@ BUILD_DEPENDS= p5-Module-Build>=0:devel/ RUN_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay USES= gmake perl5 cpe -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/} .include "${.CURDIR}/../munin-common/munin.mk" Modified: head/sysutils/munin-common/distinfo ============================================================================== --- head/sysutils/munin-common/distinfo Thu Oct 27 14:04:55 2016 (r424765) +++ head/sysutils/munin-common/distinfo Thu Oct 27 14:12:23 2016 (r424766) @@ -1,2 +1,3 @@ -SHA256 (munin-2.0.25.tar.gz) = 6832bc5839d03639e4309178d9370697fc8a80a83d9b6653953f40161e949694 -SIZE (munin-2.0.25.tar.gz) = 1337586 +TIMESTAMP = 1477576389 +SHA256 (munin-2.0.26.tar.gz) = fb5fff319820e63b1107528e8302f0e0f1a29a710a3af1b8e281cc6c3c34bb84 +SIZE (munin-2.0.26.tar.gz) = 1338865 Modified: head/sysutils/munin-common/munin.mk ============================================================================== --- head/sysutils/munin-common/munin.mk Thu Oct 27 14:04:55 2016 (r424765) +++ head/sysutils/munin-common/munin.mk Thu Oct 27 14:12:23 2016 (r424766) @@ -1,9 +1,9 @@ -MUNIN_VERSION= 2.0.25 -MUNIN_SITES= SF/${PORTNAME}/stable/${MUNIN_VERSION} +MUNIN_VERSION= 2.0.26 +MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/ DISTINFO_FILE= ${PORTSDIR}/sysutils/munin-common/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files -PORTSCOUT= limit:^2\.0\. +PORTSCOUT= limitw:1,even DBDIR?= /var/${PORTNAME} DBDIRNODE?= /var/${PORTNAME} Modified: head/sysutils/munin-master/Makefile ============================================================================== --- head/sysutils/munin-master/Makefile Thu Oct 27 14:04:55 2016 (r424765) +++ head/sysutils/munin-master/Makefile Thu Oct 27 14:12:23 2016 (r424766) @@ -3,7 +3,6 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 5 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master Modified: head/sysutils/munin-node/Makefile ============================================================================== --- head/sysutils/munin-node/Makefile Thu Oct 27 14:04:55 2016 (r424765) +++ head/sysutils/munin-node/Makefile Thu Oct 27 14:12:23 2016 (r424766) @@ -3,7 +3,6 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 8 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node