From owner-svn-ports-all@freebsd.org Mon May 2 16:09:02 2016 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 76283AEE61F; Mon, 2 May 2016 16:09:02 +0000 (UTC) (envelope-from zeising@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 4136B1DE9; Mon, 2 May 2016 16:09:02 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u42G91ff049099; Mon, 2 May 2016 16:09:01 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u42G8utQ049044; Mon, 2 May 2016 16:08:56 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201605021608.u42G8utQ049044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 2 May 2016 16:08:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414458 - in head: databases/jrrd databases/p5-POE-Component-RRDTool databases/p5-RRD-Simple databases/pecl-rrd databases/py-python-rrdtool databases/py-rrdtool_lgpl databases/rrdman da... 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.22 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: Mon, 02 May 2016 16:09:02 -0000 Author: zeising Date: Mon May 2 16:08:56 2016 New Revision: 414458 URL: https://svnweb.freebsd.org/changeset/ports/414458 Log: Update databases/rrdtool to 1.6.0 Most notably, this version of rrdtools.so is thread safe, so the rrdtools_th.so library is removed. Bump portrevision for depending ports due to shlib version bump. For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES Reviewed by: kwm Differential Revision: D6168 Modified: head/databases/jrrd/Makefile head/databases/p5-POE-Component-RRDTool/Makefile head/databases/p5-RRD-Simple/Makefile head/databases/pecl-rrd/Makefile head/databases/py-python-rrdtool/Makefile head/databases/py-rrdtool_lgpl/Makefile head/databases/rrdman/Makefile head/databases/rrdmerge/Makefile head/databases/rrdtool/Makefile head/databases/rrdtool/distinfo head/databases/rrdtool/pkg-plist head/devel/cgilib/Makefile head/devel/p5-RRDTool-OO/Makefile head/devel/rubygem-errand/Makefile head/devel/rubygem-rrd-ffi/Makefile head/dns/bindgraph/Makefile head/mail/couriergraph/Makefile head/mail/mailgraph/Makefile head/mail/ovs/Makefile head/net-mgmt/cacti/Makefile head/net-mgmt/collectd5/Makefile head/net-mgmt/cricket/Makefile head/net-mgmt/flowviewer/Makefile head/net-mgmt/guifi-snpservices/Makefile head/net-mgmt/librenms/Makefile head/net-mgmt/nagiosgraph/Makefile head/net-mgmt/netdot/Makefile head/net-mgmt/nfdump/Makefile head/net-mgmt/nfsen/Makefile head/net-mgmt/observium/Makefile head/net-mgmt/phpweathermap/Makefile head/net-mgmt/pnp/Makefile head/net-mgmt/rrdbot/Makefile head/net-mgmt/smokeping/Makefile head/net-mgmt/snmp4nagios/Makefile head/net-mgmt/torrus/Makefile head/net-mgmt/xymon-server/Makefile head/net/ntop/Makefile head/security/amavis-stats/Makefile head/sysutils/backuppc-devel/Makefile head/sysutils/backuppc/Makefile head/sysutils/ganglia-monitor-core/Makefile head/sysutils/monitorix/Makefile head/sysutils/munin-master/Makefile head/sysutils/slurm-wlm/Makefile head/sysutils/symon/Makefile head/www/cherokee/Makefile head/www/drraw/Makefile head/www/p5-Catalyst-View-RRDGraph/Makefile Modified: head/databases/jrrd/Makefile ============================================================================== --- head/databases/jrrd/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/databases/jrrd/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,6 +3,7 @@ PORTNAME= jrrd PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= databases java MASTER_SITES= SF/opennms/JRRD/stable-1.0 Modified: head/databases/p5-POE-Component-RRDTool/Makefile ============================================================================== --- head/databases/p5-POE-Component-RRDTool/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/databases/p5-POE-Component-RRDTool/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= POE-Component-RRDTool PORTVERSION= 0.18 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-RRD-Simple/Makefile ============================================================================== --- head/databases/p5-RRD-Simple/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/databases/p5-RRD-Simple/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= RRD-Simple PORTVERSION= 1.44 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases perl5 MASTER_SITES= CPAN/Proc/NICOLAW PKGNAMEPREFIX= p5- Modified: head/databases/pecl-rrd/Makefile ============================================================================== --- head/databases/pecl-rrd/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/databases/pecl-rrd/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -2,7 +2,7 @@ PORTNAME= rrd DISTVERSION= 1.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/databases/py-python-rrdtool/Makefile ============================================================================== --- head/databases/py-python-rrdtool/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/databases/py-python-rrdtool/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -2,6 +2,7 @@ PORTNAME= python-rrdtool PORTVERSION= 1.4.7 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-rrdtool_lgpl/Makefile ============================================================================== --- head/databases/py-rrdtool_lgpl/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/databases/py-rrdtool_lgpl/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= rrdtool_lgpl PORTVERSION= 1.0b1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases python MASTER_SITES= SF/py-rrdtool/py-rrdtool/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/rrdman/Makefile ============================================================================== --- head/databases/rrdman/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/databases/rrdman/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= rrdman PORTVERSION= 1.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= SF/rrfw/${PORTNAME}/${PORTVERSION} Modified: head/databases/rrdmerge/Makefile ============================================================================== --- head/databases/rrdmerge/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/databases/rrdmerge/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= rrdmerge PORTVERSION= 0.0.1 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://download.sippysoft.com/thirdparty/ DISTNAME= ${PORTNAME}-${GITREVISION} Modified: head/databases/rrdtool/Makefile ============================================================================== --- head/databases/rrdtool/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/databases/rrdtool/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rrdtool -PORTVERSION= 1.5.5 -PORTREVISION= 1 +PORTVERSION= 1.6.0 CATEGORIES= databases graphics MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ Modified: head/databases/rrdtool/distinfo ============================================================================== --- head/databases/rrdtool/distinfo Mon May 2 16:02:26 2016 (r414457) +++ head/databases/rrdtool/distinfo Mon May 2 16:08:56 2016 (r414458) @@ -1,2 +1,2 @@ -SHA256 (rrdtool-1.5.5.tar.gz) = 3a286d449c05d657e3fc3adcaa5cb4f0cfac8f465324b14f364a45d4ff8ca6f6 -SIZE (rrdtool-1.5.5.tar.gz) = 2187685 +SHA256 (rrdtool-1.6.0.tar.gz) = cd948e89cd2d8825fab4a6fb0323f810948d934af7d92c9ee8b5e9e1350e52d7 +SIZE (rrdtool-1.6.0.tar.gz) = 2186538 Modified: head/databases/rrdtool/pkg-plist ============================================================================== --- head/databases/rrdtool/pkg-plist Mon May 2 16:02:26 2016 (r414457) +++ head/databases/rrdtool/pkg-plist Mon May 2 16:08:56 2016 (r414458) @@ -9,12 +9,8 @@ include/rrd_client.h include/rrd_format.h lib/librrd.a lib/librrd.so -lib/librrd.so.4 -lib/librrd.so.4.3.5 -lib/librrd_th.a -lib/librrd_th.so -lib/librrd_th.so.4 -lib/librrd_th.so.4.3.5 +lib/librrd.so.8 +lib/librrd.so.8.0.0 libdata/pkgconfig/librrd.pc %%PORTDOCS%%man/man1/bin_dec_hex.1.gz %%PORTDOCS%%man/man1/cdeftutorial.1.gz Modified: head/devel/cgilib/Makefile ============================================================================== --- head/devel/cgilib/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/devel/cgilib/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,6 +3,7 @@ PORTNAME= cgilib PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://www.infodrom.org/projects/cgilib/download/ \ http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/libs/ Modified: head/devel/p5-RRDTool-OO/Makefile ============================================================================== --- head/devel/p5-RRDTool-OO/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/devel/p5-RRDTool-OO/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,6 +3,7 @@ PORTNAME= RRDTool-OO PORTVERSION= 0.36 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/rubygem-errand/Makefile ============================================================================== --- head/devel/rubygem-errand/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/devel/rubygem-errand/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,6 +3,7 @@ PORTNAME= errand PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rrd-ffi/Makefile ============================================================================== --- head/devel/rubygem-rrd-ffi/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/devel/rubygem-rrd-ffi/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -2,6 +2,7 @@ PORTNAME= rrd-ffi PORTVERSION= 0.2.14 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/dns/bindgraph/Makefile ============================================================================== --- head/dns/bindgraph/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/dns/bindgraph/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,6 +3,7 @@ PORTNAME= bindgraph PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://www.linux.it/~md/software/ Modified: head/mail/couriergraph/Makefile ============================================================================== --- head/mail/couriergraph/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/mail/couriergraph/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= couriergraph PORTVERSION= 20060202 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= http://www.arschkrebs.de/postfix/${PORTNAME}/ DISTNAME= ${PORTNAME} Modified: head/mail/mailgraph/Makefile ============================================================================== --- head/mail/mailgraph/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/mail/mailgraph/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= mailgraph PORTVERSION= 1.14 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail MASTER_SITES= http://mailgraph.schweikert.ch/pub/ \ http://mailgraph.schweikert.ch/pub/old/ Modified: head/mail/ovs/Makefile ============================================================================== --- head/mail/ovs/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/mail/ovs/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= ovs PORTVERSION= 1.05 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= ftp://ftp.oav.net/openvisp/stats/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/net-mgmt/cacti/Makefile ============================================================================== --- head/net-mgmt/cacti/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/cacti/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -2,7 +2,7 @@ PORTNAME= cacti PORTVERSION= 0.8.8g${PATCHLEVEL} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt www MASTER_SITES= http://www.cacti.net/downloads/ \ ftp://ftpmirror.uk/freebsd-ports/cacti/ Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/collectd5/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= https://collectd.org/files/ \ http://collectd.org/files/ Modified: head/net-mgmt/cricket/Makefile ============================================================================== --- head/net-mgmt/cricket/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/cricket/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= cricket PORTVERSION= 1.0.5 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-mgmt MASTER_SITES= SF Modified: head/net-mgmt/flowviewer/Makefile ============================================================================== --- head/net-mgmt/flowviewer/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/flowviewer/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= flowviewer PORTVERSION= 4.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME} DISTNAME= FlowViewer_${DISTVERSION} Modified: head/net-mgmt/guifi-snpservices/Makefile ============================================================================== --- head/net-mgmt/guifi-snpservices/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/guifi-snpservices/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,6 +3,7 @@ PORTNAME= snpservices DISTVERSION= 0.2.2-8 +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= http://serveis.guifi.net/debian/guifi/ \ http://www.potion-studios.com/ Modified: head/net-mgmt/librenms/Makefile ============================================================================== --- head/net-mgmt/librenms/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/librenms/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,6 +3,7 @@ PORTNAME= librenms PORTVERSION= 201604 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.librenms.org/ Modified: head/net-mgmt/nagiosgraph/Makefile ============================================================================== --- head/net-mgmt/nagiosgraph/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/nagiosgraph/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,6 +3,7 @@ PORTNAME= nagiosgraph PORTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF Modified: head/net-mgmt/netdot/Makefile ============================================================================== --- head/net-mgmt/netdot/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/netdot/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= netdot PORTVERSION= 1.0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://netdot.uoregon.edu/pub/dists/ Modified: head/net-mgmt/nfdump/Makefile ============================================================================== --- head/net-mgmt/nfdump/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/nfdump/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= nfdump PORTVERSION= 1.6.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} Modified: head/net-mgmt/nfsen/Makefile ============================================================================== --- head/net-mgmt/nfsen/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/nfsen/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= nfsen PORTVERSION= 1.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} \ http://nfsen.sourceforge.net/ Modified: head/net-mgmt/observium/Makefile ============================================================================== --- head/net-mgmt/observium/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/observium/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= observium PORTVERSION= 0.16.1.7533 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://www.observium.org/ DISTNAME= ${PORTNAME}-community-latest Modified: head/net-mgmt/phpweathermap/Makefile ============================================================================== --- head/net-mgmt/phpweathermap/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/phpweathermap/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= phpweathermap PORTVERSION= 0.97a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt www MASTER_SITES= http://www.network-weathermap.com/files/ DISTNAME= php-weathermap-${PORTVERSION} Modified: head/net-mgmt/pnp/Makefile ============================================================================== --- head/net-mgmt/pnp/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/pnp/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= pnp PORTVERSION= 0.6.25 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/pnp4nagios/PNP-0.6 DISTNAME= pnp4nagios-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} Modified: head/net-mgmt/rrdbot/Makefile ============================================================================== --- head/net-mgmt/rrdbot/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/rrdbot/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= rrdbot PORTVERSION= 0.9.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://thewalter.net/stef/software/rrdbot/ Modified: head/net-mgmt/smokeping/Makefile ============================================================================== --- head/net-mgmt/smokeping/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/smokeping/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= smokeping PORTVERSION= 2.6.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt www MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \ http://smokeping.cs.pu.edu.tw/pub/ Modified: head/net-mgmt/snmp4nagios/Makefile ============================================================================== --- head/net-mgmt/snmp4nagios/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/snmp4nagios/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= SNMP4Nagios PORTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTVERSION} Modified: head/net-mgmt/torrus/Makefile ============================================================================== --- head/net-mgmt/torrus/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/torrus/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= torrus PORTVERSION= 2.07 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/torrus/torrus/ Modified: head/net-mgmt/xymon-server/Makefile ============================================================================== --- head/net-mgmt/xymon-server/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net-mgmt/xymon-server/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -2,7 +2,7 @@ PORTNAME= xymon PORTVERSION= 4.3.27 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} PKGNAMESUFFIX= -server${PKGNAMESUFFIX2} Modified: head/net/ntop/Makefile ============================================================================== --- head/net/ntop/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/net/ntop/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= ntop PORTVERSION= 5.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Stable Modified: head/security/amavis-stats/Makefile ============================================================================== --- head/security/amavis-stats/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/security/amavis-stats/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= amavis-stats PORTVERSION= 0.1.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= LOCAL/feld Modified: head/sysutils/backuppc-devel/Makefile ============================================================================== --- head/sysutils/backuppc-devel/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/sysutils/backuppc-devel/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= backuppc DISTVERSION= 4.0.0alpha3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-beta/${DISTVERSION} PKGNAMESUFFIX= -devel Modified: head/sysutils/backuppc/Makefile ============================================================================== --- head/sysutils/backuppc/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/sysutils/backuppc/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,6 +3,7 @@ PORTNAME= backuppc PORTVERSION= 3.3.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF DISTNAME= BackupPC-${PORTVERSION} Modified: head/sysutils/ganglia-monitor-core/Makefile ============================================================================== --- head/sysutils/ganglia-monitor-core/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/sysutils/ganglia-monitor-core/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -2,6 +2,7 @@ PORTNAME= monitor-core PORTVERSION= 3.6.0 +PORTREVISION= 1 CATEGORIES= sysutils net MASTER_SITES= SF/ganglia/ganglia%20monitoring%20core/${PORTVERSION} PKGNAMEPREFIX= ganglia- Modified: head/sysutils/monitorix/Makefile ============================================================================== --- head/sysutils/monitorix/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/sysutils/monitorix/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -2,7 +2,7 @@ PORTNAME= monitorix PORTVERSION= 3.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://www.monitorix.org/ \ http://www.monitorix.org/old_versions/ \ Modified: head/sysutils/munin-master/Makefile ============================================================================== --- head/sysutils/munin-master/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/sysutils/munin-master/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master Modified: head/sysutils/slurm-wlm/Makefile ============================================================================== --- head/sysutils/slurm-wlm/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/sysutils/slurm-wlm/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= slurm PORTVERSION= 15.08.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/latest/ \ http://www.schedmd.com/download/archive/ \ Modified: head/sysutils/symon/Makefile ============================================================================== --- head/sysutils/symon/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/sysutils/symon/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= symon PORTVERSION= 2.86 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://wpd.home.xs4all.nl/symon/philes/ \ LOCAL/uqs Modified: head/www/cherokee/Makefile ============================================================================== --- head/www/cherokee/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/www/cherokee/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,6 +3,7 @@ PORTNAME= cherokee PORTVERSION= 1.2.104 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/drraw/Makefile ============================================================================== --- head/www/drraw/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/www/drraw/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -3,7 +3,7 @@ PORTNAME= drraw DISTVERSION= 2.2b2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://web.taranis.org/drraw/dist/ \ http://christianserving.org/ports/mail/imapsync/ Modified: head/www/p5-Catalyst-View-RRDGraph/Makefile ============================================================================== --- head/www/p5-Catalyst-View-RRDGraph/Makefile Mon May 2 16:02:26 2016 (r414457) +++ head/www/p5-Catalyst-View-RRDGraph/Makefile Mon May 2 16:08:56 2016 (r414458) @@ -2,7 +2,7 @@ PORTNAME= Catalyst-View-RRDGraph PORTVERSION= 0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5-